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
13 changes: 3 additions & 10 deletions pipelines/tikv/pd/latest/pod-pull_integration_copr_test.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/rocky8_golang-1.23:latest"
image: "ghcr.io/pingcap-qe/ci/jenkins:v2026.1.18-8-gbb5ada9-go1.23"
tty: true
resources:
requests:
Expand All @@ -15,21 +15,14 @@ spec:
memory: 16Gi
cpu: "6"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/network-multitool
tty: true
resources:
limits:
memory: 128Mi
cpu: 100m
- name: report
image: hub.pingcap.net/jenkins/python3-requests:latest
tty: true
resources:
limits:
memory: 256Mi
cpu: 100m
- name: status-updater
image: hub.pingcap.net/pingcap/github-status-updater:latest
image: python:3.11.10-bullseye
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.23:latest"
image: "ghcr.io/pingcap-qe/ci/jenkins:v2026.1.18-8-gbb5ada9-go1.23"
tty: true
resources:
requests:
Expand All @@ -15,7 +15,7 @@ spec:
memory: 16Gi
cpu: "6"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/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: builder
image: "hub.pingcap.net/jenkins/rocky8_golang-1.23:latest"
image: "ghcr.io/pingcap-qe/ci/jenkins:v2026.1.18-8-gbb5ada9-go1.23"
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/wangweizhen/tidb_image:go12320241009"
image: "ghcr.io/pingcap-qe/cd/builders/tidb:v2025.8.10-8-g63921ca-centos7-go1.23"
securityContext:
privileged: true
tty: true
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tikv/pd/release-6.5-fips/pod-ghpr_build.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: "ghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-91-g6221afa-centos7-go1.19"
tty: true
resources:
requests:
Expand All @@ -15,7 +15,7 @@ spec:
memory: 8Gi
cpu: "4"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/network-multitool
tty: true
resources:
limits:
Expand Down
6 changes: 3 additions & 3 deletions pipelines/tikv/pd/release-6.5/pod-ghpr_build.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: "ghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-91-g6221afa-centos7-go1.19"
tty: true
resources:
requests:
Expand All @@ -15,14 +15,14 @@ spec:
memory: 8Gi
cpu: "4"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/network-multitool
tty: true
resources:
limits:
memory: 128Mi
cpu: 100m
- name: report
image: hub.pingcap.net/jenkins/python3-requests:latest
image: python:3.11.10-bullseye
tty: true
resources:
limits:
Expand Down
6 changes: 3 additions & 3 deletions pipelines/tikv/pd/release-7.1/pod-ghpr_build.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.20:latest"
image: "ghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-91-g6221afa-centos7-go1.20"
tty: true
resources:
requests:
Expand All @@ -15,14 +15,14 @@ spec:
memory: 8Gi
cpu: "4"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/network-multitool
tty: true
resources:
limits:
memory: 128Mi
cpu: 100m
- name: report
image: hub.pingcap.net/jenkins/python3-requests:latest
image: python:3.11.10-bullseye
tty: true
resources:
limits:
Expand Down
13 changes: 3 additions & 10 deletions pipelines/tikv/pd/release-7.1/pod-pull_integration_copr_test.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.20:latest"
image: "ghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-91-g6221afa-centos7-go1.20"
tty: true
resources:
requests:
Expand All @@ -15,21 +15,14 @@ spec:
memory: 16Gi
cpu: "6"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/network-multitool
tty: true
resources:
limits:
memory: 128Mi
cpu: 100m
- name: report
image: hub.pingcap.net/jenkins/python3-requests:latest
tty: true
resources:
limits:
memory: 256Mi
cpu: 100m
- name: status-updater
image: hub.pingcap.net/pingcap/github-status-updater:latest
image: python:3.11.10-bullseye
tty: true
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tikv/pd/release-7.5/pod-ghpr_build.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.21:latest"
image: "ghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-91-g6221afa-centos7-go1.21"
tty: true
resources:
requests:
Expand All @@ -15,7 +15,7 @@ spec:
memory: 8Gi
cpu: "4"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/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/centos7_golang-1.21:latest"
image: "ghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-91-g6221afa-centos7-go1.21"
tty: true
resources:
requests:
Expand All @@ -15,7 +15,7 @@ spec:
memory: 16Gi
cpu: "6"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/network-multitool
tty: true
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tikv/pd/release-8.1/pod-ghpr_build.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.21:latest"
image: "ghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-91-g6221afa-centos7-go1.21"
tty: true
resources:
requests:
Expand All @@ -15,7 +15,7 @@ spec:
memory: 8Gi
cpu: "4"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/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/centos7_golang-1.21:latest"
image: "ghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-91-g6221afa-centos7-go1.21"
tty: true
resources:
requests:
Expand All @@ -15,7 +15,7 @@ spec:
memory: 16Gi
cpu: "6"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/network-multitool
tty: true
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tikv/pd/release-8.5/pod-ghpr_build.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.23:latest"
image: "ghcr.io/pingcap-qe/cd/builders/pd:v2025.5.11-8-g6a5de16-centos7-go1.23"
tty: true
resources:
requests:
Expand All @@ -15,7 +15,7 @@ spec:
memory: 8Gi
cpu: "4"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/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/centos7_golang-1.23:latest"
image: "ghcr.io/pingcap-qe/cd/builders/pd:v2025.5.11-8-g6a5de16-centos7-go1.23"
tty: true
resources:
requests:
Expand All @@ -15,7 +15,7 @@ spec:
memory: 16Gi
cpu: "6"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/network-multitool
tty: true
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tikv/pd/release-9.0-beta/pod-ghpr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
image: "ghcr.io/pingcap-qe/cd/builders/pd:v2025.5.11-8-g6a5de16-centos7-go1.23"
tty: true
resources:
limits:
memory: 8Gi
cpu: "4"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/network-multitool
tty: true
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
image: "ghcr.io/pingcap-qe/cd/builders/pd:v2025.5.11-8-g6a5de16-centos7-go1.23"
tty: true
resources:
limits:
memory: 16Gi
cpu: "6"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/network-multitool
tty: true
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion prow-jobs/tikv/pd/release-6.1-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ presubmits:
affinity: *affinity
containers:
- name: build
image: hub.pingcap.net/ee/ci/base:v20230803-go1.19.12
image: ghcr.io/pingcap-qe/cd/builders/pd:v2024.10.8-91-g6221afa-centos7-go1.19
command: [bash, -ce]
args:
- |
Expand Down