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 14, 2024
1 parent 8383e39 commit 0d13f4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
15 changes: 3 additions & 12 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 @@ -115,11 +109,8 @@ jobs:
- browser: firefox
os: ubuntu
with:
name: Integration Tests (local, ${{ matrix.browser }}, ${{ matrix.os }})
name: Integration Tests (${{ 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 --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 0d13f4f

Please sign in to comment.