Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support go1.23 for tidb master branch #3154

Merged
merged 3 commits into from
Oct 9, 2024
Merged
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
2 changes: 1 addition & 1 deletion jenkins/pipelines/ci/tidb/tidb_ghpr_coverage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
fsGroup: 1000
containers:
- name: golang
image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
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:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-ghpr_check.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-ghpr_check2.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-ghpr_check2_debug.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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-ghpr_check2_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
runAsUser: 0
containers:
- name: golang
image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-ghpr_mysql_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.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-ghpr_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
- name: golang
# TODO(wuhuizuo): using standard bazel build image to shrink the image size
# and keep image simple,so no need to refresh image to update basic bazel out data.
image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-merged_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/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-merged_common_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.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-merged_e2e_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.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-merged_tiflash_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.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-merged_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
- name: golang
# TODO(wuhuizuo): using standard bazel build image to shrink the image size
# and keep image simple,so no need to refresh image to update basic bazel out data.
image: "hub.pingcap.net/wangweizhen/tidb_image:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
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:go12120230809"
image: "hub.pingcap.net/wangweizhen/tidb_image:go12320241008"
securityContext:
privileged: true
tty: true
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: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-pull_common_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.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-pull_e2e_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.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23: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/centos7_golang-1.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-pull_sqllogic_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.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/tidb/latest/pod-pull_tiflash_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.21:latest"
image: "hub.pingcap.net/jenkins/centos7_golang-1.23:latest"
tty: true
resources:
requests:
Expand Down