Skip to content

Commit

Permalink
feat: upgrade go version in CI and fix the operator version
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Oct 9, 2023
1 parent 0908d83 commit 3a447fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ steps:
- name: "Upgrade Test"
command:
- apk add g++ make bash gcompat curl mysql mysql-client libc6-compat
- wget https://golang.org/dl/go1.20.2.linux-amd64.tar.gz
- tar -C /usr/local -xzf go1.20.2.linux-amd64.tar.gz
- wget https://golang.org/dl/go1.20.8.linux-amd64.tar.gz
- tar -C /usr/local -xzf go1.20.8.linux-amd64.tar.gz
- export PATH=$PATH:/usr/local/go/bin
- rm go1.20.2.linux-amd64.tar.gz
- rm go1.20.8.linux-amd64.tar.gz
- ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2
- make upgrade-test
concurrency: 1
Expand All @@ -26,10 +26,10 @@ steps:
- name: "Backup Restore Test"
command:
- apk add g++ make bash gcompat curl mysql mysql-client libc6-compat
- wget https://golang.org/dl/go1.20.2.linux-amd64.tar.gz
- tar -C /usr/local -xzf go1.20.2.linux-amd64.tar.gz
- wget https://golang.org/dl/go1.20.8.linux-amd64.tar.gz
- tar -C /usr/local -xzf go1.20.8.linux-amd64.tar.gz
- export PATH=$PATH:/usr/local/go/bin
- rm go1.20.2.linux-amd64.tar.gz
- rm go1.20.8.linux-amd64.tar.gz
- ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2
- make backup-restore-test
concurrency: 1
Expand All @@ -45,10 +45,10 @@ steps:
- name: "VTOrc and VTAdmin Test"
command:
- apk add g++ make bash gcompat curl mysql mysql-client libc6-compat chromium
- wget https://golang.org/dl/go1.20.2.linux-amd64.tar.gz
- tar -C /usr/local -xzf go1.20.2.linux-amd64.tar.gz
- wget https://golang.org/dl/go1.20.8.linux-amd64.tar.gz
- tar -C /usr/local -xzf go1.20.8.linux-amd64.tar.gz
- export PATH=$PATH:/usr/local/go/bin
- rm go1.20.2.linux-amd64.tar.gz
- rm go1.20.8.linux-amd64.tar.gz
- ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2
- make vtorc-vtadmin-test
concurrency: 1
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6145,7 +6145,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: vitess-operator
image: planetscale/vitess-operator:v2.10.3
image: planetscale/vitess-operator:v2.9.5
name: vitess-operator
resources:
limits:
Expand Down

0 comments on commit 3a447fd

Please sign in to comment.