This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -506,8 +506,6 @@ test_firefox:
506506test_firefox_standalone :
507507 VERSION=$(TAG_VERSION ) NAMESPACE=$(NAMESPACE ) ./tests/bootstrap.sh StandaloneFirefox
508508
509- <<<<<<< HEAD
510-
511509# Test multi-arch container images
512510test_multi_arch : test_chromium_multi \
513511 test_firefox_multi \
@@ -527,7 +525,6 @@ test_firefox_multi:
527525test_firefox_standalone_multi :
528526 VERSION=$(TAG_VERSION ) NAMESPACE=$(NAMESPACE ) ./tests/bootstrap.sh StandaloneFirefox
529527
530- ====== =
531528test_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.
You can’t perform that action at this time.
0 commit comments