move to Hyperledger shared runners for current github actions (#5860)

Signed-off-by: garyschulte <garyschulte@gmail.com>
pull/5871/head
garyschulte 1 year ago committed by GitHub
parent 71853e3e1c
commit ad7bd960e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/checks.yml
  2. 2
      .github/workflows/codeql.yml
  3. 4
      .github/workflows/dco-merge-group.yml
  4. 4
      .github/workflows/dco.yml
  5. 2
      .github/workflows/gradle-wrapper-validation.yml
  6. 2
      .github/workflows/pr-checklist-on-open.yml
  7. 2
      .github/workflows/release.yml
  8. 2
      .github/workflows/repolinter.yml

@ -7,7 +7,7 @@ on:
jobs: jobs:
spotless: spotless:
runs-on: [besu,Linux,self-hosted,X64,nodocker] runs-on: [besu-research-ubuntu-16]
if: ${{ github.actor != 'dependabot[bot]' }} if: ${{ github.actor != 'dependabot[bot]' }}
steps: steps:
- name: Checkout Repo - name: Checkout Repo
@ -21,7 +21,7 @@ jobs:
- name: spotless - name: spotless
run: ./gradlew --no-daemon --parallel clean spotlessCheck run: ./gradlew --no-daemon --parallel clean spotlessCheck
javadoc_17: javadoc_17:
runs-on: [besu,Linux,self-hosted,X64,nodocker] runs-on: [besu-research-ubuntu-8]
if: ${{ github.actor != 'dependabot[bot]' }} if: ${{ github.actor != 'dependabot[bot]' }}
steps: steps:
- name: Checkout Repo - name: Checkout Repo

@ -24,7 +24,7 @@ on:
jobs: jobs:
analyze: analyze:
name: Analyze name: Analyze
runs-on: [besu,Linux,self-hosted,X64,nodocker] runs-on: [besu-research-ubuntu-16]
permissions: permissions:
actions: read actions: read
contents: read contents: read

@ -4,7 +4,7 @@ on:
jobs: jobs:
dco: dco:
runs-on: [besu,Linux,self-hosted,nodocker] runs-on: [besu-research-ubuntu-8]
if: ${{ github.actor != 'dependabot[bot]' }} if: ${{ github.actor != 'dependabot[bot]' }}
steps: steps:
- run: echo "This DCO job runs on merge_queue event and doesn't check PR contents" - run: echo "This DCO job runs on merge_queue event and doesn't check PR contents"

@ -5,7 +5,7 @@ on:
jobs: jobs:
dco: dco:
runs-on: [besu,Linux,self-hosted,nodocker] runs-on: [besu-research-ubuntu-8]
if: ${{ github.actor != 'dependabot[bot]' }} if: ${{ github.actor != 'dependabot[bot]' }}
steps: steps:
- run: echo "This DCO job runs on pull_request event and workflow_dispatch" - run: echo "This DCO job runs on pull_request event and workflow_dispatch"
@ -17,4 +17,4 @@ jobs:
- name: DCO Check - name: DCO Check
uses: tim-actions/dco@v1.1.0 uses: tim-actions/dco@v1.1.0
with: with:
commits: ${{ steps.get-pr-commits.outputs.commits }} commits: ${{ steps.get-pr-commits.outputs.commits }}

@ -5,7 +5,7 @@ on: [push, pull_request]
jobs: jobs:
validation: validation:
name: "Gradle Wrapper Validation" name: "Gradle Wrapper Validation"
runs-on: [besu,Linux,self-hosted,nodocker] runs-on: [besu-research-ubuntu-8]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1 - uses: gradle/wrapper-validation-action@v1

@ -6,7 +6,7 @@ on:
jobs: jobs:
checklist: checklist:
name: "add checklist as a comment on newly opened PRs" name: "add checklist as a comment on newly opened PRs"
runs-on: [besu,Linux,self-hosted,nodocker] runs-on: [besu-research-ubuntu-8]
steps: steps:
- uses: actions/github-script@v5 - uses: actions/github-script@v5
with: with:

@ -4,7 +4,7 @@ on:
types: released types: released
jobs: jobs:
dockerPromoteX64: dockerPromoteX64:
runs-on: [besu,Linux,self-hosted,nodocker] runs-on: [besu-research-ubuntu-16]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-java@v3 - uses: actions/setup-java@v3

@ -15,7 +15,7 @@ on:
jobs: jobs:
build: build:
runs-on: [besu,Linux,self-hosted,X64,docker] runs-on: [besu-research-ubuntu-16]
container: ghcr.io/todogroup/repolinter:v0.10.1 container: ghcr.io/todogroup/repolinter:v0.10.1
steps: steps:
- name: Checkout Code - name: Checkout Code

Loading…
Cancel
Save