Skip to content

Commit

Permalink
Merge pull request #200 from karelyatin/OSPRH-678
Browse files Browse the repository at this point in the history
Add tempest job in check pipeline
  • Loading branch information
openshift-merge-bot[bot] committed Jan 11, 2024
2 parents 325aba7 + 5570fa3 commit 3ebf557
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ PROC_CMD = --procs ${PROCS}

.PHONY: test
test: manifests generate fmt vet envtest ginkgo ## Run tests.
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) -v debug --bin-dir $(LOCALBIN) use $(ENVTEST_K8S_VERSION) -p path)" OPERATOR_TEMPLATES="$(PWD)/templates" $(GINKGO) --trace --cover --coverpkg=../../pkg/ovndbcluster,../../pkg/ovnnorthd,../../pkg/ovncontroller,../../controllers,../../api/v1beta1 --coverprofile cover.out --covermode=atomic --randomize-all ${PROC_CMD} $(GINKGO_ARGS) ./tests/...
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) -v debug --bin-dir $(LOCALBIN) use $(ENVTEST_K8S_VERSION) -p path)" OPERATOR_TEMPLATES="$(shell pwd)/templates" $(GINKGO) --trace --cover --coverpkg=../../pkg/ovndbcluster,../../pkg/ovnnorthd,../../pkg/ovncontroller,../../controllers,../../api/v1beta1 --coverprofile cover.out --covermode=atomic --randomize-all ${PROC_CMD} $(GINKGO_ARGS) ./tests/...

##@ Build

Expand Down
8 changes: 8 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
- job:
name: ovn-operator-tempest-multinode
parent: neutron-operator-tempest-multinode
dependencies: ["openstack-k8s-operators-content-provider"]
vars:
cifmw_tempest_tests_allowed:
- neutron_tempest_plugin.scenario
7 changes: 7 additions & 0 deletions zuul.d/project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- project:
name: openstack-k8s-operators/ovn-operator
github-check:
jobs:
- openstack-k8s-operators-content-provider
- ovn-operator-tempest-multinode

0 comments on commit 3ebf557

Please sign in to comment.