File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,27 @@ jobs:
172172 ecr-repo-prefix : helm/gooddata/bear/staging
173173 dry-run : ${{ !inputs.deploy }}
174174
175+ register-bircks-staging :
176+ runs-on :
177+ group : infra1-runners-arc
178+ labels : runners-small
179+ needs : [ prepare-build ]
180+ if : |
181+ !cancelled() &&
182+ !contains(needs.*.result, 'failure') &&
183+ needs.services-build.result != 'skipped'
184+ steps :
185+ - name : Checkout repository
186+ uses : actions/checkout@v5
187+ - name : Register bricks to staging
188+ uses : ./.github/actions/rundeck
189+ with :
190+ server : rundeck-sslauth.na.intgdc.com
191+ project : stg1-ansible
192+ job-group : ansible/msf/hotfix
193+ job-name : stg1_lcm_pipeline_component_tool
194+ params : ' {}'
195+
175196 build-helmreleases :
176197 needs : [ prepare-build, services-build, helm-charts-build ]
177198 if : |
You can’t perform that action at this time.
0 commit comments