zuul-operator/.zuul.yaml
Tristan Cacqueray 70693e51ea Update sdk to v0.13.0 and install dhall-to-json
This change adds a couple of new tools in the operator image.
This change also disables the CI job and the follow-up changes
will re-active it step by step.

Change-Id: I106b34a5e11aec5e88ca2f491c69c82527551952
2020-01-30 17:29:09 +00:00

37 lines
1.2 KiB
YAML

- job:
description: |
Test that zuul-operator works in Kubernetes (currently debugging use)
name: zuul-operator-functional-k8s
pre-run: playbooks/zuul-operator-functional-k8s/pre.yaml
run: playbooks/zuul-operator-functional-k8s/run.yaml
post-run: playbooks/zuul-operator-functional-k8s/post.yaml
nodeset: ubuntu-xenial
required-projects:
- github.com/pravega/zookeeper-operator
- zuul/zuul-operator
- job:
description: |
Build's Zuul operator image taken from buildset registry
name: zuul-operator-build-image
parent: opendev-build-docker-image
allowed-projects: zuul/zuul-operator
vars:
zuul_work_dir: "{{ zuul.projects['opendev.org/zuul/zuul-operator'].src_dir }}"
docker_images:
- context: .
dockerfile: build/Dockerfile
repository: zuul/zuul-operator
- project:
check:
jobs:
- zuul-operator-build-image
# - zuul-operator-functional-k8s:
# dependencies: zuul-operator-build-image
gate:
jobs:
- zuul-operator-build-image
# - zuul-operator-functional-k8s:
# dependencies: zuul-operator-build-image