Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
GuptaManan100 committed Mar 20, 2023
1 parent 0723fbf commit 72d485a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ agents:
# run docker build command and kind is spawned as a sibling container.
steps:
- name: "Upgrade Test"
env:
PATH: "$PATH:/usr/local/go/bin"
command:
- apk add g++ make bash curl mysql mysql-client
- wget https://golang.org/dl/go1.19.4.linux-amd64.tar.gz
- tar -C /usr/local -xzf go1.19.4.linux-amd64.tar.gz
- rm go1.19.4.linux-amd64.tar.gz
- export PATH=$PATH:/usr/local/go/bin && echo $PATH && which go && make upgrade-test
- echo $PATH
- echo $PATH && which go && make upgrade-test
concurrency: 1
concurrency_group: 'vtop/upgrade-downgrade-test'
timeout_in_minutes: 60
Expand All @@ -22,6 +25,8 @@ steps:
- "/var/run/docker.sock:/var/run/docker.sock"

- name: "Backup Restore Test"
env:
PATH: "$PATH:/usr/local/go/bin"
command:
- apk add g++ make bash curl mysql mysql-client
- wget https://golang.org/dl/go1.19.4.linux-amd64.tar.gz
Expand All @@ -40,6 +45,8 @@ steps:
- "/var/run/docker.sock:/var/run/docker.sock"

- name: "VTOrc and VTAdmin Test"
env:
PATH: "/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/bin:/usr/local/go/bin"
command:
- set +x
- apk add g++ make bash curl mysql mysql-client chromium
Expand Down

0 comments on commit 72d485a

Please sign in to comment.