Skip to content

Port CS10 master github-check job to cs10#167

Merged
openshift-merge-bot[bot] merged 1 commit intoopenstack-k8s-operators:mainfrom
raukadah:OSPRH-16773
May 27, 2025
Merged

Port CS10 master github-check job to cs10#167
openshift-merge-bot[bot] merged 1 commit intoopenstack-k8s-operators:mainfrom
raukadah:OSPRH-16773

Conversation

@raukadah
Copy link
Contributor

@raukadah raukadah commented May 20, 2025

Based on
#159 (comment), meta content provider is working on CS10.

This pr ports the same to CS10.

Resolves: OSPRH-16773
Resolves: OSPRH-16721

Depends-On: openstack-k8s-operators/ci-framework#3008

@openshift-ci openshift-ci bot requested review from SeanMooney and amoralej May 20, 2025 06:07
@softwarefactory-project-zuul
Copy link

Zuul encountered a syntax error while parsing its
configuration in the repo openstack-k8s-operators/watcher-operator on branch main. The
problem was:

while parsing a block mapping
in "openstack-k8s-operators/watcher-operator/.zuul.yaml@main", line 234, column 3
did not find expected key
in "openstack-k8s-operators/watcher-operator/.zuul.yaml@main", line 251, column 4

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/91c64790bb3d4d0dab5ae6a2bd2d4364

✔️ openstack-meta-content-provider-master SUCCESS in 2h 06m 24s
watcher-operator-validation-master FAILURE in 1h 31m 56s
✔️ openstack-meta-content-provider-epoxy SUCCESS in 2h 13m 23s
✔️ watcher-operator-validation-epoxy SUCCESS in 1h 44m 23s
✔️ watcher-operator-validation-epoxy-ocp4-16 SUCCESS in 1h 54m 38s
✔️ noop SUCCESS in 0s
✔️ watcher-operator-kuttl SUCCESS in 40m 32s

@raukadah
Copy link
Contributor Author

recheck

@raukadah raukadah force-pushed the OSPRH-16773 branch 2 times, most recently from 2ef9ca2 to a3795a2 Compare May 20, 2025 12:05
@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/72969bd87fef4388aa62cca1a482cc6f

✔️ openstack-meta-content-provider-master SUCCESS in 1h 03m 39s
watcher-operator-validation-master RETRY_LIMIT in 4m 20s
✔️ openstack-meta-content-provider-epoxy SUCCESS in 2h 10m 13s
✔️ watcher-operator-validation-epoxy SUCCESS in 1h 43m 20s
✔️ watcher-operator-validation-epoxy-ocp4-16 SUCCESS in 1h 53m 34s
✔️ noop SUCCESS in 0s
watcher-operator-kuttl RETRY_LIMIT in 27m 01s

@softwarefactory-project-zuul
Copy link

This change depends on a change that failed to merge.

Change openstack-k8s-operators/openstack-operator#1443 is needed.

@raukadah
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bcc9f64cec8a47a8b581ce55fc720433

openstack-meta-content-provider-master FAILURE in 27m 52s
⚠️ watcher-operator-validation-master SKIPPED Skipped due to failed job openstack-meta-content-provider-master
✔️ openstack-meta-content-provider-epoxy SUCCESS in 2h 15m 18s
✔️ watcher-operator-validation-epoxy SUCCESS in 1h 45m 02s
✔️ watcher-operator-validation-epoxy-ocp4-16 SUCCESS in 1h 53m 48s
✔️ noop SUCCESS in 0s
⚠️ watcher-operator-kuttl SKIPPED Skipped due to failed job openstack-meta-content-provider-master

Comment on lines +232 to +243
cifmw_operator_build_operators:
- name: watcher-operator
src: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/watcher-operator"
- name: openstack-operator
src: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/openstack-operator"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SeanMooney Hello, thank you for suggestion on this. And I tried above var but it seems to fail.
https://logserver.rdoproject.org/396/rdoproject.org/39611d73be954300a3c15218cdd039b4/job-output.txt

ASK [operator_build : watcher-operator - Get base module name from go.mod operator_base_module_name={{ go_mod_out['content'] | b64decode | regex_search(cifmw_operator_build_org + '/' + operator.name + '/(\w*)\s', '\1') | first }}] ***
2025-05-20 11:05:02.918210 | primary | Tuesday 20 May 2025  11:05:02 -0400 (0:00:00.261)       0:23:32.493 ***********
2025-05-20 11:05:02.918234 | primary | task path: /home/zuul-worker/src/github.com/openstack-k8s-operators/ci-framework/roles/operator_build/tasks/build.yml:27
2025-05-20 11:05:03.073385 | primary | fatal: [localhost]: FAILED! =>
2025-05-20 11:05:03.073483 | primary |     msg: 'Unexpected templating type error occurred on ({{ go_mod_out[''content''] | b64decode
2025-05-20 11:05:03.073634 | primary |       | regex_search(cifmw_operator_build_org + ''/'' + operator.name + ''/(\\w*)\\s'',
2025-05-20 11:05:03.073651 | primary |       ''\\1'') | first }}): ''NoneType'' object is not iterable. ''NoneType'' object is
2025-05-20 11:05:03.073664 | primary |       not iterable'

with watcher-operator, we wanted to avoid this task. that's why I was proposing this openstack-k8s-operators/ci-framework#2969 to exclude standalone operator.

In openstack-check side, it works fine as there is no github pr from operator side.

