Skip to content

Commit

Permalink
Make stability checks on Travis blocking and on Travis not
Browse files Browse the repository at this point in the history
Fixes #7660.

#13194 remains open to
verify that Taskcluster isn't failing to detect flakiness that Travis
would.
  • Loading branch information
foolip committed Nov 16, 2018
1 parent ccb1c20 commit 1f6ab50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .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};
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,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 1f6ab50

Please sign in to comment.