Skip to content

Commit

Permalink
Update ci matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 committed Nov 13, 2024
1 parent 8383e39 commit 4ff8feb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,10 @@ jobs:
fail-fast: false
matrix:
include:
- browser: chrome
os: ubuntu
- browser: edge
os: ubuntu
- browser: firefox
os: ubuntu
with:
name: Integration Tests (remote, ${{ matrix.browser }}, ${{ matrix.os }})
name: Integration Tests (remote)
browser: ${{ matrix.browser }}
os: ${{ matrix.os }}
cache-key: py-remote-${{ matrix.browser }}
run: bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-remote

Expand All @@ -108,18 +102,19 @@ jobs:
include:
- browser: safari
os: macos
args: "--local_test_jobs 1"
- browser: chrome
os: ubuntu
args: ""
- browser: edge
os: ubuntu
args: ""
- browser: firefox
os: ubuntu
args: ""
with:
name: Integration Tests (local, ${{ matrix.browser }}, ${{ matrix.os }})
browser: ${{ matrix.browser }}
os: ${{ matrix.os }}
cache-key: py-browser-${{ matrix.browser }}
run: |
bazel test --flaky_test_attempts 3 //py:common-${{ matrix.browser }}
bazel test --flaky_test_attempts 3 //py:common-${{ matrix.browser }}-bidi
bazel test --flaky_test_attempts 5 //py:test-${{ matrix.browser }}
run: bazel test ${{ matrix.args }} --flaky_test_attempts 3 //py:test-${{ matrix.browser }}
6 changes: 3 additions & 3 deletions py/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"chrome",
"edge",
"firefox",
# "ie",
"ie",
"remote",
"safari",
# "webkitgtk",
# "wpewebkit",
"webkitgtk",
"wpewebkit",
)


Expand Down

0 comments on commit 4ff8feb

Please sign in to comment.