Skip to content

Commit

Permalink
Use single label for github runner (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaguerta committed May 16, 2024
1 parent 10dabf0 commit d8a6a8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/unreleased/NOTES-20240516-153226.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: NOTES
body: 'hashicorp: Adjusted self-hosted runner label to new equivalent to prevent workflow errors after May 27th, 2024'
time: 2024-05-16T15:32:26.829079-04:00
custom:
Issue: "93"
3 changes: 1 addition & 2 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
self-hosted-runner:
# Labels of self-hosted runner in array of string
labels:
- custom
- large
- custom-linux-large
2 changes: 1 addition & 1 deletion .github/workflows/hashicorp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
Release:
# Reach out in #team-rel-eng to get your repositories allow-listed to use custom runners
# Custom runners range in size from 4 core to 64 core and sizes `small` through `xl` are supported
runs-on: [custom, linux, large]
runs-on: custom-linux-large
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
Expand Down

0 comments on commit d8a6a8c

Please sign in to comment.