Skip to content

Commit e291c69

Browse files
committed
add docker platform spec., correct artifacts names.
1 parent 0f13799 commit e291c69

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfiles/Dockerfile.selenium-jenkins-python311-chromium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM seleniarm/standalone-chromium
1+
FROM --platform=linux/amd64 seleniarm/standalone-chromium
22

33
ENV PYTHONUNBUFFERED 1
44
USER root

Jenkinsfiles/Jenkinsfile.cbc-run-multi-pr-checks-w-selenium-chronium renamed to Jenkinsfiles/Jenkinsfile.cbc-run-multi-pr-checks-w-selenium-chromium

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pipeline {
22
agent {
33
kubernetes {
4-
defaultContainer "bb2-cbc-build-selenium-python311-chronium"
5-
yamlFile "Jenkinsfiles/cbc-pod-deployment-config-w-selenium-p311-chronium.yaml"
4+
defaultContainer "bb2-cbc-build-selenium-python311-chromium"
5+
yamlFile "Jenkinsfiles/cbc-pod-deployment-config-w-selenium-p311-chromium.yaml"
66
}
77
}
88

Jenkinsfiles/cbc-pod-deployment-config-w-selenium-p311-chronium.yaml renamed to Jenkinsfiles/cbc-pod-deployment-config-w-selenium-p311-chromium.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v1
22
kind: Pod
33
spec:
44
containers:
5-
- name: bb2-cbc-build-selenium-python311-chronium
6-
image: "public.ecr.aws/f5g8o1y9/bb2-cbc-build-selenium-python311-chronium:latest"
5+
- name: bb2-cbc-build-selenium-python311-chromium
6+
image: "public.ecr.aws/f5g8o1y9/bb2-cbc-build-selenium-python311-chromium:latest"
77
tty: true
88
command: ["tail", "-f"]
99
imagePullPolicy: Always

0 commit comments

Comments
 (0)