mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: fix Chromium ToT headed tests (#28892)
This broke in
6c2c777cae (diff-2d067b4a60c6de032d0719122683d3179baf5c9ff0f1669ce8e05938102526e2L358)
This commit is contained in:
parent
88d7ff97a1
commit
67478efe92
3
.github/workflows/tests_secondary.yml
vendored
3
.github/workflows/tests_secondary.yml
vendored
@ -384,6 +384,7 @@ jobs:
|
|||||||
name: Chromium TOT headed ${{ matrix.os }}
|
name: Chromium TOT headed ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
|
PWTEST_CHANNEL: chromium-tip-of-tree
|
||||||
PWTEST_BOT_NAME: "tip-of-tree-headed-${{ matrix.os }}"
|
PWTEST_BOT_NAME: "tip-of-tree-headed-${{ matrix.os }}"
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -403,8 +404,6 @@ jobs:
|
|||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
- run: npm run ctest -- --headed
|
- run: npm run ctest -- --headed
|
||||||
if: matrix.os != 'ubuntu-latest'
|
if: matrix.os != 'ubuntu-latest'
|
||||||
env:
|
|
||||||
PWTEST_CHANNEL: chromium-tip-of-tree
|
|
||||||
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
||||||
if: always()
|
if: always()
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user