Skip to content

Commit 24c2f6c

Browse files
committed
tmp: build chart and images
1 parent a9acb35 commit 24c2f6c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/workflows/lcm-pipeline.yaml

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

8484
charts-validation:
8585
needs: [ prepare-build ]
86-
if: ${{ needs.prepare-build.outputs.charts != '[]' && needs.prepare-build.outputs.charts != '' }}
86+
if: ${{ false && needs.prepare-build.outputs.charts != '[]' && needs.prepare-build.outputs.charts != '' }}
8787
strategy:
8888
matrix:
8989
chart: ${{ fromJSON(needs.prepare-build.outputs.charts) }}
@@ -201,8 +201,20 @@ jobs:
201201
job-name: stg1_lcm_pipeline_component_tool
202202
vault-url: ${{ secrets.VAULT_ADDRESS }}
203203

204+
fail:
205+
needs: [ register-bricks-staging ]
206+
if: |
207+
!cancelled() &&
208+
!contains(needs.*.result, 'failure') &&
209+
inputs.deploy
210+
runs-on:
211+
group: infra1-runners-arc
212+
labels: runners-small
213+
steps:
214+
- run: exit 1
215+
204216
build-helmreleases:
205-
needs: [ prepare-build, services-build, helm-charts-build, register-bricks-staging ]
217+
needs: [ prepare-build, services-build, helm-charts-build, register-bricks-staging, fail ]
206218
if: |
207219
!cancelled() &&
208220
!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.101
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)