Skip to content

Commit 769284d

Browse files
author
scrungus
committed
debugging bits removed
1 parent 70724f3 commit 769284d

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/stackhpc-capi-all-in-one.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,6 @@ jobs:
223223
key: ${{ steps.ssh_key.outputs.ssh_key }}
224224
source: mgmt_deploy.tar
225225
target: /tmp/
226-
227-
- name: cat ssh key
228-
run: echo $KAYOBE_AUTOMATION_SSH_PRIVATE_KEY
229-
env:
230-
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
231-
232-
- name: sleep
233-
run: sleep 20m
234226

235227
- name: Install management cluster
236228
run: |
@@ -252,7 +244,7 @@ jobs:
252244
IP: ${{ steps.ip.outputs.ip }}
253245
shell: bash
254246

255-
- name: Check mgmt cluster
247+
- name: Check mgmt cluster has installed correctly
256248
run: |
257249
sudo -E docker run -t --rm \
258250
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
@@ -278,7 +270,7 @@ jobs:
278270
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
279271
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
280272
$KAYOBE_IMAGE \
281-
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-container-image-build.sh magnum -vvvv
273+
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-container-image-build.sh magnum
282274
env:
283275
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
284276

@@ -292,6 +284,7 @@ jobs:
292284
env:
293285
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
294286

287+
#can be removed after debugging
295288
- name: Check magnum container
296289
run: |
297290
sudo -E docker run -t --rm \

0 commit comments

Comments
 (0)