Skip to content

Commit

Permalink
Bug 1578995 [wpt PR 18870] - Add triggers/* branches to support trigg…
Browse files Browse the repository at this point in the history
…ering full runs, a=testonly

Automatic update from web-platform-tests
Add triggers/* branches to support triggering full runs (#18870)

Handle empty list of commits in `get_extra_jobs`, since that's possible when force pushing.

Fixes web-platform-tests/wpt#13263.
--

wpt-commits: d86745dade74feb7897b47eb9eca3c8b3c3d924d
wpt-pr: 18870

UltraBlame original commit: 04f26d751eeee27b6b7119be6712a786d2e90740
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent 1ad1ffb commit 859dfdd
Show file tree
Hide file tree
Showing 5 changed files with 593 additions and 0 deletions.
80 changes: 80 additions & 0 deletions testing/web-platform/tests/.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2093,6 +2093,26 @@ epochs
six_hourly
'
)
eq
(
variables
[
'
Build
.
SourceBranch
'
]
'
refs
/
heads
/
triggers
/
edge_dev
'
)
and
(
eq
Expand Down Expand Up @@ -2479,6 +2499,26 @@ epochs
six_hourly
'
)
eq
(
variables
[
'
Build
.
SourceBranch
'
]
'
refs
/
heads
/
triggers
/
edge_canary
'
)
and
(
eq
Expand Down Expand Up @@ -2864,6 +2904,26 @@ epochs
daily
'
)
eq
(
variables
[
'
Build
.
SourceBranch
'
]
'
refs
/
heads
/
triggers
/
safari_stable
'
)
and
(
eq
Expand Down Expand Up @@ -3270,6 +3330,26 @@ epochs
six_hourly
'
)
eq
(
variables
[
'
Build
.
SourceBranch
'
]
'
refs
/
heads
/
triggers
/
safari_preview
'
)
and
(
eq
Expand Down
150 changes: 150 additions & 0 deletions testing/web-platform/tests/.taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,156 @@ channel
beta
}
]
event
.
ref
=
=
"
refs
/
heads
/
triggers
/
chrome_stable
"
:
[
{
name
:
chrome
channel
:
stable
}
]
event
.
ref
=
=
"
refs
/
heads
/
triggers
/
chrome_beta
"
:
[
{
name
:
chrome
channel
:
beta
}
]
event
.
ref
=
=
"
refs
/
heads
/
triggers
/
chrome_dev
"
:
[
{
name
:
chrome
channel
:
dev
}
]
event
.
ref
=
=
"
refs
/
heads
/
triggers
/
firefox_stable
"
:
[
{
name
:
firefox
channel
:
stable
}
]
event
.
ref
=
=
"
refs
/
heads
/
triggers
/
firefox_beta
"
:
[
{
name
:
firefox
channel
:
beta
}
]
event
.
ref
=
=
"
refs
/
heads
/
triggers
/
firefox_nightly
"
:
[
{
name
:
firefox
channel
:
nightly
}
]
}
each
(
Expand Down
Loading

0 comments on commit 859dfdd

Please sign in to comment.