2020-04-24 12:27:49 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
name: integration
|
|
|
|
steps:
|
2020-04-24 12:32:19 +00:00
|
|
|
- name: molecule test
|
2020-04-24 12:20:51 +00:00
|
|
|
image: python:3.8-buster
|
2020-04-24 12:32:19 +00:00
|
|
|
environment:
|
|
|
|
HCLOUD_TOKEN:
|
|
|
|
from_secret: HCLOUD_TOKEN
|
2020-04-24 12:12:57 +00:00
|
|
|
commands:
|
|
|
|
- pip install -e .
|
2020-04-24 12:43:45 +00:00
|
|
|
- export INSTANCE_UUID=$(echo $$RANDOM)
|
2020-04-24 13:09:25 +00:00
|
|
|
- cd integration && molecule test
|