Skip to content

Commit 0b45b20

Browse files
committed
tmp: build chart and images
1 parent 311856e commit 0b45b20

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/workflows/gitops-pipeline.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
charts-validation:
8484
needs: [ prepare-build ]
85-
if: ${{ needs.prepare-build.outputs.charts != '[]' && needs.prepare-build.outputs.charts != '' }}
85+
if: ${{ false && needs.prepare-build.outputs.charts != '[]' && needs.prepare-build.outputs.charts != '' }}
8686
strategy:
8787
matrix:
8888
chart: ${{ fromJSON(needs.prepare-build.outputs.charts) }}
@@ -172,8 +172,20 @@ jobs:
172172
ecr-repo-prefix: helm/gooddata/bear/staging
173173
dry-run: ${{ !inputs.deploy }}
174174

175+
fail:
176+
needs: [ helm-charts-build ]
177+
if: |
178+
!cancelled() &&
179+
!contains(needs.*.result, 'failure') &&
180+
inputs.deploy
181+
runs-on:
182+
group: infra1-runners-arc
183+
labels: runners-small
184+
steps:
185+
- run: exit 1
186+
175187
build-helmreleases:
176-
needs: [ prepare-build, services-build, helm-charts-build ]
188+
needs: [ prepare-build, services-build, helm-charts-build, fail ]
177189
if: |
178190
!cancelled() &&
179191
!contains(needs.*.result, 'failure') &&

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
3.7.99
2+

k8s/charts/lcm-bricks/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ apiVersion: v1
22
name: lcm-bricks
33
description: LCM Bricks
44
version: 2.0.8
5+

0 commit comments

Comments
 (0)