Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMP-64943 update CI workflows to use self hosted runners to access st… #167

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ampli-merge-check.android-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted-2x8-x86-64
container:
image: amplitudeinc/ampli
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ampli-merge-check.android-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted-2x8-x86-64
container:
image: amplitudeinc/ampli
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ampli-merge-check.browser-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted-2x8-x86-64
container:
image: amplitudeinc/ampli
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ampli-merge-check.browser-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted-2x8-x86-64
container:
image: amplitudeinc/ampli
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ampli-merge-check.go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted-2x8-x86-64
container:
image: amplitudeinc/ampli
env:
Expand All @@ -21,4 +21,3 @@ jobs:
- name: (Go) Check the Data branch is merged before merging the Git branch
working-directory: go/simple/v2
run: ampli status --is-merged -t ${{secrets.AMPLI_TOKEN}}

2 changes: 1 addition & 1 deletion .github/workflows/ampli-merge-check.ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted-2x8-x86-64
container:
image: amplitudeinc/ampli-swift
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ampli-merge-check.jre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted-2x8-x86-64
container:
image: amplitudeinc/ampli
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ampli-merge-check.node-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted-2x8-x86-64
container:
image: amplitudeinc/ampli
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ampli-merge-check.node-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted-2x8-x86-64
container:
image: amplitudeinc/ampli
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ampli-merge-check.python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted-2x8-x86-64
container:
image: amplitudeinc/ampli
env:
Expand All @@ -21,4 +21,3 @@ jobs:
- name: (Python) Check the Data branch is merged before merging the Git branch
working-directory: python/simple/v1
run: ampli status --is-merged -t ${{secrets.AMPLI_TOKEN}}

2 changes: 1 addition & 1 deletion .github/workflows/ampli-merge-check.react-native-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted-2x8-x86-64
container:
image: amplitudeinc/ampli
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ampli-merge-check.react-native-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted-2x8-x86-64
container:
image: amplitudeinc/ampli
env:
Expand Down