ignore errors in deployment pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
dd5bd95b1d
commit
add0053e12
@ -63,6 +63,7 @@ local PipelineDeployment = {
|
||||
"molecule verify --scenario-name ec2-centos-7",
|
||||
"molecule destroy --scenario-name ec2-centos-7",
|
||||
],
|
||||
failure: "ignore",
|
||||
},
|
||||
],
|
||||
depends_on: [
|
||||
|
@ -69,6 +69,7 @@ steps:
|
||||
MOLECULE_CUSTOM_FILTERS_REPO: https://gitea.rknet.org/ansible/custom_filters
|
||||
MOLECULE_CUSTOM_MODULES_REPO: https://gitea.rknet.org/ansible/custom_modules
|
||||
PY_COLORS: 1
|
||||
failure: ignore
|
||||
|
||||
trigger:
|
||||
ref:
|
||||
@ -114,6 +115,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 783f71df67e198eaeb4d2cd5597aead72c16909c965e54ed7eac8114b322e3c8
|
||||
hmac: 2eacb5add9dd0b53bbc8060d7a2cf15fafbd87e3f98fe46ec0ac79e5642b9099
|
||||
|
||||
...
|
||||
|
@ -1,4 +1,5 @@
|
||||
import os
|
||||
import time
|
||||
|
||||
import testinfra.utils.ansible_runner
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user