Skip to content

Commit

Permalink
Simplify job names (#18)
Browse files Browse the repository at this point in the history
Removes parameterized input from job names so the name is not
dependent on variable resolution.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
  • Loading branch information
makubacki authored Oct 22, 2022
1 parent 8a29ea6 commit 714386c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jobs/PrGate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Jobs/Python/RunDevTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ parameters:

jobs:

- job: Build_and_Test_${{parameters.custom_job_name}}
- job: Build_and_Test

workspace:
clean: all
Expand Down

0 comments on commit 714386c

Please # to comment.