Skip to content

Commit

Permalink
Bug 1507908 [wpt PR 14096] - Allow stability-checker failures on Trav…
Browse files Browse the repository at this point in the history
…is and report them on Taskcluster, a=testonly

Automatic update from web-platform-testsAllow stability-checker failures on Travis and report them on Taskcluster (#14096)

Fixes web-platform-tests/wpt#7660.

web-platform-tests/wpt#13194 remains open to
verify that Taskcluster isn't failing to detect flakiness that Travis
would.
--

wpt-commits: bcd2471a16325fada550e05dad2b17895a232c6a
wpt-pr: 14096

UltraBlame original commit: 3cec1475937580e33ee98d3bae84c8c7f4d5e862
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent 357e438 commit 8cd0e9d
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 47 deletions.
45 changes: 0 additions & 45 deletions testing/web-platform/tests/.taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1177,10 +1177,6 @@ platform
-
tests
;
result
=
0
;
.
/
tools
Expand Down Expand Up @@ -1220,45 +1216,4 @@ operation
.
extra_args
}
|
|
result
=
?
;
echo
result
>
.
.
/
artifacts
/
run
-
return
-
code
.
txt
;
echo
"
Command
exited
with
code
result
(
failures
are
allowed
while
this
task
is
being
vetted
)
.
"
42 changes: 40 additions & 2 deletions testing/web-platform/tests/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ libnss3
tools
env
:
-
JOB
=
stability
Expand Down Expand Up @@ -420,7 +419,6 @@ fonts
liberation
env
:
-
JOB
=
stability
Expand Down Expand Up @@ -711,6 +709,46 @@ css
testsuites
.
sh
-
env
:
JOB
=
stability
SCRIPT
=
tools
/
ci
/
ci_stability
.
sh
PRODUCT
=
firefox
:
nightly
-
env
:
JOB
=
stability
SCRIPT
=
tools
/
ci
/
ci_stability
.
sh
PRODUCT
=
chrome
:
dev
script
:
-
Expand Down

0 comments on commit 8cd0e9d

Please sign in to comment.