Skip to content

Commit

Permalink
feat: updated runners to enterprise (#1318)
Browse files Browse the repository at this point in the history
Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones authored Nov 10, 2024
1 parent 2ce8450 commit 1ae70e8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
prepare_ci_run:
name: Prepare CI Run
runs-on:
group: "cncf/Default"
group: "enterprise/cncf/Default"
outputs:
GIT_SHA: ${{ steps.extract_branch.outputs.GIT_SHA }}
BRANCH: ${{ steps.extract_branch.outputs.BRANCH }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
name: Build Container Image
needs: prepare_ci_run
runs-on:
group: "cncf/Default"
group: "enterprise/cncf/Default"
env:
BRANCH: ${{ needs.prepare_ci_run.outputs.BRANCH }}
DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
needs: [ prepare_ci_run, build_image ]
if: github.event_name == 'push' && needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true' # only run on push to main/maintenance branches
runs-on:
group: "cncf/Default"
group: "enterprise/cncf/Default"
env:
DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }}
BUILD_TIME: ${{ needs.prepare_ci_run.outputs.BUILD_TIME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
golangci-lint:
runs-on:
group: "cncf/Default"
group: "enterprise/cncf/Default"
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: write # for google-github-actions/release-please-action to create release commit
pull-requests: write # for google-github-actions/release-please-action to create release PR
runs-on:
group: "cncf/Default"
group: "enterprise/cncf/Default"
outputs:
releases_created: ${{ steps.release.outputs.releases_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
Expand All @@ -40,7 +40,7 @@ jobs:
needs:
- release-please
runs-on:
group: "cncf/Default"
group: "enterprise/cncf/Default"
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
needs:
- release-please
runs-on:
group: "cncf/Default"
group: "enterprise/cncf/Default"
permissions:
contents: write
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
jobs:
validate:
runs-on:
group: "cncf/Default"
group: "enterprise/cncf/Default"
permissions:
contents: read # Needed for checking out the repository
pull-requests: read # Needed for reading prs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
build:
runs-on:
group: "cncf/Default"
group: "enterprise/cncf/Default"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Expand Down

0 comments on commit 1ae70e8

Please sign in to comment.