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 d7d52e7 commit ba271e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions testing/web-platform/tests/.taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,9 @@ tasks:
${browser.name}
${browser.channel};
cd ~/web-platform-tests;
result=0;
./tools/ci/taskcluster-run.py
--commit-range HEAD^
${browser.name}
--
--channel=${browser.channel}
${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)."
${operation.extra_args};
8 changes: 4 additions & 4 deletions testing/web-platform/tests/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ matrix:
apt:
packages:
- libnss3-tools
env:
- JOB=stability SCRIPT=tools/ci/ci_stability.sh PRODUCT=firefox:nightly
env: JOB=stability SCRIPT=tools/ci/ci_stability.sh PRODUCT=firefox:nightly
- name: "stability (Chrome Dev)"
if: type = pull_request
os: linux
Expand All @@ -62,8 +61,7 @@ matrix:
packages:
- libappindicator1
- fonts-liberation
env:
- JOB=stability SCRIPT=tools/ci/ci_stability.sh PRODUCT=chrome:dev
env: JOB=stability SCRIPT=tools/ci/ci_stability.sh PRODUCT=chrome:dev
- name: "tools/ unittests (Python 2)"
if: type = pull_request
os: linux
Expand Down Expand Up @@ -103,6 +101,8 @@ matrix:
- env: # exclude empty env from the top-level above
allow_failures:
- env: JOB=build_css SCRIPT=css/build-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:
- ./tools/ci/run.sh
cache:
Expand Down

0 comments on commit ba271e2

Please sign in to comment.