k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
444 B
16 lines
444 B
---
|
|
|
|
molecule_tests:
|
|
tags: [vagrant]
|
|
only: [/^pr-.*$/]
|
|
except: ['triggers']
|
|
image: quay.io/miouge/kubespray-vagrant
|
|
services: []
|
|
stage: deploy-part1
|
|
before_script:
|
|
- tests/scripts/rebase.sh
|
|
- apt-get update && apt-get install -y python3-pip
|
|
- update-alternatives --install /usr/bin/python python /usr/bin/python3 10
|
|
- python -m pip install -r tests/requirements.txt
|
|
script:
|
|
- ./tests/scripts/molecule_run.sh
|