File tree Expand file tree Collapse file tree 13 files changed +24
-18
lines changed
deploy-monitoring-satellite Expand file tree Collapse file tree 13 files changed +24
-18
lines changed Original file line number Diff line number Diff line change 1
- FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
1
+ FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
2
2
3
3
COPY entrypoint.sh /entrypoint.sh
4
4
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 1
- FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
1
+ FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
2
2
3
3
COPY entrypoint.sh /entrypoint.sh
4
4
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 1
- FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
1
+ FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
2
2
3
3
COPY entrypoint.sh /entrypoint.sh
4
4
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 1
- FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
1
+ FROM eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
2
2
3
3
COPY entrypoint.sh /entrypoint.sh
4
4
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 98
98
cancel-in-progress : ${{ needs.configuration.outputs.is_main_branch == 'false' }}
99
99
runs-on : ${{ needs.create-runner.outputs.label }}
100
100
container :
101
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
101
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
102
102
outputs :
103
103
previewctl_hash : ${{ steps.build.outputs.previewctl_hash }}
104
104
steps :
@@ -161,7 +161,7 @@ jobs:
161
161
ports :
162
162
- 6379:6379
163
163
container :
164
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
164
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
165
165
env :
166
166
DB_HOST : " mysql"
167
167
DB_PORT : " 23306"
@@ -401,7 +401,7 @@ jobs:
401
401
- create-runner
402
402
runs-on : ${{ needs.create-runner.outputs.label }}
403
403
container :
404
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
404
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
405
405
if : needs.configuration.outputs.with_integration_tests != ''
406
406
concurrency :
407
407
group : ${{ needs.configuration.outputs.preview_name }}-integration-test
Original file line number Diff line number Diff line change 16
16
runs-on : ${{ needs.create-runner.outputs.label }}
17
17
needs : [create-runner]
18
18
container :
19
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
19
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
- uses : ./.github/actions/setup-environment
Original file line number Diff line number Diff line change 31
31
runs-on : ${{ needs.create-runner.outputs.label }}
32
32
needs : [create-runner]
33
33
container :
34
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
34
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
35
35
outputs :
36
36
name : ${{ steps.configuration.outputs.name }}
37
37
version : ${{ steps.configuration.outputs.version }}
@@ -101,7 +101,7 @@ jobs:
101
101
needs : [configuration, infrastructure, create-runner]
102
102
runs-on : ${{ needs.create-runner.outputs.label }}
103
103
container :
104
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
104
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
105
105
volumes :
106
106
- /var/tmp:/var/tmp
107
107
- /tmp:/tmp
Original file line number Diff line number Diff line change 51
51
needs : [configuration,create-runner]
52
52
if : ${{ needs.configuration.outputs.skip == 'false' }}
53
53
container :
54
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
54
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
55
55
steps :
56
56
# Most of this is taken over from the Build workflow/preview-env-check-regressions workflow
57
57
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 86
86
if : ${{ needs.configuration.outputs.skip == 'false' }}
87
87
runs-on : ${{ needs.create-runner.outputs.label }}
88
88
container :
89
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
89
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
90
90
volumes :
91
91
- /var/tmp:/var/tmp
92
92
- /tmp:/tmp
Original file line number Diff line number Diff line change 15
15
runs-on : ${{ needs.create-runner.outputs.label }}
16
16
needs : [create-runner]
17
17
container :
18
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
18
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
19
19
outputs :
20
20
names : ${{ steps.set-matrix.outputs.names }}
21
21
count : ${{ steps.set-matrix.outputs.count }}
Original file line number Diff line number Diff line change 45
45
runs-on : ${{ needs.create-runner.outputs.label }}
46
46
needs : [create-runner]
47
47
container :
48
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
48
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
49
49
outputs :
50
50
name : ${{ steps.configuration.outputs.name }}
51
51
version : ${{ steps.configuration.outputs.version }}
@@ -136,7 +136,7 @@ jobs:
136
136
needs : [configuration, infrastructure, create-runner]
137
137
runs-on : ${{ needs.create-runner.outputs.label }}
138
138
container :
139
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
139
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
140
140
steps :
141
141
- uses : actions/checkout@v4
142
142
- id : auth
@@ -167,7 +167,7 @@ jobs:
167
167
if : inputs.skip_delete != 'true' && always()
168
168
runs-on : ${{ needs.create-runner.outputs.label }}
169
169
container :
170
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
170
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
171
171
steps :
172
172
- uses : actions/checkout@v4
173
173
- name : Delete preview environment
Original file line number Diff line number Diff line change 1
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:se-update-leeway- gha.20594
1
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-user-getauthenticated-dashboard- gha.20954
2
2
workspaceLocation : gitpod/gitpod-ws.code-workspace
3
3
checkoutLocation : gitpod
4
4
ports :
@@ -65,8 +65,11 @@ tasks:
65
65
leeway exec --package components/ide/jetbrains/backend-plugin:plugin-latest --package components/ide/jetbrains/gateway-plugin:publish-latest --parallel -- ./gradlew buildPlugin
66
66
- name : TypeScript
67
67
init : yarn --network-timeout 100000 && yarn build
68
+ - name : Install pre-commit hooks
69
+ init : |
70
+ pre-commit install --install-hooks
71
+ exit 0
68
72
- name : Go
69
- before : pre-commit install --install-hooks
70
73
init : |
71
74
./components/gitpod-protocol/go/scripts/generate-config.sh
72
75
leeway exec --filter-type go -v -- go mod verify
Original file line number Diff line number Diff line change @@ -267,3 +267,6 @@ RUN curl -fsSL https://github.com/csweichel/oci-tool/releases/download/v0.2.0/oc
267
267
RUN go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@latest
268
268
269
269
RUN sudo install-packages pigz
270
+
271
+ # Install pre-commit hooks under /workspace during prebuilds
272
+ ENV PRE_COMMIT_HOME=/workspace/.pre-commit
You can’t perform that action at this time.
0 commit comments