|
35 | 35 | - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-autoscaling-tempest.yml" |
36 | 36 | irrelevant-files: *irrelevant_files |
37 | 37 |
|
| 38 | + # I may need to look closer at what the cifmw_run_update and cifmw_run_tests options do. |
| 39 | + # The update job sets these to true, and also includes the update playbook as a run stage. |
| 40 | +- job: |
| 41 | + name: telemetry-operator-multinode-autoscaling-tempest-update |
| 42 | + parent: podified-multinode-edpm-update-crc |
| 43 | + description: | |
| 44 | + Run update jobs with autoscaling features. |
| 45 | + vars: |
| 46 | + cifmw_extras: |
| 47 | + - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/ci-framework'].src_dir }}/scenarios/centos-9/multinode-ci.yml" |
| 48 | + - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-autoscaling.yml" |
| 49 | + - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-autoscaling-tempest.yml" |
| 50 | + |
38 | 51 | - job: |
39 | 52 | name: telemetry-operator-multinode-default-telemetry |
40 | 53 | parent: podified-multinode-edpm-deployment-crc |
|
107 | 120 | - podified-multinode-edpm-pipeline |
108 | 121 | github-check: |
109 | 122 | jobs: |
110 | | - - telemetry-operator-multinode-autoscaling-tempest |
111 | | - - telemetry-operator-multinode-default-telemetry |
112 | | - - functional-graphing-tests-osp18: |
113 | | - voting: false |
114 | | - required-projects: |
115 | | - - name: infrawatch/feature-verification-tests |
116 | | - override-checkout: master |
117 | | - irrelevant-files: *irrelevant_files |
118 | | - - functional-autoscaling-tests-osp18: &fvt_jobs_config |
119 | | - voting: true |
120 | | - required-projects: |
121 | | - - name: infrawatch/feature-verification-tests |
122 | | - override-checkout: master |
123 | | - irrelevant-files: *irrelevant_files |
124 | | - - functional-logging-tests-osp18: *fvt_jobs_config |
125 | | - - functional-metric-verification-tests-osp18: *fvt_jobs_config |
126 | | - - feature-verification-tests-noop: |
127 | | - files: *irrelevant_files |
| 123 | + #- telemetry-operator-multinode-autoscaling-tempest |
| 124 | + - telemetry-operator-multinode-autoscaling-tempest-update: |
| 125 | + dependencies: ["openstack-k8s-operators-content-provider"] |
| 126 | + # - telemetry-operator-multinode-default-telemetry |
| 127 | + # - functional-graphing-tests-osp18: |
| 128 | + # voting: false |
| 129 | + # required-projects: |
| 130 | + # - name: infrawatch/feature-verification-tests |
| 131 | + # override-checkout: master |
| 132 | + # irrelevant-files: *irrelevant_files |
| 133 | + # - functional-autoscaling-tests-osp18: &fvt_jobs_config |
| 134 | + # voting: true |
| 135 | + # required-projects: |
| 136 | + # - name: infrawatch/feature-verification-tests |
| 137 | + # override-checkout: master |
| 138 | + # irrelevant-files: *irrelevant_files |
| 139 | + # - functional-logging-tests-osp18: *fvt_jobs_config |
| 140 | + # - functional-metric-verification-tests-osp18: *fvt_jobs_config |
| 141 | + # - feature-verification-tests-noop: |
| 142 | + # files: *irrelevant_files |
0 commit comments