Skip to content

Commit c0bf6f5

Browse files
committed
test rundeck
1 parent a2e63e5 commit c0bf6f5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/gitops-pipeline.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)