From 714386c0188d0c6620d2fcd7537c488e4de3c944 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Fri, 21 Oct 2022 20:32:27 -0400 Subject: [PATCH] Simplify job names (#18) Removes parameterized input from job names so the name is not dependent on variable resolution. Signed-off-by: Michael Kubacki --- Jobs/PrGate.yml | 2 +- Jobs/Python/RunDevTests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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