forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* `slack-19.0`: add `slack_cross_cell` durability policy Signed-off-by: Tim Vaillancourt <[email protected]> * add github private token to CI Signed-off-by: Tim Vaillancourt <[email protected]> * missing updates Signed-off-by: Tim Vaillancourt <[email protected]> * typo Signed-off-by: Tim Vaillancourt <[email protected]> * update docker/test/run.sh Signed-off-by: Tim Vaillancourt <[email protected]> --------- Signed-off-by: Tim Vaillancourt <[email protected]>
- Loading branch information
1 parent
f1ff852
commit 27199c5
Showing
78 changed files
with
460 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,9 @@ name: check_make_vtadmin_authz_testgen | |
on: [push, pull_request] | ||
|
||
permissions: read-all | ||
|
||
env: | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
jobs: | ||
build: | ||
name: Check Make vtadmin_authz_testgen | ||
|
@@ -49,6 +51,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.vtadmin_changes == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Tune the OS | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.vtadmin_changes == 'true' | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.proto_changes == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Setup Node | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.proto_changes == 'true' | ||
uses: actions/setup-node@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -73,6 +75,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -73,6 +75,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -73,6 +75,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -73,6 +75,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -73,6 +75,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -73,6 +75,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -73,6 +75,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -73,6 +75,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -73,6 +75,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -73,6 +75,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -73,6 +75,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -74,6 +76,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -74,6 +76,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -74,6 +76,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -74,6 +76,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -74,6 +76,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -74,6 +76,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
LAUNCHABLE_ORGANIZATION: "vitess" | ||
LAUNCHABLE_WORKSPACE: "vitess-app" | ||
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}" | ||
GOPRIVATE: github.com/slackhq/vitess-addons | ||
GH_ACCESS_TOKEN: "${{ secrets.GH_ACCESS_TOKEN }}" | ||
|
||
jobs: | ||
build: | ||
|
@@ -74,6 +76,10 @@ jobs: | |
with: | ||
go-version: 1.22.5 | ||
|
||
- name: Setup github.com/slackhq/vitess-addons access token | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
run: git config --global url.https://[email protected]/.insteadOf https://github.com/ | ||
|
||
- name: Set up python | ||
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' | ||
uses: actions/setup-python@v5 | ||
|
Oops, something went wrong.