-
Notifications
You must be signed in to change notification settings - Fork 14
Add synthetic data generation test to the telemetry_chargeback role #331
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
base: master
Are you sure you want to change the base?
Conversation
19aec46 to
8bb17cf
Compare
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/339779b18807455b8df0e0a38cd2b43d ❌ telemetry-openstack-meta-content-provider-master FAILURE in 11m 55s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8237458ee7394be68b3d919603073cc3 ❌ telemetry-openstack-meta-content-provider-master FAILURE in 11m 16s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c906fc4cbd3c42f29c0f5c05fe4871d0 ❌ telemetry-openstack-meta-content-provider-master FAILURE in 12m 59s |
|
recheck |
fbb6f4d to
4359403
Compare
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/telemetry-operator#319 is needed. |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4d9619322118449ab45fe37af8b8908f ❌ telemetry-openstack-meta-content-provider-master FAILURE in 11m 03s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ed661e9591a4423c81947c503463aa83 ❌ telemetry-openstack-meta-content-provider-master FAILURE in 11m 19s |
4359403 to
a1aa614
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4ec74750f0fc46a29a7ed1f245b406aa ❌ telemetry-openstack-meta-content-provider-master FAILURE in 13m 56s |
|
recheck |
85f6304 to
7a32173
Compare
|
This change depends on a change that failed to merge. Change #319 is needed. |
|
recheck |
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
|
recheck |
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
7a32173 to
b51f59b
Compare
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
|
recheck |
c05778e to
43b0e55
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a38d6a9c6e8f489b921cecaec4c86be5 ✔️ telemetry-openstack-meta-content-provider-master SUCCESS in 2h 26m 08s |
43b0e55 to
52dd951
Compare
52dd951 to
f50c263
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d669d6083def4e10a7e1d070822554cb ✔️ telemetry-openstack-meta-content-provider-master SUCCESS in 2h 42m 10s |
f50c263 to
f1c49e3
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5659b84208da46b48b6e2e71bb35c278 ✔️ telemetry-openstack-meta-content-provider-master SUCCESS in 2h 27m 34s |
6bd0bf0 to
d984903
Compare
d984903 to
b24c576
Compare
Generate synthetic data and write results to a json file Push json file to log directory so that during debug file is available for review Controller/ci-framework-data/tests/feature-verification-tests Do not overwrite syth data json if it already exists Using Gemini and Cursor Closes https://issues.redhat.com/browse/OSPRH-23746
b24c576 to
98620e9
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/0473894cb2f445ccbe6b054a33d1348d ❌ telemetry-openstack-meta-content-provider-master FAILURE in 5m 27s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/3ef27e8799e341ff980c8ff2c4d23860 ✔️ telemetry-openstack-meta-content-provider-master SUCCESS in 1h 58m 01s |
|
recheck |
vyzigold
left a comment
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.
Please make the script pep8 compliant:
script.py:5:1: F401 'typing.Union' imported but unused
script.py:16:1: E302 expected 2 blank lines, found 1
script.py:33:1: E302 expected 2 blank lines, found 1
script.py:51:1: W293 blank line contains whitespace
script.py:61:23: E261 at least two spaces before inline comment
script.py:72:80: E501 line too long (88 > 79 characters)
script.py:87:80: E501 line too long (83 > 79 characters)
script.py:91:14: E261 at least two spaces before inline comment
script.py:97:1: W293 blank line contains whitespace
script.py:102:80: E501 line too long (80 > 79 characters)
script.py:108:1: E302 expected 2 blank lines, found 1
script.py:111:80: E501 line too long (84 > 79 characters)
script.py:115:80: E501 line too long (89 > 79 characters)
script.py:117:80: E501 line too long (119 > 79 characters)
script.py:120:80: E501 line too long (112 > 79 characters)
script.py:121:80: E501 line too long (105 > 79 characters)
script.py:122:1: W293 blank line contains whitespace
script.py:124:80: E501 line too long (110 > 79 characters)
script.py:147:80: E501 line too long (80 > 79 characters)
| ck_step: 300 | ||
|
|
||
| # Output directory for test artifacts | ||
| tests_dir: "{{ ansible_env.HOME }}/ci-framework-data/tests" |
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.
This variable is unused.
Add synthetic date generation to telemetry_chargeback role in FVT repo
controller/ci-framework-data/tests/feature-verification-tests