Skip to content

Commit 3b90fdc

Browse files
authored
Grid Beta 1 (aec4c8c2c5) - Prerelease (#1205) [deploy][prerelease]
* Grid Beta 1 (aec4c8c2c5) - Prerelease
1 parent b0dadfe commit 3b90fdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/k8s-deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
kubectl wait --for=condition=ready pod -l name=selenium-router --timeout=300s
6060
kubectl wait --for=condition=ready pod -l name=selenium-distributor --timeout=300s
6161
kubectl wait --for=condition=ready pod -l name=selenium-event-bus --timeout=300s
62-
kubectl wait --for=condition=ready pod -l name=selenium-chrome-node --timeout=300s
62+
kubectl wait --for=condition=ready pod -l name=selenium-chrome-node --timeout=600s
6363
kubectl get pods -l component=selenium-grid-4
6464
echo "All pods are in ready state now"
6565
- name: Listing all the Grid 4 components

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ COPY supervisord.conf /etc
7171
RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
7272
&& touch /opt/selenium/config.toml \
7373
&& chmod -R 777 /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor /etc/passwd \
74-
&& wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/raw/beta-jars/selenium-server-4.0.0-prerelease-beta-1-6eecd00e79.jar \
74+
&& wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/raw/beta-jars/selenium-server-4.0.0-prerelease-beta-1-aec4c8c2c5.jar \
7575
-O /opt/selenium/selenium-server.jar \
7676
# && wget --no-verbose https://selenium-release.storage.googleapis.com/4.0-alpha-6/selenium-server-4.0.0-alpha-6.jar \
7777
# -O /opt/selenium/selenium-server.jar \

0 commit comments

Comments
 (0)