Skip to content

Commit 189f325

Browse files
committed
tmp: build chart and images
1 parent bd83629 commit 189f325

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
@@ -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) }}
@@ -200,8 +200,20 @@ jobs:
200200
job-name: stg1_lcm_pipeline_component_tool
201201
vault-url: ${{ secrets.VAULT_ADDRESS }}
202202

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