debug network #3

Closed
xoxys wants to merge 1 commits from debug into main
2 changed files with 3 additions and 1 deletions
Showing only changes of commit eb4425a342 - Show all commits

View File

@ -63,6 +63,7 @@ local PipelineDeployment(scenario='rocky9') = {
HCLOUD_TOKEN: { from_secret: 'hcloud_token' }, HCLOUD_TOKEN: { from_secret: 'hcloud_token' },
}, },
commands: [ commands: [
'sleep 1h',
'molecule test -s ' + scenario, 'molecule test -s ' + scenario,
], ],
}, },

View File

@ -53,6 +53,7 @@ steps:
- name: ansible-molecule - name: ansible-molecule
image: thegeeklab/molecule:4 image: thegeeklab/molecule:4
commands: commands:
- sleep 1h
- molecule test -s rocky9 - molecule test -s rocky9
environment: environment:
HCLOUD_TOKEN: HCLOUD_TOKEN:
@ -148,6 +149,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 2b0cc784b55812ac281219c9c8d789a1414b208a4341a277deb865a8aebad87e hmac: 1af5b8b94b948e4e8dde4209cbfc2757581330b383cc5aec8cad0f31a3e4f7a0
... ...