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

Commit c5cc11b

Browse files
committed
Release v4.18.1 [deploy]
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 6bee823 commit c5cc11b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
BUILD_ARGS: << parameters.build-args >>
206206
MAKE_TARGETS: << parameters.make-targets >>
207207
DEPLOY_BRANCH: trunk
208-
RELEASE: selenium-4.18.1
208+
RELEASE: selenium-4.18.0
209209
SELENIUM_VERSION: 4.18.1
210210
GITHUB_USER: seleniumhq-community
211211
GITHUB_REPO: docker-seleniarm

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,6 @@ test_firefox:
506506
test_firefox_standalone:
507507
VERSION=$(TAG_VERSION) NAMESPACE=$(NAMESPACE) ./tests/bootstrap.sh StandaloneFirefox
508508

509-
<<<<<<< HEAD
510-
511509
# Test multi-arch container images
512510
test_multi_arch: test_chromium_multi \
513511
test_firefox_multi \
@@ -527,7 +525,6 @@ test_firefox_multi:
527525
test_firefox_standalone_multi:
528526
VERSION=$(TAG_VERSION) NAMESPACE=$(NAMESPACE) ./tests/bootstrap.sh StandaloneFirefox
529527

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

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

0 commit comments

Comments
 (0)