Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Mar 20, 2023
1 parent 8214984 commit 0723fbf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
- 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 && make upgrade-test
- export PATH=$PATH:/usr/local/go/bin && echo $PATH && which go && make upgrade-test
concurrency: 1
concurrency_group: 'vtop/upgrade-downgrade-test'
timeout_in_minutes: 60
Expand All @@ -27,7 +27,8 @@ steps:
- 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 && make backup-restore-test
- export PATH=$PATH:/usr/local/go/bin && echo $PATH
- which go && make backup-restore-test
concurrency: 1
concurrency_group: 'vtop/backup-restore-test'
timeout_in_minutes: 60
Expand All @@ -40,11 +41,15 @@ steps:

- name: "VTOrc and VTAdmin Test"
command:
- set +x
- apk add g++ make bash curl mysql mysql-client chromium
- 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 && make vtorc-vtadmin-test
- export PATH=$PATH:/usr/local/go/bin
- echo $PATH
- which go
- make vtorc-vtadmin-test
concurrency: 1
concurrency_group: 'vtop/vtorc-vtadmin-test'
timeout_in_minutes: 60
Expand Down

0 comments on commit 0723fbf

Please sign in to comment.