mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +00:00
Polish old modules and collection for release (#11)
This commit is contained in:
parent
e893006906
commit
6d83275ffa
35 changed files with 364 additions and 168 deletions
104
.gitlab-ci.yml
104
.gitlab-ci.yml
|
|
@ -2,47 +2,127 @@ stages:
|
|||
- sanity
|
||||
- integration
|
||||
|
||||
test:sanity1-devel-py38:
|
||||
ansible-devel-1/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh sanity/1
|
||||
- bash tests/utils/gitlab/gitlab.sh devel/sanity/1
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
test:sanity2-devel-py38:
|
||||
ansible-devel-2/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh sanity/2
|
||||
- bash tests/utils/gitlab/gitlab.sh devel/sanity/2
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
test:sanity3-devel-py38:
|
||||
ansible-devel-3/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh sanity/3
|
||||
- bash tests/utils/gitlab/gitlab.sh devel/sanity/3
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
test:sanity4-devel-py38:
|
||||
ansible-devel-4/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh sanity/4
|
||||
- bash tests/utils/gitlab/gitlab.sh devel/sanity/4
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
test:integration1-devel-py38:
|
||||
ansible-210-1/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh 2.10/sanity/1
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
ansible-210-2/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh 2.10/sanity/2
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
ansible-210-3/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh 2.10/sanity/3
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
ansible-210-4/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh 2.10/sanity/4
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
ansible-29-1/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh 2.9/sanity/1
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
ansible-29-2/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh 2.9/sanity/2
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
ansible-29-3/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh 2.9/sanity/3
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
ansible-29-4/4:
|
||||
stage: sanity
|
||||
image: python:3.8-buster
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh 2.9/sanity/4
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
ansible-devel-1/2:
|
||||
stage: integration
|
||||
image: python:3.8-buster
|
||||
except:
|
||||
|
|
@ -50,12 +130,12 @@ test:integration1-devel-py38:
|
|||
script:
|
||||
- echo "$HCLOUD_TOKEN" >> "$(pwd)/hcloud_token.txt"
|
||||
- echo "py38-$CI_JOB_ID" >> "$(pwd)/prefix.txt"
|
||||
- bash tests/utils/gitlab/gitlab.sh integration/1
|
||||
- bash tests/utils/gitlab/gitlab.sh devel/hcloud/3.8/1
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
|
||||
test:integration2-devel-py38:
|
||||
ansible-devel-2/2:
|
||||
stage: integration
|
||||
image: python:3.8-buster
|
||||
except:
|
||||
|
|
@ -63,6 +143,6 @@ test:integration2-devel-py38:
|
|||
script:
|
||||
- echo "$HCLOUD_TOKEN" >> "$(pwd)/hcloud_token.txt"
|
||||
- echo "py39-$CI_JOB_ID" >> "$(pwd)/prefix.txt"
|
||||
- bash tests/utils/gitlab/gitlab.sh integration/2
|
||||
- bash tests/utils/gitlab/gitlab.sh devel/hcloud/3.8/2
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue