Skip to content

Commit 874a733

Browse files
authored
[build] update leeway (#19114)
* [build] update leeway * make use of image * don't run the ide builds
1 parent c201a2d commit 874a733

File tree

14 files changed

+105
-105
lines changed

14 files changed

+105
-105
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz-gha.18593
1+
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
22

33
COPY entrypoint.sh /entrypoint.sh
44
ENTRYPOINT ["/entrypoint.sh"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz-gha.18593
1+
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
22

33
COPY entrypoint.sh /entrypoint.sh
44
ENTRYPOINT ["/entrypoint.sh"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz-gha.18593
1+
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
22

33
COPY entrypoint.sh /entrypoint.sh
44
ENTRYPOINT ["/entrypoint.sh"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz-gha.18593
1+
FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
22

33
COPY entrypoint.sh /entrypoint.sh
44
ENTRYPOINT ["/entrypoint.sh"]

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
cancel-in-progress: ${{ needs.configuration.outputs.is_main_branch == 'false' }}
9999
runs-on: ${{ needs.create-runner.outputs.label }}
100100
container:
101-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz-gha.18593
101+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
102102
outputs:
103103
previewctl_hash: ${{ steps.build.outputs.previewctl_hash }}
104104
steps:
@@ -161,7 +161,7 @@ jobs:
161161
ports:
162162
- 6379:6379
163163
container:
164-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz-gha.18593
164+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
165165
env:
166166
DB_HOST: "mysql"
167167
DB_PORT: "23306"
@@ -401,7 +401,7 @@ jobs:
401401
- create-runner
402402
runs-on: ${{ needs.create-runner.outputs.label }}
403403
container:
404-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz-gha.18593
404+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
405405
if: needs.configuration.outputs.with_integration_tests != ''
406406
concurrency:
407407
group: ${{ needs.configuration.outputs.preview_name }}-integration-test

.github/workflows/code-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ needs.create-runner.outputs.label }}
1717
needs: [create-runner]
1818
container:
19-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz-gha.18593
19+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: ./.github/actions/setup-environment

.github/workflows/ide-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ needs.create-runner.outputs.label }}
3232
needs: [create-runner]
3333
container:
34-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz-gha.18593
34+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
3535
outputs:
3636
name: ${{ steps.configuration.outputs.name }}
3737
version: ${{ steps.configuration.outputs.version }}
@@ -101,7 +101,7 @@ jobs:
101101
needs: [configuration, infrastructure, create-runner]
102102
runs-on: ${{ needs.create-runner.outputs.label }}
103103
container:
104-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz-gha.18593
104+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
105105
volumes:
106106
- /var/tmp:/var/tmp
107107
- /tmp:/tmp

.github/workflows/lacework-inline-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
needs: [configuration,create-runner]
5252
if: ${{ needs.configuration.outputs.skip == 'false' }}
5353
container:
54-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz-gha.18593
54+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
5555
steps:
5656
# Most of this is taken over from the Build workflow/preview-env-check-regressions workflow
5757
- uses: actions/checkout@v4

.github/workflows/preview-env-check-regressions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ needs.configuration.outputs.skip == 'false' }}
8787
runs-on: ${{ needs.create-runner.outputs.label }}
8888
container:
89-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz-gha.18593
89+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
9090
volumes:
9191
- /var/tmp:/var/tmp
9292
- /tmp:/tmp

.github/workflows/preview-env-gc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ needs.create-runner.outputs.label }}
1616
needs: [create-runner]
1717
container:
18-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-leeway-pigz-gha.18593
18+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway-gha.20594
1919
outputs:
2020
names: ${{ steps.set-matrix.outputs.names }}
2121
count: ${{ steps.set-matrix.outputs.count }}

0 commit comments

Comments
 (0)