diff options
| author | Filip Skokan <panva.ip@gmail.com> | 2023-03-13 13:24:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-13 13:24:16 +0100 |
| commit | 92c388761a0d77dcc7ccd0a811a6435589bb94bc (patch) | |
| tree | 1192bf278e363f6da88a4a2a995e26519efba3f2 /.github/workflows | |
| parent | 3f26ee86048243e71a6616b1c1b3879dffabc01a (diff) | |
wpt: only tag daily runs as master (#18155)
This PR updates the WPT upload script so that it only labels runs that
come from the daily WPT job as "master".
This is so that only the daily synchronized runs get selected when
viewing dashboards such as
[this](https://wpt.fyi/results/?label=master&label=experimental&product=deno&product=node.js&product=chrome&product=edge&product=firefox&product=safari&aligned&view=subtest&q=deno%3A%21missing).
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/wpt_epoch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml index 9fdadf1bf..bbd064eec 100644 --- a/.github/workflows/wpt_epoch.yml +++ b/.github/workflows/wpt_epoch.yml @@ -79,4 +79,4 @@ jobs: WPT_FYI_USER: deno WPT_FYI_PW: ${{ secrets.WPT_FYI_PW }} run: | - deno run -A --lock=tools/deno.lock.json ./tools/upload_wptfyi.js wptreport.json --from-raw-file + deno run -A --lock=tools/deno.lock.json ./tools/upload_wptfyi.js wptreport.json --from-raw-file --daily-run |
