Skip to content

Commit caea4b3

Browse files
committed
chore: rekres with latest changes
Update runner group. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 0826793 commit caea4b3

File tree

7 files changed

+31
-42
lines changed

7 files changed

+31
-42
lines changed

.conform.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-05-02T10:55:55Z by kres 6cbcbd1.
3+
# Generated on 2025-12-01T17:09:16Z by kres a1a34ff.
44

55
policies:
66
- type: commit
@@ -12,7 +12,7 @@ policies:
1212
gitHubOrganization: siderolabs
1313
spellcheck:
1414
locale: US
15-
maximumOfOneCommit: true
15+
maximumOfOneCommit: false
1616
header:
1717
length: 89
1818
imperative: true

.github/workflows/ci.yaml

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-08-13T16:47:00Z by kres 9f63e23.
3+
# Generated on 2025-12-01T17:09:16Z by kres a1a34ff.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -26,13 +26,12 @@ jobs:
2626
packages: write
2727
pull-requests: read
2828
runs-on:
29-
- self-hosted
30-
- generic
29+
group: large
3130
if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) && github.event_name == 'pull_request'
3231
steps:
3332
- name: gather-system-info
3433
id: system-info
35-
uses: kenchan0130/actions-system-info@v1.3.1
34+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
3635
continue-on-error: true
3736
- name: print-system-info
3837
run: |
@@ -56,13 +55,13 @@ jobs:
5655
done
5756
continue-on-error: true
5857
- name: checkout
59-
uses: actions/checkout@v4
58+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
6059
- name: Unshallow
6160
run: |
6261
git fetch --prune --unshallow
6362
- name: Set up Docker Buildx
6463
id: setup-buildx
65-
uses: docker/setup-buildx-action@v3
64+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
6665
with:
6766
driver: remote
6867
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -102,13 +101,12 @@ jobs:
102101
packages: write
103102
pull-requests: read
104103
runs-on:
105-
- self-hosted
106-
- generic
104+
group: large
107105
if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) && github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/')
108106
steps:
109107
- name: gather-system-info
110108
id: system-info
111-
uses: kenchan0130/actions-system-info@v1.3.1
109+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
112110
continue-on-error: true
113111
- name: print-system-info
114112
run: |
@@ -132,19 +130,19 @@ jobs:
132130
done
133131
continue-on-error: true
134132
- name: checkout
135-
uses: actions/checkout@v4
133+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
136134
- name: Unshallow
137135
run: |
138136
git fetch --prune --unshallow
139137
- name: Set up Docker Buildx
140138
id: setup-buildx
141-
uses: docker/setup-buildx-action@v3
139+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
142140
with:
143141
driver: remote
144142
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
145143
timeout-minutes: 10
146144
- name: login-to-registry
147-
uses: docker/login-action@v3
145+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0
148146
with:
149147
password: ${{ secrets.GITHUB_TOKEN }}
150148
registry: ghcr.io
@@ -164,13 +162,12 @@ jobs:
164162
packages: write
165163
pull-requests: read
166164
runs-on:
167-
- self-hosted
168-
- generic
165+
group: large
169166
if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) && startsWith(github.ref, 'refs/tags/')
170167
steps:
171168
- name: gather-system-info
172169
id: system-info
173-
uses: kenchan0130/actions-system-info@v1.3.1
170+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
174171
continue-on-error: true
175172
- name: print-system-info
176173
run: |
@@ -194,13 +191,13 @@ jobs:
194191
done
195192
continue-on-error: true
196193
- name: checkout
197-
uses: actions/checkout@v4
194+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
198195
- name: Unshallow
199196
run: |
200197
git fetch --prune --unshallow
201198
- name: Set up Docker Buildx
202199
id: setup-buildx
203-
uses: docker/setup-buildx-action@v3
200+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
204201
with:
205202
driver: remote
206203
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -215,7 +212,7 @@ jobs:
215212
run: |
216213
make check-dirty
217214
- name: login-to-registry
218-
uses: docker/login-action@v3
215+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0
219216
with:
220217
password: ${{ secrets.GITHUB_TOKEN }}
221218
registry: ghcr.io
@@ -232,7 +229,7 @@ jobs:
232229
sha256sum infrastructure-sidero/*/* > sha256sum.txt
233230
sha512sum infrastructure-sidero/*/* > sha512sum.txt
234231
- name: release
235-
uses: crazy-max/ghaction-github-release@v2
232+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # version: v2.5.0
236233
with:
237234
body_path: _out/RELEASE_NOTES.md
238235
draft: "true"

