|
@ -44,7 +44,7 @@ molecule_no_container_engines: |
|
|
molecule_docker: |
|
|
molecule_docker: |
|
|
extends: .molecule |
|
|
extends: .molecule |
|
|
script: |
|
|
script: |
|
|
- ./tests/scripts/molecule_run.sh -i container-engine/docker |
|
|
|
|
|
|
|
|
- ./tests/scripts/molecule_run.sh -i container-engine/cri-dockerd |
|
|
when: on_success |
|
|
when: on_success |
|
|
|
|
|
|
|
|
molecule_containerd: |
|
|
molecule_containerd: |
|
@ -60,13 +60,6 @@ molecule_cri-o: |
|
|
- ./tests/scripts/molecule_run.sh -i container-engine/cri-o |
|
|
- ./tests/scripts/molecule_run.sh -i container-engine/cri-o |
|
|
when: on_success |
|
|
when: on_success |
|
|
|
|
|
|
|
|
molecule_cri-dockerd: |
|
|
|
|
|
extends: .molecule |
|
|
|
|
|
stage: deploy-part2 |
|
|
|
|
|
script: |
|
|
|
|
|
- ./tests/scripts/molecule_run.sh -i container-engine/cri-dockerd |
|
|
|
|
|
when: on_success |
|
|
|
|
|
|
|
|
|
|
|
# Stage 3 container engines don't get as much attention so allow them to fail |
|
|
# Stage 3 container engines don't get as much attention so allow them to fail |
|
|
molecule_kata: |
|
|
molecule_kata: |
|
|
extends: .molecule |
|
|
extends: .molecule |
|
|