|
1 | 1 | # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
2 | 2 | #
|
3 |
| -# Generated on 2025-03-05T16:36:46Z by kres e2c7efe. |
| 3 | +# Generated on 2025-03-07T10:01:40Z by kres d88db2f. |
4 | 4 |
|
5 | 5 | name: default
|
6 | 6 | concurrency:
|
|
31 | 31 | if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/'))
|
32 | 32 | outputs:
|
33 | 33 | labels: ${{ steps.retrieve-pr-labels.outputs.result }}
|
34 |
| - services: |
35 |
| - buildkitd: |
36 |
| - image: moby/buildkit:v0.20.0 |
37 |
| - options: --privileged |
38 |
| - ports: |
39 |
| - - 1234:1234 |
40 |
| - volumes: |
41 |
| - - /var/lib/buildkit/${{ github.repository }}:/var/lib/buildkit |
42 |
| - - /usr/etc/buildkit/buildkitd.toml:/etc/buildkit/buildkitd.toml |
43 | 34 | steps:
|
44 | 35 | - name: gather-system-info
|
45 | 36 | id: system-info
|
|
79 | 70 | - endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
|
80 | 71 | platforms: linux/arm64
|
81 | 72 | driver: remote
|
82 |
| - endpoint: tcp://127.0.0.1:1234 |
| 73 | + endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 |
83 | 74 | - name: Build
|
84 | 75 | if: github.event_name == 'pull_request'
|
85 | 76 | run: |
|
@@ -141,15 +132,6 @@ jobs:
|
141 | 132 | if: contains(fromJSON(needs.default.outputs.labels), 'integration/reproducibility')
|
142 | 133 | needs:
|
143 | 134 | - default
|
144 |
| - services: |
145 |
| - buildkitd: |
146 |
| - image: moby/buildkit:v0.20.0 |
147 |
| - options: --privileged |
148 |
| - ports: |
149 |
| - - 1234:1234 |
150 |
| - volumes: |
151 |
| - - /var/lib/buildkit/${{ github.repository }}:/var/lib/buildkit |
152 |
| - - /usr/etc/buildkit/buildkitd.toml:/etc/buildkit/buildkitd.toml |
153 | 135 | steps:
|
154 | 136 | - name: gather-system-info
|
155 | 137 | id: system-info
|
@@ -189,7 +171,7 @@ jobs:
|
189 | 171 | - endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
|
190 | 172 | platforms: linux/arm64
|
191 | 173 | driver: remote
|
192 |
| - endpoint: tcp://127.0.0.1:1234 |
| 174 | + endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 |
193 | 175 | - name: reproducibility-test
|
194 | 176 | run: |
|
195 | 177 | make reproducibility-test
|
0 commit comments