devops: fix Chromium ToT headed tests (#28892)

This broke in
6c2c777cae (diff-2d067b4a60c6de032d0719122683d3179baf5c9ff0f1669ce8e05938102526e2L358)
This commit is contained in:
Max Schmitt 2024-01-08 18:30:40 +01:00 committed by GitHub
parent 88d7ff97a1
commit 67478efe92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -384,6 +384,7 @@ jobs:
name: Chromium TOT headed ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
PWTEST_CHANNEL: chromium-tip-of-tree
PWTEST_BOT_NAME: "tip-of-tree-headed-${{ matrix.os }}"
strategy:
fail-fast: false
@ -403,8 +404,6 @@ jobs:
if: matrix.os == 'ubuntu-latest'
- run: npm run ctest -- --headed
if: matrix.os != 'ubuntu-latest'
env:
PWTEST_CHANNEL: chromium-tip-of-tree
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always()
shell: bash