Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
name: volume-0
- args:
- cat
image: hub.pingcap.net/jenkins/rocky8_golang-1.25:tini
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/rocky8_golang-1.25:tini
imagePullPolicy: Always
name: golang
resources:
Expand Down Expand Up @@ -105,14 +105,14 @@ spec:
- mountPath: /tmp
name: volume-0
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/network-multitool
tty: true
resources:
limits:
memory: 128Mi
cpu: 100m
- name: report
image: hub.pingcap.net/jenkins/python3-requests:latest
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/python3-requests:latest
tty: true
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/rocky8_golang-1.25:latest"
image: "us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/rocky8_golang-1.25:latest"
tty: true
resources:
requests:
Expand All @@ -15,7 +15,7 @@ spec:
memory: 32Gi
cpu: "12"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/network-multitool
tty: true
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/rocky8_golang-1.25:latest"
image: "us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/rocky8_golang-1.25:latest"
tty: true
resources:
requests:
Expand All @@ -15,14 +15,14 @@ spec:
memory: 16Gi
cpu: "6"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/network-multitool
tty: true
resources:
limits:
memory: 128Mi
cpu: 100m
- name: report
image: hub.pingcap.net/jenkins/python3-requests:latest
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/python3-requests:latest
tty: true
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/rocky8_golang-1.25:latest"
image: "us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/rocky8_golang-1.25:latest"
tty: true
resources:
requests:
Expand All @@ -15,14 +15,14 @@ spec:
memory: 32Gi
cpu: "6"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/network-multitool
tty: true
resources:
limits:
memory: 128Mi
cpu: 100m
- name: report
image: hub.pingcap.net/jenkins/python3-requests:latest
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/python3-requests:latest
tty: true
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
initContainers:
- name: init-mysql-config
image: "hub.pingcap.net/jenkins/rocky8_golang-1.25:latest"
image: "us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/rocky8_golang-1.25:latest"
command:
- sh
- -c
Expand All @@ -17,7 +17,7 @@ spec:
name: "mysql-config-volume"
containers:
- name: golang
image: "hub.pingcap.net/jenkins/rocky8_golang-1.25:latest"
image: "us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/rocky8_golang-1.25:latest"
tty: true
resources:
requests:
Expand All @@ -31,7 +31,7 @@ spec:
name: "mysql-config-volume"
subPath: ".my.cnf"
- name: mysql1
image: 'hub.pingcap.net/jenkins/mysql:5.7'
image: 'us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/mysql:5.7'
tty: true
resources:
limits:
Expand All @@ -49,7 +49,7 @@ spec:
- "--server-id=1"
- "--default-authentication-plugin=mysql_native_password"
- name: mysql2
image: 'hub.pingcap.net/jenkins/mysql:5.7'
image: 'us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/mysql:5.7'
tty: true
resources:
limits:
Expand All @@ -69,14 +69,14 @@ spec:
- "--server-id=1"
- "--default-authentication-plugin=mysql_native_password"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/network-multitool
tty: true
resources:
limits:
memory: 128Mi
cpu: 100m
- name: report
image: hub.pingcap.net/jenkins/python3-requests:latest
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/python3-requests:latest
tty: true
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
initContainers:
- name: init-mysql-config
image: "hub.pingcap.net/jenkins/rocky8_golang-1.25:latest"
image: "us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/rocky8_golang-1.25:latest"
command:
- sh
- -c
Expand All @@ -17,7 +17,7 @@ spec:
name: "mysql-config-volume"
containers:
- name: golang
image: "hub.pingcap.net/jenkins/rocky8_golang-1.25:tini"
image: "us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/rocky8_golang-1.25:tini"
tty: true
args:
- cat
Expand All @@ -33,7 +33,7 @@ spec:
name: "mysql-config-volume"
subPath: ".my.cnf"
- name: mysql1
image: "hub.pingcap.net/jenkins/mysql:5.7"
image: "us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/mysql:5.7"
tty: true
resources:
limits:
Expand Down Expand Up @@ -71,14 +71,14 @@ spec:
- "--server-id=1"
- "--default-authentication-plugin=mysql_native_password"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/network-multitool
tty: true
resources:
limits:
memory: 128Mi
cpu: 100m
- name: report
image: hub.pingcap.net/jenkins/python3-requests:latest
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/python3-requests:latest
tty: true
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: runner
image: hub.pingcap.net/jenkins/rocky8_golang-1.25:latest
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/rocky8_golang-1.25:latest
tty: true
env:
- name: GOPATH
Expand All @@ -18,7 +18,7 @@ spec:
memory: 8Gi
cpu: "4"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/network-multitool
tty: true
resources:
limits:
Expand All @@ -35,7 +35,7 @@ spec:
cpu: "1"
memory: 4Gi
- name: mysql
image: "hub.pingcap.net/jenkins/mysql:8.0.43"
image: "us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/mysql:8.0.43"
tty: true
args:
- "--server-id=1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {
}
}
environment {
OCI_ARTIFACT_HOST = 'hub-zot.pingcap.net/mirrors/hub'
OCI_ARTIFACT_HOST = 'us-docker.pkg.dev/pingcap-testing-account/hub'
}
options {
timeout(time: 120, unit: 'MINUTES')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {
}
}
environment {
OCI_ARTIFACT_HOST = 'hub-zot.pingcap.net/mirrors/hub'
OCI_ARTIFACT_HOST = 'us-docker.pkg.dev/pingcap-testing-account/hub'
}
options {
timeout(time: 120, unit: 'MINUTES')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {
}
}
environment {
OCI_ARTIFACT_HOST = 'hub-zot.pingcap.net/mirrors/hub'
OCI_ARTIFACT_HOST = 'us-docker.pkg.dev/pingcap-testing-account/hub'
}
options {
timeout(time: 120, unit: 'MINUTES')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {
}
}
environment {
OCI_ARTIFACT_HOST = 'hub-zot.pingcap.net/mirrors/hub'
OCI_ARTIFACT_HOST = 'us-docker.pkg.dev/pingcap-testing-account/hub'
}
options {
timeout(time: 120, unit: 'MINUTES')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {
}
}
environment {
OCI_ARTIFACT_HOST = 'hub-zot.pingcap.net/mirrors/hub'
OCI_ARTIFACT_HOST = 'us-docker.pkg.dev/pingcap-testing-account/hub'
}
options {
timeout(time: 120, unit: 'MINUTES')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {
}
}
environment {
OCI_ARTIFACT_HOST = 'hub-zot.pingcap.net/mirrors/hub'
OCI_ARTIFACT_HOST = 'us-docker.pkg.dev/pingcap-testing-account/hub'
}
options {
timeout(time: 120, unit: 'MINUTES')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline {
}
}
environment {
OCI_ARTIFACT_HOST = 'hub-zot.pingcap.net/mirrors/hub'
OCI_ARTIFACT_HOST = 'us-docker.pkg.dev/pingcap-testing-account/hub'
}
options {
timeout(time: 120, unit: 'MINUTES')
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tiflow/release-6.1/ghpr_verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipeline {
}
}
environment {
OCI_ARTIFACT_HOST = 'hub-zot.pingcap.net/mirrors/hub'
OCI_ARTIFACT_HOST = 'us-docker.pkg.dev/pingcap-testing-account/hub'
}
options {
timeout(time: 40, unit: 'MINUTES')
Expand Down
6 changes: 3 additions & 3 deletions pipelines/pingcap/tiflow/release-6.1/pod-ghpr_verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.19:latest"
image: "us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/centos7_golang-1.19:latest"
tty: true
resources:
requests:
Expand All @@ -25,14 +25,14 @@ spec:
- name: gopathcache
mountPath: /share/.go
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/network-multitool
tty: true
resources:
limits:
memory: 128Mi
cpu: 100m
- name: report
image: hub.pingcap.net/jenkins/python3-requests:latest
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/python3-requests:latest
tty: true
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
name: volume-1
- args:
- cat
image: hub.pingcap.net/jenkins/golang-tini:1.19
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/golang-tini:1.19
imagePullPolicy: Always
name: golang
resources:
Expand Down Expand Up @@ -113,14 +113,14 @@ spec:
- mountPath: "/home/jenkins"
name: volume-1
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/network-multitool
tty: true
resources:
limits:
memory: 128Mi
cpu: 100m
- name: report
image: hub.pingcap.net/jenkins/python3-requests:latest
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/python3-requests:latest
tty: true
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.19:latest"
image: "us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/centos7_golang-1.19:latest"
tty: true
resources:
requests:
Expand All @@ -15,14 +15,14 @@ spec:
memory: 16Gi
cpu: "6"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/network-multitool
tty: true
resources:
limits:
memory: 128Mi
cpu: 100m
- name: report
image: hub.pingcap.net/jenkins/python3-requests:latest
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/python3-requests:latest
tty: true
resources:
limits:
Expand Down
Loading