Skip to content

Commit

Permalink
[infra] Temporarily ignore stability status in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Aug 24, 2018
1 parent 541acf3 commit c3f109b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,16 @@ tasks:
- name: wpt-${browser.name}-${browser.channel}-stability
description: >-
Verify that all tests affected by a pull request are stable
when executed in ${browser.name}.
when executed in ${browser.name}. As of 2018-08-23, this task
is being vetted for correctness, so its outcome will not
influence the status of the pull request.
command:
status=PASS;
echo $affected |
base64 -d |
xargs -0 ./tools/ci/ci_taskcluster.sh --verify ${browser.name}
creates_artifacts: false
xargs -0 ./tools/ci/ci_taskcluster.sh --verify ${browser.name} || status=FAIL;
echo $status > ../artifacts/stability-status.txt
creates_artifacts: true
- name: wpt-${browser.name}-${browser.channel}-results
description: >-
Collect results for all tests affected by a pull request in
Expand Down

0 comments on commit c3f109b

Please sign in to comment.