Skip to content

Commit

Permalink
Debug-CI: promode debian11 job for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cristicalin committed Nov 17, 2021
1 parent a970bd5 commit 70403b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci/packet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@

# The ubuntu20-calico-aio jobs are meant as early stages to prevent running the full CI if something is horribly broken
packet_ubuntu20-calico-aio:
stage: deploy-part1
stage: deploy-part2
extends: .packet_pr
when: on_success
variables:
RESET_CHECK: "true"

# Exericse ansible variants
packet_ubuntu20-calico-aio-ansible-2_9:
stage: deploy-part1
stage: deploy-part2
extends: .packet_pr
when: on_success
variables:
ANSIBLE_MAJOR_VERSION: "2.9"
RESET_CHECK: "true"

packet_ubuntu20-calico-aio-ansible-2_11:
stage: deploy-part1
stage: deploy-part2
extends: .packet_pr
when: on_success
variables:
Expand Down Expand Up @@ -111,12 +111,12 @@ packet_debian10-docker:
when: on_success

packet_debian11-calico:
stage: deploy-part2
stage: deploy-part1
extends: .packet_pr
when: on_success

packet_debian11-docker:
stage: deploy-part2
stage: deploy-part1
extends: .packet_pr
when: on_success

Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci/vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ molecule_tests:
except: ['triggers']
image: quay.io/kubespray/vagrant:$KUBESPRAY_VERSION
services: []
stage: deploy-part1
stage: deploy-part2
before_script:
- tests/scripts/rebase.sh
- apt-get update && apt-get install -y python3-pip
Expand Down

0 comments on commit 70403b7

Please sign in to comment.