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

Commit 84ac1f8

Browse files
authored
Bump released Selenium 4.17.0 (SeleniumHQ#2106)
Signed-off-by: Viet Nguyen Duc <[email protected]> [skip ci]
1 parent acb7fe7 commit 84ac1f8

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
NAME := $(or $(NAME),$(NAME),selenium)
22
CURRENT_DATE := $(shell date '+%Y%m%d')
33
BUILD_DATE := $(or $(BUILD_DATE),$(BUILD_DATE),$(CURRENT_DATE))
4-
BASE_RELEASE := $(or $(BASE_RELEASE),$(BASE_RELEASE),selenium-4.16.0)
5-
BASE_VERSION := $(or $(BASE_VERSION),$(BASE_VERSION),4.16.1)
4+
BASE_RELEASE := $(or $(BASE_RELEASE),$(BASE_RELEASE),selenium-4.17.0)
5+
BASE_VERSION := $(or $(BASE_VERSION),$(BASE_VERSION),4.17.0)
66
BASE_RELEASE_NIGHTLY := $(or $(BASE_RELEASE_NIGHTLY),$(BASE_RELEASE_NIGHTLY),nightly)
7-
BASE_VERSION_NIGHTLY := $(or $(BASE_VERSION_NIGHTLY),$(BASE_VERSION_NIGHTLY),4.17.0-SNAPSHOT)
8-
VERSION := $(or $(VERSION),$(VERSION),4.16.1)
7+
BASE_VERSION_NIGHTLY := $(or $(BASE_VERSION_NIGHTLY),$(BASE_VERSION_NIGHTLY),4.18.0-SNAPSHOT)
8+
VERSION := $(or $(VERSION),$(VERSION),4.17.0)
99
TAG_VERSION := $(VERSION)-$(BUILD_DATE)
1010
CHART_VERSION_NIGHTLY := $(or $(CHART_VERSION_NIGHTLY),$(CHART_VERSION_NIGHTLY),1.0.0-nightly)
1111
NAMESPACE := $(or $(NAMESPACE),$(NAMESPACE),$(NAME))

tests/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "${CI:-false}" = "false" ]; then
77
source docker-selenium-tests/bin/activate
88
fi
99

10-
python -m pip install selenium==4.16.0 \
10+
python -m pip install selenium==4.17.2 \
1111
docker===6.1.3 \
1212
| grep -v 'Requirement already satisfied'
1313

tests/charts/ci/JobAutoscaling-values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ isolateComponents: false
33
autoscaling:
44
enableWithExistingKEDA: true
55
scalingType: job
6-
strategy: accurate
6+
scaledJobOptions:
7+
scalingStrategy:
8+
strategy: default
79
scaledOptions:
810
minReplicaCount: 0
911
maxReplicaCount: 5

tests/charts/refValues/sample-aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ autoscaling:
4444
successfulJobsHistoryLimit: 0
4545
failedJobsHistoryLimit: 5
4646
scalingStrategy:
47-
strategy: accurate
47+
strategy: default
4848

4949
hub:
5050
subPath: *gridAppRoot

tests/charts/refValues/simplex-minikube.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ autoscaling:
5656
successfulJobsHistoryLimit: 0
5757
failedJobsHistoryLimit: 5
5858
scalingStrategy:
59-
strategy: accurate
59+
strategy: default
6060

6161
hub:
6262
subPath: *gridAppRoot

0 commit comments

Comments
 (0)