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:
Martin Robinson 2023-02-20 12:52:34 +01:00
parent 869898c5af
commit 2c719e2e92

View file

@ -218,6 +218,8 @@ jobs:
--log-raw 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
env:
INTERMITTENT_TRACKER_DASHBOARD_SECRET: ${{ secrets.INTERMITTENT_TRACKER_DASHBOARD_SECRET }}
- name: Archive filtered results
uses: actions/upload-artifact@v3
if: ${{ always() }}