diff --git a/Jobs/PrGate.yml b/Jobs/PrGate.yml index 67e71d4d..c90ebadf 100644 --- a/Jobs/PrGate.yml +++ b/Jobs/PrGate.yml @@ -68,7 +68,7 @@ parameters: # Build step jobs: - - job: Build_${{ parameters.tool_chain_tag }} + - job: Build # Use matrix to speed up the build process strategy: diff --git a/Jobs/Python/RunDevTests.yml b/Jobs/Python/RunDevTests.yml index 476638d5..6c0c1208 100644 --- a/Jobs/Python/RunDevTests.yml +++ b/Jobs/Python/RunDevTests.yml @@ -34,7 +34,7 @@ parameters: jobs: -- job: Build_and_Test_${{parameters.custom_job_name}} +- job: Build_and_Test workspace: clean: all