|
1 | 1 | # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. |
2 | 2 | # |
3 | | -# Generated on 2024-12-18T18:36:39Z by kres fcff05e. |
| 3 | +# Generated on 2025-03-07T10:00:01Z 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.18.2 |
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: | |
@@ -127,15 +118,6 @@ jobs: |
127 | 118 | if: contains(fromJSON(needs.default.outputs.labels), 'integration/reproducibility') |
128 | 119 | needs: |
129 | 120 | - default |
130 | | - services: |
131 | | - buildkitd: |
132 | | - image: moby/buildkit:v0.18.2 |
133 | | - options: --privileged |
134 | | - ports: |
135 | | - - 1234:1234 |
136 | | - volumes: |
137 | | - - /var/lib/buildkit/${{ github.repository }}:/var/lib/buildkit |
138 | | - - /usr/etc/buildkit/buildkitd.toml:/etc/buildkit/buildkitd.toml |
139 | 121 | steps: |
140 | 122 | - name: gather-system-info |
141 | 123 | id: system-info |
@@ -175,7 +157,7 @@ jobs: |
175 | 157 | - endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234 |
176 | 158 | platforms: linux/arm64 |
177 | 159 | driver: remote |
178 | | - endpoint: tcp://127.0.0.1:1234 |
| 160 | + endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 |
179 | 161 | - name: reproducibility-test |
180 | 162 | run: | |
181 | 163 | make reproducibility-test |
0 commit comments