Skip to content

Commit

Permalink
Bug 1574076 [wpt PR 18445] - [Azure Pipelines] Differentiate manual t…
Browse files Browse the repository at this point in the history
…riggers for Edge Dev/Canary, a=testonly

Automatic update from web-platform-tests
[Azure Pipelines] Differentiate manual triggers for Edge Dev/Canary (#18445)

As it is, it's only possible to run both of them:
web-platform-tests/wpt#17342 (comment)

This also renames the Edge Dev job and artifacts so that Edge stable can
later be added without further renaming.

--

wpt-commits: c1e89362cb351be0ea9239e38cf5830e104ba1f4
wpt-pr: 18445

UltraBlame original commit: 097066d228b2fbe5da8346271578e3ed36566697
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent 64404bd commit 0771afd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions testing/web-platform/tests/.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,7 @@ setup
-
job
:
results_edge
results_edge_dev
displayName
:
'
Expand Down Expand Up @@ -2167,7 +2167,7 @@ Manual
variables
[
'
run_all_edge
run_all_edge_dev
'
]
)
Expand Down Expand Up @@ -2468,6 +2468,8 @@ artifactName
'
edge
-
dev
-
results
'
-
Expand Down Expand Up @@ -2498,11 +2500,13 @@ parameters
:
dependsOn
:
results_edge
results_edge_dev
artifactName
:
edge
-
dev
-
results
-
job
Expand Down Expand Up @@ -2555,7 +2559,7 @@ Manual
variables
[
'
run_all_edge
run_all_edge_canary
'
]
)
Expand Down

0 comments on commit 0771afd

Please sign in to comment.