@raukadah
Copy link
Contributor Author

recheck

@raukadah raukadah force-pushed the OSPRH-16773 branch 2 times, most recently from 958b4a3 to ef041b4 Compare May 22, 2025 10:36
@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/9836e8920ded452286df9a8aef1f4554

✔️ openstack-meta-content-provider-master SUCCESS in 2h 09m 51s
watcher-operator-validation-master FAILURE in 1h 37m 30s
✔️ openstack-meta-content-provider-epoxy SUCCESS in 2h 18m 21s
✔️ watcher-operator-validation-epoxy SUCCESS in 1h 46m 21s
✔️ watcher-operator-validation-epoxy-ocp4-16 SUCCESS in 2h 00m 55s
✔️ noop SUCCESS in 0s
✔️ watcher-operator-kuttl SUCCESS in 41m 08s

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/43d6128aa6f248959a39614355447ea2

✔️ openstack-meta-content-provider-master SUCCESS in 2h 08m 53s
watcher-operator-validation-master FAILURE in 1h 36m 37s (non-voting)
✔️ openstack-meta-content-provider-epoxy SUCCESS in 2h 11m 24s
✔️ watcher-operator-validation-epoxy SUCCESS in 1h 50m 08s
watcher-operator-validation-epoxy-ocp4-16 FAILURE in 1h 16m 04s
✔️ noop SUCCESS in 0s
✔️ watcher-operator-kuttl SUCCESS in 42m 36s

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/e25b1ddce02b4816b7d4d55eadda1d4d

openstack-meta-content-provider-master RETRY_LIMIT in 4m 44s
⚠️ watcher-operator-validation-master SKIPPED Skipped due to failed job openstack-meta-content-provider-master (non-voting)
openstack-meta-content-provider-epoxy RETRY_LIMIT in 12m 17s
⚠️ watcher-operator-validation-epoxy SKIPPED Skipped due to failed job openstack-meta-content-provider-epoxy
⚠️ watcher-operator-validation-epoxy-ocp4-16 SKIPPED Skipped due to failed job openstack-meta-content-provider-epoxy
✔️ noop SUCCESS in 0s
⚠️ watcher-operator-kuttl SKIPPED Skipped due to failed job openstack-meta-content-provider-master

@raukadah
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/eb530591f23b402f8af3f4814358bbbf

openstack-meta-content-provider-master RETRY_LIMIT in 6m 21s
⚠️ watcher-operator-validation-master SKIPPED Skipped due to failed job openstack-meta-content-provider-master (non-voting)
openstack-meta-content-provider-epoxy RETRY_LIMIT in 12m 33s
⚠️ watcher-operator-validation-epoxy SKIPPED Skipped due to failed job openstack-meta-content-provider-epoxy
⚠️ watcher-operator-validation-epoxy-ocp4-16 SKIPPED Skipped due to failed job openstack-meta-content-provider-epoxy
✔️ noop SUCCESS in 0s
⚠️ watcher-operator-kuttl SKIPPED Skipped due to failed job openstack-meta-content-provider-master

@raukadah
Copy link
Contributor Author

recheck

1 similar comment
@raukadah
Copy link
Contributor Author

recheck

@raukadah raukadah force-pushed the OSPRH-16773 branch 2 times, most recently from 11e109e to b5af486 Compare May 26, 2025 11:09
@softwarefactory-project-zuul
Copy link

This change depends on a change that failed to merge.

Change openstack-k8s-operators/ci-framework#3008 is needed.

Based on
openstack-k8s-operators#159 (comment),
meta content provider is working on CS10.

This pr ports the same to CS10.

Resolves: OSPRH-16773

Signed-off-by: Chandan Kumar (raukadah) <raukadah@gmail.com>
@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/187da6330b894149a2bb53ca117ed66a

✔️ openstack-meta-content-provider-master SUCCESS in 2h 09m 34s
watcher-operator-validation-master FAILURE in 1h 32m 34s (non-voting)
✔️ openstack-meta-content-provider-epoxy SUCCESS in 2h 02m 42s
✔️ watcher-operator-validation-epoxy SUCCESS in 1h 45m 56s
watcher-operator-validation-epoxy-ocp4-16 FAILURE in 1h 18m 25s
✔️ noop SUCCESS in 0s
✔️ watcher-operator-kuttl SUCCESS in 36m 13s

@raukadah
Copy link
Contributor Author

recheck

@softwarefactory-project-zuul
Copy link

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c89075f2e02a40689e74fafa82073c7d

✔️ openstack-meta-content-provider-master SUCCESS in 2h 17m 24s
watcher-operator-validation-master FAILURE in 1h 34m 35s (non-voting)
✔️ openstack-meta-content-provider-epoxy SUCCESS in 2h 02m 36s
✔️ watcher-operator-validation-epoxy SUCCESS in 1h 44m 50s
watcher-operator-validation-epoxy-ocp4-16 FAILURE in 1h 22m 02s
✔️ noop SUCCESS in 0s
✔️ watcher-operator-kuttl SUCCESS in 38m 29s

@raukadah
Copy link
Contributor Author

recheck

@rlandy
Copy link
Contributor

rlandy commented May 27, 2025

/approve

@openshift-ci
Copy link

openshift-ci bot commented May 27, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rlandy

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 76fecc9 into openstack-k8s-operators:main May 27, 2025
6 checks passed
@raukadah raukadah deleted the OSPRH-16773 branch May 29, 2025 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants