Skip to content

Commit

Permalink
Merge branch 'trunk' into add-js-filter-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani authored Nov 13, 2024
2 parents a822240 + 0338677 commit 7a03f35
Show file tree
Hide file tree
Showing 877 changed files with 23,193 additions and 18,366 deletions.
2 changes: 1 addition & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
changelog:
exclude:
labels:
-dependencies
- dependencies
authors:
- selenium-ci
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ on:
jobs:
bazel:
name: ${{ inputs.name }}
runs-on: ${{ inputs.os == 'macos' && 'macos-13' || format('{0}-latest', inputs.os) }}
runs-on: ${{ format('{0}-latest', inputs.os) }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEL_M2_USER: ${{ secrets.SEL_M2_USER }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
java-version: 17
os: windows
run: |
fsutil 8dot3name set 0
bazel test //dotnet/test/common:ElementFindingTest-firefox //dotnet/test/common:ElementFindingTest-chrome --pin_browsers=true
1 change: 1 addition & 0 deletions .github/workflows/ci-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
# https://github.com/bazelbuild/rules_jvm_external/issues/1046
java-version: 17
run: |
fsutil 8dot3name set 0
bazel test --flaky_test_attempts 3 //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest `
//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest `
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest `
Expand Down
36 changes: 30 additions & 6 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
docs:
name: Documentation
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
lint:
name: Lint
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v4
Expand All @@ -58,7 +58,7 @@ jobs:
mypy:
name: Mypy
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v4
Expand All @@ -81,8 +81,32 @@ jobs:
name: Remote Tests
needs: build
uses: ./.github/workflows/bazel.yml
strategy:
fail-fast: false
matrix:
include:
- browser: firefox
with:
name: Integration Tests (remote)
browser: firefox
cache-key: py-remote
name: Integration Tests (remote, ${{ matrix.browser }})
browser: ${{ matrix.browser }}
cache-key: py-remote-${{ matrix.browser }}
run: bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-remote

browser-tests:
name: Browser Tests
needs: build
uses: ./.github/workflows/bazel.yml
strategy:
fail-fast: false
matrix:
include:
- browser: safari
os: macos
- browser: chrome
os: macos
with:
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:test-${{ matrix.browser }}
4 changes: 2 additions & 2 deletions .github/workflows/ci-rbe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
name: Check format script run
caching: false
ruby-version: jruby-9.4.5.0
ruby-version: jruby-9.4.8.0
run: ./scripts/github-actions/check-format.sh

test:
Expand All @@ -25,5 +25,5 @@ jobs:
with:
name: All RBE tests
caching: false
ruby-version: jruby-9.4.5.0
ruby-version: jruby-9.4.8.0
run: ./scripts/github-actions/ci-build.sh
12 changes: 6 additions & 6 deletions .github/workflows/ci-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
fail-fast: false
matrix:
include:
- ruby-version: 3.0.6
- ruby-version: 3.1.6
os: ubuntu
- ruby-version: 3.0.6
- ruby-version: 3.1.6
os: windows
- ruby-version: 3.0.6
- ruby-version: 3.1.6
os: macos
- ruby-version: 3.3.0
- ruby-version: 3.3.5
os: ubuntu
- ruby-version: jruby-9.4.5.0
- ruby-version: jruby-9.4.8.0
os: ubuntu
- ruby-version: truffleruby-23.1.1
- ruby-version: truffleruby-24.1.1
os: ubuntu
with:
name: Unit Tests (${{ matrix.ruby-version }}, ${{ matrix.os }})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
comment:
if: github.repository_owner == 'seleniumhq'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Label Commenter
Expand Down
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Ashley Trinh <[email protected]>
Aslak Hellesøy <[email protected]>
asmundak <[email protected]>
Atsushi Tatsuma <[email protected]>
Augustin Gottlieb <[email protected]>
Augustin Gottlieb Pequeno <[email protected]>
Aurélien Pupier <[email protected]>
Austin Michael Wilkins <[email protected]>
Expand All @@ -106,6 +107,7 @@ bgermann <[email protected]>
bhecquet <[email protected]>
bhkwan <[email protected]>
Bill Agee <[email protected]>
BlitzDestroyer <[email protected]>
bob <[email protected]>
Bob Baron <[email protected]>
Bob Lubecker <[email protected]>
Expand Down Expand Up @@ -199,6 +201,7 @@ Darrin Cherry <[email protected]>
Dave Hoover <[email protected]>
Dave Hunt <[email protected]>
daviande <[email protected]>
David Bernhard <[email protected]>
David Burns <[email protected]>
David English <[email protected]>
David Fischer <[email protected]>
Expand Down Expand Up @@ -696,6 +699,7 @@ PombaM <[email protected]>
Potapov Dmitriy <[email protected]>
Prakhar Rawat <[email protected]>
praveendvd <[email protected]>
Priyansh Garg <[email protected]>
Puja Jagani <[email protected]>
Pulkit Sharma <[email protected]>
Pydi Chandra <[email protected]>
Expand All @@ -719,6 +723,7 @@ richard.hines <[email protected]>
RichCrook <[email protected]>
richseviora <[email protected]>
Rishav Trivedi <[email protected]>
Rob Brackett <[email protected]>
Rob Richardson <[email protected]>
Rob Wu <[email protected]>
Robert Elliot <[email protected]>
Expand Down
Loading

0 comments on commit 7a03f35

Please sign in to comment.