-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[zuul] Add telemetry-operator-multinode-autoscaling-tempest job #284
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
27f2108
[zuul][tempest] Add a job that runs some tempest tests
elfiesmelfie de0818b
[zuul][tempest] Replace tempest conf with ceilometer tests
elfiesmelfie a6f4e04
[zuul] tempest job: add sg-core to available_services, list aodh tests
elfiesmelfie bc10c7b
[zuul][tempest] Add sg_core_service_url to tempest conf
elfiesmelfie d8b3198
[zuul][tempest] Update job to use test_operator to run tempest
elfiesmelfie a1d10df
[zuul][tempest] Use tempest image built from master instead of antelope
elfiesmelfie 558c68f
[zuul][tempest] Try to run telemetry-tempest-plugin with pinned gabbi…
elfiesmelfie 935de14
[zuul][tempest] Add more details to workaround for the tempest job
elfiesmelfie 738434c
[zuul][tempest] Add aodh to the list of available services in tempest…
elfiesmelfie 5ee3f00
[zuul][tempest] Use podified-antelope-centos9 namespace for tempest c…
elfiesmelfie e61de74
[zuul][tempest] Remove workaround for gabbi version
elfiesmelfie ee75be1
[zuul][tempest] Test fix for sg-core test scaneario
elfiesmelfie 8440d8f
[zuul][tempest] update PS for tememetry-tempest-plugin update
elfiesmelfie 22b4340
bump patch version
elfiesmelfie 39a4a3b
[zuul][tempest] use master version of telemetry-tempest-plugin
elfiesmelfie a810984
[zuul][tempest] Skip the sg_core integration test for now
elfiesmelfie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,6 @@ | |
- name: Create COO subscription | ||
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/create-coo-subscription.yaml" | ||
type: playbook | ||
cifmw_install_yamls_vars: | ||
BMO_SETUP: false | ||
cifmw_edpm_prepare_kustomizations: | ||
- apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
@@ -38,10 +36,40 @@ | |
target: | ||
kind: OpenStackControlPlane | ||
- job: | ||
name: telemetry-operator-multinode-autoscaling-tempest | ||
parent: telemetry-operator-multinode-autoscaling | ||
vars: | ||
test_fw: test_operator | ||
cifmw_test_operator_tempest_namespace: podified-antelope-centos9 | ||
cifmw_test_operator_tempest_container: openstack-tempest-all | ||
cifmw_test_operator_tempest_image_tag: 'current-podified' | ||
cifmw_test_operator_tempest_external_plugin: | ||
# workaround(telemetry_tempest_plugin_release) | ||
# NOTE: Until the telemetry-tempest-plugin repo is tagged and the new version is used in the tempest image, we need to manually install it as an external plugin to use the autoscaling tests. | ||
- repository: "https://opendev.org/openstack/telemetry-tempest-plugin.git" | ||
changeRepository: "https://review.opendev.org/openstack/telemetry-tempest-plugin" | ||
changeRefspec: "master" | ||
# This value is used to populate the `tempestconfRun` parameter of the Tempest CR: https://openstack-k8s-operators.github.io/test-operator/crds.html#tempest-custom-resource | ||
# https://github.com/openstack-k8s-operators/ci-framework/blob/main/roles/test_operator/defaults/main.yml | ||
cifmw_tempest_tempestconf_config: | ||
overrides: | | ||
validation.run_validation true | ||
identity.v3_endpoint_type public | ||
service_available.ceilometer true | ||
service_available.sg_core true | ||
service_available.aodh true | ||
telemetry.sg_core_service_url "ceilometer.openstack.svc.cluster.local:3000" | ||
cifmw_test_operator_tempest_include_list: | | ||
telemetry_tempest_plugin.scenario | ||
telemetry_tempest_plugin.aodh | ||
cifmw_test_operator_tempest_exclude_list: | | ||
telemetry_tempest_plugin.scenario.test_telemetry_integration_prometheus.PrometheusGabbiTest.test_ceilometer_sg_core_integration | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm skipping this test until https://review.opendev.org/c/openstack/telemetry-tempest-plugin/+/909459 is merged. |
||
- project: | ||
name: openstack-k8s-operators/telemetry-operator | ||
templates: | ||
- podified-multinode-edpm-pipeline | ||
github-check: | ||
jobs: | ||
- telemetry-operator-multinode-autoscaling | ||
- telemetry-operator-multinode-autoscaling-tempest |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To test a patch from telemetry-tempest-plugin, this should be updated to include the gerrit branch e.g. "refs/changes/32/907432/1"
Note the inclusion of the patch number as well.