Skip to content

TRT-2130: hcm spike #2778

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sosiouxme
Copy link
Member

@sosiouxme sosiouxme commented Jul 8, 2025

Draft PR for my initial try at adding hcm-integration as a release. It would depend on openshift/ci-tools#4624 as well as changes in continuous-release-jobs to provide the config file and start loading data for the new release. This sort of works, but we have some further issues to work out first.

sosiouxme added 2 commits July 7, 2025 15:16
The release names come from sippy /api/releases which ultimately just
draws from a BQ table. They could be anything and Sippy Classic would
not really care.

Update param.go to just allow anything that looks like a word.
where we care about releases that aren't specified in the DB, add them
from the openshift.yaml config file, and then include them according to
the new attribute specified there.
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 8, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jul 8, 2025

@sosiouxme: This pull request references TRT-2130 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the spike to target the "4.20.0" version, but no target version was set.

In response to this:

Draft PR for my initial try at adding hcm-integration as a release. It would depend on openshift/ci-tools#4624 as well as changes in continuous-release-jobs to provide the config file. This sort of works, but we have some further issues to work out first.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 8, 2025
Copy link
Contributor

openshift-ci bot commented Jul 8, 2025

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Copy link
Contributor

openshift-ci bot commented Jul 8, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sosiouxme

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

The pull request process is described here

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-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 8, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jul 8, 2025

@sosiouxme: This pull request references TRT-2130 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the spike to target the "4.20.0" version, but no target version was set.

In response to this:

Draft PR for my initial try at adding hcm-integration as a release. It would depend on openshift/ci-tools#4624 as well as changes in continuous-release-jobs to provide the config file and start loading data for the new release. This sort of works, but we have some further issues to work out first.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

} else if config != nil {
// Add designated releases from config that aren't represented in the DB
for name, release := range config.Releases {
if release.AddRelease {
Copy link
Member

Choose a reason for hiding this comment

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

Why does it need to be gated by a boolean? If it's in the config shouldn't we assume it should be shown?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants