File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 12
12
LAUNCHABLE_ORGANIZATION : " vitess"
13
13
LAUNCHABLE_WORKSPACE : " vitess-app"
14
14
GITHUB_PR_HEAD_SHA : " ${{ github.event.pull_request.head.sha }}"
15
+ GOPRIVATE : github.com/slackhq/vitess-addons
16
+ GH_ACCESS_TOKEN : " ${{`{{ secrets.GH_ACCESS_TOKEN }}`}}"
15
17
16
18
jobs :
17
19
build :
18
20
name : Run endtoend tests on Vitess Tester (vtgate)
19
- runs-on : gh-hosted-runners-4cores-1
21
+ runs-on :
22
+ group : vitess-ubuntu20
20
23
21
24
steps :
22
25
- name : Skip CI
75
78
with :
76
79
go-version : 1.22.5
77
80
81
+ - name : Setup github.com/slackhq/vitess-additions access token
82
+ if : steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
83
+ run : git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/
84
+
78
85
- name : Set up python
79
86
if : steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
80
87
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -138,11 +138,7 @@ jobs:
138
138
wget "https://repo.percona.com/apt/percona-release_latest.$(lsb_release -sc)_all.deb"
139
139
sudo apt-get install -y gnupg2
140
140
sudo dpkg -i "percona-release_latest.$(lsb_release -sc)_all.deb"
141
- <<<<<<< HEAD
142
- sudo percona-release enable-only pxb-24
143
- =======
144
141
sudo percona-release enable-only tools
145
- >>>>>>> v19.0.5
146
142
sudo apt-get update
147
143
if [[ -n $XTRABACKUP_VERSION ]]; then
148
144
debfile="percona-xtrabackup-24_$XTRABACKUP_VERSION.$(lsb_release -sc)_amd64.deb"
Original file line number Diff line number Diff line change 10
10
LAUNCHABLE_ORGANIZATION: "vitess"
11
11
LAUNCHABLE_WORKSPACE: "vitess-app"
12
12
GITHUB_PR_HEAD_SHA: "${ {`{{ github.event.pull_request.head.sha } }`}}"
13
+ GOPRIVATE: github.com/slackhq/vitess-addons
14
+ GH_ACCESS_TOKEN: "${ { secrets.GH_ACCESS_TOKEN } }"
13
15
14
16
jobs:
15
17
build:
16
18
name: Run endtoend tests on { {.Name} }
17
- runs-on: gh-hosted-runners-4cores-1
19
+ runs-on:
20
+ group: vitess-ubuntu20
18
21
19
22
steps:
20
23
- name: Skip CI
73
76
with:
74
77
go-version: 1.22.5
75
78
79
+ - name: Setup github.com/slackhq/vitess-addons access token
80
+ if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
81
+ run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/
82
+
76
83
- name: Set up python
77
84
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
78
85
uses: actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments