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

  1. ---
  2. molecule_tests:
  3. tags: [vagrant]
  4. only: [/^pr-.*$/]
  5. except: ['triggers']
  6. image: quay.io/miouge/kubespray-vagrant
  7. services: []
  8. stage: deploy-part1
  9. before_script:
  10. - tests/scripts/rebase.sh
  11. - apt-get update && apt-get install -y python3-pip
  12. - update-alternatives --install /usr/bin/python python /usr/bin/python3 10
  13. - python -m pip install -r tests/requirements.txt
  14. script:
  15. - ./tests/scripts/molecule_run.sh