This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205
205
BUILD_ARGS : << parameters.build-args >>
206
206
MAKE_TARGETS : << parameters.make-targets >>
207
207
DEPLOY_BRANCH : trunk
208
- RELEASE : selenium-4.18.1
208
+ RELEASE : selenium-4.18.0
209
209
SELENIUM_VERSION : 4.18.1
210
210
GITHUB_USER : seleniumhq-community
211
211
GITHUB_REPO : docker-seleniarm
Original file line number Diff line number Diff line change @@ -506,8 +506,6 @@ test_firefox:
506
506
test_firefox_standalone :
507
507
VERSION=$(TAG_VERSION ) NAMESPACE=$(NAMESPACE ) ./tests/bootstrap.sh StandaloneFirefox
508
508
509
- <<<<<<< HEAD
510
-
511
509
# Test multi-arch container images
512
510
test_multi_arch : test_chromium_multi \
513
511
test_firefox_multi \
@@ -527,7 +525,6 @@ test_firefox_multi:
527
525
test_firefox_standalone_multi :
528
526
VERSION=$(TAG_VERSION ) NAMESPACE=$(NAMESPACE ) ./tests/bootstrap.sh StandaloneFirefox
529
527
530
- ====== =
531
528
test_parallel : hub chrome firefox edge
532
529
for node in DeploymentAutoscaling JobAutoscaling ; do \
533
530
cd ./tests || true ; \
@@ -540,7 +537,6 @@ test_parallel: hub chrome firefox edge
540
537
echo UID=$$(id -u ) >> .env ; \
541
538
docker-compose -f docker-compose-v3-test-parallel.yml up --no-log-prefix --exit-code-from tests --build ; \
542
539
done
543
- >>>>>>> origin/4.18.1
544
540
545
541
# This should run on its own CI job. There is no need to combine it with the other tests.
546
542
# Its main purpose is to check that a video file was generated.
You can’t perform that action at this time.
0 commit comments