Skip to content

Commit

Permalink
Change name of job
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-0 committed Jan 4, 2025
1 parent 5efa28b commit b80f73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/ultimate-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5046,7 +5046,7 @@ stages:
echo 'matrix_items = {}' >> cross.py
echo 'for s in combined_scenarios:' >> cross.py
echo ' for w in script_weblogs:' >> cross.py
echo ' matrix_items[s] = {"SCENARIO": s, "WEBLOG_VARIANT": w}' >> cross.py
echo ' matrix_items[s + " (" + w + ")"] = {"SCENARIO": s, "WEBLOG_VARIANT": w}' >> cross.py
echo 'print(json.dumps(matrix_items))' >> cross.py
python cross.py > matrix.json
Expand All @@ -5058,8 +5058,8 @@ stages:
workingDirectory: system-tests
- job: tests
displayName: ""
timeoutInMinutes: 60
displayName: Run system-tests scenarios
pool:
vmImage: ubuntu-latest
dependsOn: compute_scenarios
Expand Down

0 comments on commit b80f73e

Please sign in to comment.