mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 09:38:12 -03:30
Add molecule test for bootstrap-os (#5845)
This commit is contained in:
16
.gitlab-ci/vagrant.yml
Normal file
16
.gitlab-ci/vagrant.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user