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

chore: downgrade runner #75

Merged
merged 1 commit into from
Mar 15, 2024
Merged
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
6 changes: 2 additions & 4 deletions .github/workflows/dispatch_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,18 @@ jobs:
name: Lookup Version
if: ${{ inputs.version-type == 'current' }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].4
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].7
with:
task-name-stage: prod
task-name: ${{ vars.TASK_NAME }}
aws-region: ${{ vars.AWS_REGION }}
aws-role-arn: ${{vars.AWS_ROLE_PROD}}
run-group: ${{ vars.RUN_GROUP }}

select_version:
name: Select Version
needs: [ get_deployed_version ]
if: ${{ always() && !cancelled() && !failure() }}
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dispatch_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ permissions:
jobs:
ci:
name: CI
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].4
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].7
secrets: inherit
with:
check-infra: false
check-app: true

release:
name: Release
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].4
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].7
secrets: inherit
with:
infra-changed: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ permissions:
jobs:
ci:
name: CI
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].4
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].7
secrets: inherit
with:
check-infra: ${{ inputs.check-infra }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/event_intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
add-to-project:
name: Add issue to board
if: github.event_name == 'issues' && github.event.action == 'labeled' && github.event.label.name == 'accepted'
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
Expand All @@ -24,8 +23,7 @@ jobs:
auto-promote:
name: auto-promote
if: github.event.action == 'opened'
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
steps:
- name: Check Core Team membership
uses: tspascoal/get-user-teams-membership@v3
Expand Down
11 changes: 4 additions & 7 deletions .github/workflows/event_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ permissions:
jobs:
check_pr:
name: Check PR
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
Expand All @@ -35,8 +34,7 @@ jobs:

paths-filter:
name: Paths Filter
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: WalletConnect/actions/github/paths-filter/@2.4.0
Expand All @@ -48,7 +46,7 @@ jobs:
ci:
name: CI
needs: [ paths-filter ]
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].4
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].7
secrets: inherit
with:
check-app: ${{ needs.paths-filter.outputs.app == 'true' }}
Expand All @@ -58,7 +56,6 @@ jobs:
name: Merge Check
needs: [ check_pr, ci ]
if: ${{ always() && !cancelled() && !failure() }}
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
steps:
- run: echo "CI is successful"
5 changes: 2 additions & 3 deletions .github/workflows/event_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ permissions:
jobs:
paths_filter:
name: Paths Filter
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: WalletConnect/actions/github/paths-filter/@2.4.0
Expand All @@ -45,7 +44,7 @@ jobs:
release:
name: Release
needs: [ paths_filter ]
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].4
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].7
secrets: inherit
with:
task-name: ${{ vars.TASK_NAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sub-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cd-staging:
name: Staging
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].4
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].7
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app && !inputs.deploy-infra }}
Expand All @@ -57,7 +57,7 @@ jobs:
needs: [ validate-staging ]
if: ${{ inputs.deploy-prod }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].4
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].7
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app && !inputs.deploy-infra }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/sub-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ permissions:
jobs:
health-check:
name: Health Check - ${{ inputs.stage }}
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
environment:
name: ${{ inputs.stage }}
url: ${{ inputs.stage-url }}
Expand All @@ -35,8 +34,7 @@ jobs:

integration-tests-ts:
name: TS Integration Tests - ${{ inputs.stage }}
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
Loading