mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
intermittent dashboard: Actually send results to the dashboard
This change adds the secret to the environment, which should trigger the filtering intermittents script to actually upload new results to the intermittent dashboard instead of simply querying.
This commit is contained in:
parent
869898c5af
commit
2c719e2e92
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -218,6 +218,8 @@ jobs:
|
||||||
--log-raw test-wpt.${{ matrix.chunk_id }}.log \
|
--log-raw test-wpt.${{ matrix.chunk_id }}.log \
|
||||||
--log-raw-unexpected unexpected-test-wpt.${{ matrix.chunk_id }}.log \
|
--log-raw-unexpected unexpected-test-wpt.${{ matrix.chunk_id }}.log \
|
||||||
--filter-intermittents filtered-test-wpt.${{ matrix.chunk_id }}.json
|
--filter-intermittents filtered-test-wpt.${{ matrix.chunk_id }}.json
|
||||||
|
env:
|
||||||
|
INTERMITTENT_TRACKER_DASHBOARD_SECRET: ${{ secrets.INTERMITTENT_TRACKER_DASHBOARD_SECRET }}
|
||||||
- name: Archive filtered results
|
- name: Archive filtered results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue