openstack-operator/zuul.d/misc-jobs.yaml
Mohammed Naser 7074b159df refactor: change images and zuul
We no longer use underscores in image names, we instead use dashes
because that is a sane pattern.

We also create a tool which updates zuul jobs automatically based on the
images and builds each image in it's own job (only if necessary when we
have Dockerfile changes).

Change-Id: I23437d65f8761dbea1f4ffed31ed87ff73ec9142
2020-04-12 19:26:16 -04:00

20 lines
436 B
YAML

- job:
name: openstack-operator:linters:chart
parent: chart-testing-lint
vars:
zuul_work_dir: "{{ zuul.project.src_dir }}/chart"
- project:
templates:
- publish-opendev-tox-docs
check:
jobs:
- golangci-lint
- golang-go-test
- openstack-operator:linters:chart
gate:
jobs:
- golangci-lint
- golang-go-test
- openstack-operator:linters:chart