Skip to content

Commit

Permalink
Add test-operator period job
Browse files Browse the repository at this point in the history
Let's try to define daily periodic job that will execute tempest tests
via the test-operator.
  • Loading branch information
lpiwowar committed Feb 7, 2024
1 parent 65f4217 commit caeb8fe
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
job:
- test-operator-podified-multinode-edpm-deployment-crc:
vars:
test_fw: test_operator
required-projects: &rp
- name: openstack-k8s-operators/install_yamls
override-checkout: main
- name: openstack-k8s-operators/openstack-operator
override-checkout: main
- name: github.com/openstack-k8s-operators/ci-framework
override-checkout: main
- name: github.com/openstack-k8s-operators/repo-setup
override-checkout: main
- name: github.com/openstack-k8s-operators/dataplane-operator
override-checkout: main
- name: github.com/openstack-k8s-operators/infra-operator
override-checkout: main
- name: github.com/openstack-k8s-operators/openstack-baremetal-operator
override-checkout: main
- name: github.com/openstack-k8s-operators/edpm-ansible
override-checkout: main
- name: github.com/openstack-k8s-operators/openstack-must-gather
override-checkout: main

- project:
name: openstack-k8s-operators/test-operator
periodic:
jobs:
- test-operator-podified-multinode-edpm-deployment-crc

0 comments on commit caeb8fe

Please sign in to comment.