
- define a .zuul.yaml file with the jobs that need to run against this repo - post_test_hook is working fine without any problems, however as options are added over time the script is hard to understand. Make clean post_test_hook.sh - Set min and max API versions for testing in the post_test_hook, since it's being used for stable branch testing against manila - deprecate the pre and post test hooks since these aren't used by the zuulv3 native jobs run against this repo. They're however needed by manila jobs on stable branches. Co-Authored-By: Goutham Pacha Ravi <gouthampravi@gmail.com> Change-Id: Ieee0be4e94f237c81529e6e664f0edf9d47297fc
12 lines
269 B
YAML
12 lines
269 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- openstack-tox-bashate
|
|
- manila-tempest-plugin-glusterfs-native:
|
|
voting: false
|
|
- manila-tempest-plugin-glusterfs-nfs:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-bashate
|