Skip to content

Commit

Permalink
Bug 1512343 [wpt PR 14382] - Run affected tests on Taskcluster withou…
Browse files Browse the repository at this point in the history
…t the patch, a=testonly

Automatic update from web-platform-tests
Run affected tests on Taskcluster without changes

One step towards
web-platform-tests/wpt.fyi#708

--

wpt-commits: fc87d9b363525fdcc5b5053a7c9624614c3fd730
wpt-pr: 14382

UltraBlame original commit: 8fa9cbffeb35f59aad1e164576afbffe737cde8d
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent 9eb5c69 commit 4d15eba
Showing 1 changed file with 110 additions and 5 deletions.
115 changes: 110 additions & 5 deletions testing/web-platform/tests/.taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,13 @@ channel
}
-
stability
checkout
:
FETCH_HEAD
diff_range
:
HEAD
^
description
:
>
Expand Down Expand Up @@ -833,6 +840,13 @@ channel
}
-
results
checkout
:
FETCH_HEAD
diff_range
:
HEAD
^
description
:
>
Expand Down Expand Up @@ -881,6 +895,90 @@ wpt_report
.
json
'
-
name
:
wpt
-
{
browser
.
name
}
-
{
browser
.
channel
}
-
results
-
without
-
changes
checkout
:
FETCH_HEAD
^
diff_range
:
FETCH_HEAD
description
:
>
-
Collect
results
for
all
tests
affected
by
a
pull
request
in
{
browser
.
name
}
but
without
the
changes
in
the
PR
.
extra_args
:
'
-
-
no
-
fail
-
on
-
unexpected
-
-
log
-
wptreport
=
.
.
/
artifacts
/
wpt_report
.
json
'
each
(
operation
Expand Down Expand Up @@ -1019,7 +1117,7 @@ payload
:
image
:
hexcles
harjgam
/
web
-
Expand All @@ -1029,7 +1127,7 @@ tests
:
0
.
23
25
maxRunTime
:
7200
Expand Down Expand Up @@ -1156,7 +1254,11 @@ number
}
/
merge
FETCH_HEAD
{
operation
.
checkout
}
{
browser
.
Expand Down Expand Up @@ -1193,8 +1295,11 @@ py
commit
-
range
HEAD
^
{
operation
.
diff_range
}
{
browser
.
Expand Down

0 comments on commit 4d15eba

Please sign in to comment.