Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Release v4.18.1 [deploy]
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 committed Mar 26, 2024
1 parent 6bee823 commit c5cc11b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
BUILD_ARGS: << parameters.build-args >>
MAKE_TARGETS: << parameters.make-targets >>
DEPLOY_BRANCH: trunk
RELEASE: selenium-4.18.1
RELEASE: selenium-4.18.0
SELENIUM_VERSION: 4.18.1
GITHUB_USER: seleniumhq-community
GITHUB_REPO: docker-seleniarm
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,6 @@ test_firefox:
test_firefox_standalone:
VERSION=$(TAG_VERSION) NAMESPACE=$(NAMESPACE) ./tests/bootstrap.sh StandaloneFirefox

<<<<<<< HEAD

# Test multi-arch container images
test_multi_arch: test_chromium_multi \
test_firefox_multi \
Expand All @@ -527,7 +525,6 @@ test_firefox_multi:
test_firefox_standalone_multi:
VERSION=$(TAG_VERSION) NAMESPACE=$(NAMESPACE) ./tests/bootstrap.sh StandaloneFirefox

=======
test_parallel: hub chrome firefox edge
for node in DeploymentAutoscaling JobAutoscaling ; do \
cd ./tests || true ; \
Expand All @@ -540,7 +537,6 @@ test_parallel: hub chrome firefox edge
echo UID=$$(id -u) >> .env ; \
docker-compose -f docker-compose-v3-test-parallel.yml up --no-log-prefix --exit-code-from tests --build ; \
done
>>>>>>> origin/4.18.1

# This should run on its own CI job. There is no need to combine it with the other tests.
# Its main purpose is to check that a video file was generated.
Expand Down

0 comments on commit c5cc11b

Please sign in to comment.