.github/workflows/lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-08-13T16:47:00Z by kres 9f63e23.
3+
# Generated on 2025-12-01T17:09:16Z by kres a1a34ff.
44

55
"on":
66
schedule:
@@ -14,7 +14,7 @@ jobs:
1414
- ubuntu-latest
1515
steps:
1616
- name: Lock old issues
17-
uses: dessant/[email protected]
17+
uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # version: v5.0.1
1818
with:
1919
issue-inactive-days: "60"
2020
log-output: "true"

.github/workflows/slack-notify-ci-failure.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-08-13T16:47:00Z by kres 9f63e23.
3+
# Generated on 2025-12-01T17:09:16Z by kres a1a34ff.
44

55
"on":
66
workflow_run:
@@ -14,12 +14,11 @@ name: slack-notify-failure
1414
jobs:
1515
slack-notify:
1616
runs-on:
17-
- self-hosted
18-
- generic
17+
group: generic
1918
if: github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event != 'pull_request'
2019
steps:
2120
- name: Slack Notify
22-
uses: slackapi/slack-github-action@v2
21+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1
2322
with:
2423
method: chat.postMessage
2524
payload: |

.github/workflows/slack-notify.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-08-13T16:47:00Z by kres 9f63e23.
3+
# Generated on 2025-12-01T17:09:16Z by kres a1a34ff.
44

55
"on":
66
workflow_run:
@@ -12,8 +12,7 @@ name: slack-notify
1212
jobs:
1313
slack-notify:
1414
runs-on:
15-
- self-hosted
16-
- generic
15+
group: generic
1716
if: github.event.workflow_run.conclusion != 'skipped'
1817
steps:
1918
- name: Get PR number
@@ -24,7 +23,7 @@ jobs:
2423
run: |
2524
echo pull_request_number=$(gh pr view -R ${{ github.repository }} ${{ github.event.workflow_run.head_repository.owner.login }}:${{ github.event.workflow_run.head_branch }} --json number --jq .number) >> $GITHUB_OUTPUT
2625
- name: Slack Notify
27-
uses: slackapi/slack-github-action@v2
26+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1
2827
with:
2928
method: chat.postMessage
3029
payload: |

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-08-13T16:47:00Z by kres 9f63e23.
3+
# Generated on 2025-12-01T17:09:16Z by kres a1a34ff.
44

55
"on":
66
schedule:
@@ -15,7 +15,7 @@ jobs:
1515
- ubuntu-latest
1616
steps:
1717
- name: Close stale issues and PRs
18-
uses: actions/stale@v9.1.0
18+
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # version: v10.1.0
1919
with:
2020
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
2121
days-before-issue-close: "5"

.kres.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ spec:
3434
- name: default
3535
buildxOptions:
3636
enabled: true
37-
runners:
38-
- self-hosted
39-
- generic
37+
runnerGroup: large
4038
conditions:
4139
- on-pull-request
4240
steps:
@@ -57,9 +55,7 @@ spec:
5755
- name: push
5856
buildxOptions:
5957
enabled: true
60-
runners:
61-
- self-hosted
62-
- generic
58+
runnerGroup: large
6359
conditions:
6460
- except-pull-request
6561
- not-on-tag
@@ -75,9 +71,7 @@ spec:
7571
- name: tag
7672
buildxOptions:
7773
enabled: true
78-
runners:
79-
- self-hosted
80-
- generic
74+
runnerGroup: large
8175
conditions:
8276
- only-on-tag
8377
steps:

0 commit comments

Comments
 (0)