Skip to content

Commit 6dec8ec

Browse files
committed
ci(webdriver): rename workflow/branch refs to drop browser name
1 parent 625effb commit 6dec8ec

11 files changed

Lines changed: 26 additions & 26 deletions

.github/workflows/infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
doc-and-lint:
18-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
18+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
1919
name: "docs & lint"
2020
runs-on: ubuntu-24.04
2121
steps:
@@ -38,7 +38,7 @@ jobs:
3838
run: node utils/check_audit.js
3939
continue-on-error: true
4040
lint-snippets:
41-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
41+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
4242
name: "Lint snippets"
4343
runs-on: ubuntu-latest
4444
steps:

.github/workflows/tests_bidi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323

2424
jobs:
2525
test_bidi:
26-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
26+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
2727
name: BiDi
2828
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
2929
runs-on: ubuntu-24.04

.github/workflows/tests_components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525

2626
jobs:
2727
test_components:
28-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
28+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
2929
name: ${{ matrix.os }} - Node.js ${{ matrix.node-version }}
3030
strategy:
3131
fail-fast: false

.github/workflows/tests_docker_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
test_linux_docker:
20-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
20+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
2121
uses: ./.github/workflows/tests_docker.yml
2222
permissions:
2323
id-token: write

.github/workflows/tests_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535

3636
jobs:
3737
test_extension:
38-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
38+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
3939
name: ${{ matrix.os }}
4040
strategy:
4141
fail-fast: false

.github/workflows/tests_mcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131

3232
jobs:
3333
test_mcp:
34-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
34+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
3535
name: ${{ matrix.os }} - ${{ matrix.project }}
3636
# Used for authentication of flakiness upload
3737
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}

.github/workflows/tests_others.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222

2323
jobs:
2424
test_clock_frozen_time_linux:
25-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
25+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
2626
name: time library - ${{ matrix.clock }}
2727
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
2828
permissions:
@@ -48,7 +48,7 @@ jobs:
4848
PW_CLOCK: ${{ matrix.clock }}
4949

5050
test_clock_frozen_time_test_runner:
51-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
51+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
5252
name: time test runner - ${{ matrix.clock }}
5353
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
5454
runs-on: ubuntu-22.04
@@ -73,7 +73,7 @@ jobs:
7373
PW_CLOCK: ${{ matrix.clock }}
7474

7575
test_electron:
76-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
76+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
7777
name: Electron - ${{ matrix.os }}
7878
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
7979
strategy:

.github/workflows/tests_primary.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232

3333
jobs:
3434
test_linux:
35-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
35+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
3636
name: ${{ matrix.os }} (${{ matrix.browser }} - Node.js ${{ matrix.node-version }})
3737
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
3838
strategy:
@@ -68,7 +68,7 @@ jobs:
6868
flakiness-subscription-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_SUBSCRIPTION_ID }}
6969

7070
test_test_runner:
71-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
71+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
7272
name: Test Runner
7373
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
7474
strategy:
@@ -144,7 +144,7 @@ jobs:
144144
PWTEST_SHARD_WEIGHTS: ${{ matrix.shardWeights }}
145145

146146
test_vscode_extension:
147-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
147+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
148148
name: VSCode Extension
149149
runs-on: ubuntu-latest
150150
steps:
@@ -181,7 +181,7 @@ jobs:
181181
job_name: vscode-extension
182182

183183
test_package_installations:
184-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
184+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
185185
name: "Installation Test ${{ matrix.os }}"
186186
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
187187
strategy:

.github/workflows/tests_secondary.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222

2323
jobs:
2424
test_mac:
25-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
25+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
2626
name: ${{ matrix.os }} (${{ matrix.browser }})
2727
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
2828
strategy:
@@ -48,7 +48,7 @@ jobs:
4848
flakiness-subscription-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_SUBSCRIPTION_ID }}
4949

5050
test_win:
51-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
51+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
5252
name: "Windows"
5353
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
5454
strategy:
@@ -68,7 +68,7 @@ jobs:
6868
flakiness-subscription-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_SUBSCRIPTION_ID }}
6969

7070
test-package-installations-other-node-versions:
71-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
71+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
7272
name: "Installation Test ${{ matrix.os }} (${{ matrix.node_version }})"
7373
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
7474
runs-on: ${{ matrix.os }}
@@ -104,7 +104,7 @@ jobs:
104104
flakiness-subscription-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_SUBSCRIPTION_ID }}
105105

106106
driver_linux:
107-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
107+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
108108
name: "Driver"
109109
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
110110
strategy:
@@ -124,7 +124,7 @@ jobs:
124124
PWTEST_MODE: driver
125125

126126
tracing_linux:
127-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
127+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
128128
name: Tracing ${{ matrix.browser }}
129129
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
130130
strategy:
@@ -153,7 +153,7 @@ jobs:
153153
PWTEST_TRACE: 1
154154

155155
test_chromium_channels:
156-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
156+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
157157
name: Test ${{ matrix.channel }} on ${{ matrix.runs-on }}
158158
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
159159
runs-on: ${{ matrix.runs-on }}
@@ -187,7 +187,7 @@ jobs:
187187
PWTEST_CHANNEL: ${{ matrix.channel }}
188188

189189
build-playwright-driver:
190-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
190+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
191191
name: "build-playwright-driver"
192192
runs-on: ubuntu-24.04
193193
steps:
@@ -200,7 +200,7 @@ jobs:
200200
- run: utils/build/build-playwright-driver.sh
201201

202202
test_android:
203-
if: ${{ github.head_ref != 'webdriver-safari-poc' }} # TEMP: skip on webdriver-safari-poc branch
203+
if: ${{ github.head_ref != 'webdriver-poc' }} # TEMP: skip on webdriver-poc branch
204204
name: Android
205205
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
206206
runs-on: playwright-x64-ubuntu24-64-core

.github/workflows/tests_webdriver_safari.yml renamed to .github/workflows/tests_webdriver.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'tests/page/pageTest.ts'
99
- 'packages/playwright-core/src/server/webkit/webdriver/**'
1010
- 'packages/playwright-core/src/server/webkit/webkit.ts'
11-
- '.github/workflows/tests_webdriver_safari.yml'
11+
- '.github/workflows/tests_webdriver.yml'
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -19,7 +19,7 @@ env:
1919
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
2020

2121
jobs:
22-
test_webdriver_safari:
22+
test_webdriver:
2323
name: "WebDriver"
2424
runs-on: macos-15-xlarge
2525
timeout-minutes: 60
@@ -60,6 +60,6 @@ jobs:
6060
if: always()
6161
uses: actions/upload-artifact@v4
6262
with:
63-
name: webdriver-safari-logs
63+
name: webdriver-logs
6464
path: ${{ github.workspace }}/test-results/**
6565
if-no-files-found: ignore

0 commit comments

Comments
 (0)