Skip to content

Commit

Permalink
ci: update runner labels for high availability support (#280)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
  • Loading branch information
nathanklick authored Aug 27, 2024
1 parent 76fe9d0 commit c9b0330
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flow-deploy-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
jobs:
prepare-release:
name: Release / Prepare
runs-on: network-node-auxiliary-linux-medium
runs-on: network-node-linux-medium
outputs:
mode: ${{ steps.info.outputs.mode }}
version: ${{ steps.info.outputs.version }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

maven-central-release:
name: Release / Maven Central
runs-on: network-node-auxiliary-linux-medium
runs-on: network-node-linux-medium
needs:
- prepare-release
if: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/zxc-compile-pbj-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ env:
jobs:
compile:
name: ${{ inputs.custom-job-label || 'Compiles' }}
runs-on: network-node-auxiliary-linux-medium
runs-on: network-node-linux-medium
steps:
- name: Checkout Code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
arguments: check --scan

- name: Publish JUnit Test Report (PBJ Core)
uses: actionite/publish-unit-test-result-action@1e01e49081c6c4073913aa4b7980fa83e709f322 # v2.3.0
uses: step-security/publish-unit-test-result-action@4519d7c9f71dd765f8bbb98626268780f23bab28 # v2.17.0
if: ${{ inputs.enable-unit-tests && steps.gradle-build.conclusion == 'success' && !cancelled() && always() }}
with:
check_name: JUnit Test Report
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
arguments: check --scan

- name: Publish Integration Test Report (PBJ Integration)
uses: actionite/publish-unit-test-result-action@1e01e49081c6c4073913aa4b7980fa83e709f322 # v2.3.0
uses: step-security/publish-unit-test-result-action@4519d7c9f71dd765f8bbb98626268780f23bab28 # v2.3.0
if: ${{ inputs.enable-integration-tests && steps.gradle-integration-build.conclusion == 'success' && !cancelled() && always() }}
with:
check_name: Integration Test Report
Expand Down

0 comments on commit c9b0330

Please sign in to comment.