switch molecule image used by drone
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
12a946e72e
commit
6409347775
@ -45,20 +45,17 @@ local PipelineDeployment = {
|
|||||||
steps: [
|
steps: [
|
||||||
{
|
{
|
||||||
name: "molecule",
|
name: "molecule",
|
||||||
image: "xoxys/molecule:ec2-linux-amd64",
|
image: "xoxys/molecule:do-linux-amd64",
|
||||||
pull: "always",
|
pull: "always",
|
||||||
environment: {
|
environment: {
|
||||||
ANSIBLE_ROLES_PATH: "/drone/src",
|
DO_API_KEY: { "from_secret": "do_api_key" },
|
||||||
AWS_ACCESS_KEY_ID: { "from_secret": "aws_access_key_id" },
|
|
||||||
AWS_SECRET_ACCESS_KEY: { "from_secret": "aws_secret_access_key" },
|
|
||||||
AWS_REGION: "eu-central-1",
|
|
||||||
MOLECULE_CUSTOM_MODULES_REPO: "https://gitea.rknet.org/ansible/custom_modules",
|
MOLECULE_CUSTOM_MODULES_REPO: "https://gitea.rknet.org/ansible/custom_modules",
|
||||||
MOLECULE_CUSTOM_FILTERS_REPO: "https://gitea.rknet.org/ansible/custom_filters",
|
MOLECULE_CUSTOM_FILTERS_REPO: "https://gitea.rknet.org/ansible/custom_filters",
|
||||||
PY_COLORS: 1
|
PY_COLORS: 1
|
||||||
},
|
},
|
||||||
commands: [
|
commands: [
|
||||||
"/bin/bash /docker-entrypoint.sh",
|
"/bin/bash /docker-entrypoint.sh",
|
||||||
"molecule test --scenario-name ec2-centos-7",
|
"molecule test -s default",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
14
.drone.yml
14
.drone.yml
@ -52,17 +52,13 @@ workspace:
|
|||||||
steps:
|
steps:
|
||||||
- name: molecule
|
- name: molecule
|
||||||
pull: always
|
pull: always
|
||||||
image: xoxys/molecule:ec2-linux-amd64
|
image: xoxys/molecule:do-linux-amd64
|
||||||
commands:
|
commands:
|
||||||
- /bin/bash /docker-entrypoint.sh
|
- /bin/bash /docker-entrypoint.sh
|
||||||
- molecule test --scenario-name ec2-centos-7
|
- molecule test -s default
|
||||||
environment:
|
environment:
|
||||||
ANSIBLE_ROLES_PATH: /drone/src
|
DO_API_KEY:
|
||||||
AWS_ACCESS_KEY_ID:
|
from_secret: do_api_key
|
||||||
from_secret: aws_access_key_id
|
|
||||||
AWS_REGION: eu-central-1
|
|
||||||
AWS_SECRET_ACCESS_KEY:
|
|
||||||
from_secret: aws_secret_access_key
|
|
||||||
MOLECULE_CUSTOM_FILTERS_REPO: https://gitea.rknet.org/ansible/custom_filters
|
MOLECULE_CUSTOM_FILTERS_REPO: https://gitea.rknet.org/ansible/custom_filters
|
||||||
MOLECULE_CUSTOM_MODULES_REPO: https://gitea.rknet.org/ansible/custom_modules
|
MOLECULE_CUSTOM_MODULES_REPO: https://gitea.rknet.org/ansible/custom_modules
|
||||||
PY_COLORS: 1
|
PY_COLORS: 1
|
||||||
@ -111,6 +107,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 2b6faa3292bf4a3836e2d1b479e8f2a6627558420f35e293ef8d8e9db223c237
|
hmac: ee260a4d2110cdb893b7f7eee860a905648ae3fcd4010eaf10bb20e13202f02e
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user