diff --git a/.zuul.yaml b/.zuul.yaml index 981ea16..4cb1f26 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -4,5 +4,26 @@ default-branch: main github-check: jobs: - - noop + - openstack-k8s-operators-content-provider + - lightspeed-operator-kuttl +- job: + name: lightspeed-operator-kuttl + parent: cifmw-multinode-kuttl + dependencies: + - openstack-k8s-operators-content-provider + attempts: 1 + irrelevant-files: &irrelevant-files + - .*/*.md + - ^\..*$ + - ^docs/.*$ + - ^LICENSE$ + - ^OWNERS$ + - ^OWNERS_ALIASES$ + - ^PROJECT$ + - ^README.md$ + - tests?\/functional + - roles/.*/molecule/.* + vars: + cifmw_kuttl_tests_operator_list: + - openstack_lightspeed diff --git a/Makefile b/Makefile index cf00dab..f64956c 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ endif # Be aware that the target commands are only tested with Docker which is # scaffolded by default. However, you might want to replace it to use other # tools. (i.e. podman) -CONTAINER_TOOL ?= docker +CONTAINER_TOOL ?= podman # Setting SHELL to bash allows bash commands to be executed by recipes. # Options are set to exit when a recipe line exits non-zero or a piped command fails.