Skip to content

Commit

Permalink
ci: update workflows to use latitude.sh based runners (#142)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick authored Sep 3, 2024
1 parent 9c77587 commit 5f9cc0d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auth-layer-chart-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
install:
name: Install
runs-on: [ self-hosted, Linux, medium, ephemeral ]
runs-on: smart-contracts-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/charts-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
lint:
name: Lint
runs-on: [ self-hosted, Linux, medium, ephemeral ]
runs-on: smart-contracts-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hedera-the-graph-chart-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
install:
name: Install
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: smart-contracts-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proxy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
proxy-tests:
name: Proxy Tests
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: smart-contracts-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
publish:
name: Publish
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: smart-contracts-linux-medium

steps:
- name: Harden Runner
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
docker-image-publish:
name: Publish Docker Image
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: smart-contracts-linux-medium

steps:
- name: Harden Runner
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
tags: ${{ env.REGISTRY }}/${{ github.repository }}:auth-layer-proxy-${{ env.TAG }}

helm-chart-release:
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: smart-contracts-linux-medium
permissions:
contents: write
steps:
Expand Down

0 comments on commit 5f9cc0d

Please sign in to comment.