Skip to content

[release-4.16]: Onboard noderesourcetopology scheduler to Konflux #333

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

Open
wants to merge 5 commits into
base: release-4.16
Choose a base branch
from

Conversation

rbaturov
Copy link

@rbaturov rbaturov commented Jun 5, 2025

  • Add dockerfile for konflux builds.
  • Add initial tekton files for build pipelines.
  • Enable hermetic builds.
  • Add build pipeline file containing metadata added to avoid code duplication across tekton files.
  • Add owners file to manage approvers for konflux configuration.

Copy link

openshift-ci bot commented Jun 5, 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

@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 Jun 5, 2025
Copy link

openshift-ci bot commented Jun 5, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: rbaturov
Once this PR has been reviewed and has the lgtm label, please assign swatisehgal for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

red-hat-konflux and others added 3 commits June 5, 2025 09:57
These are initial configuration that has been generated by the konflux bot, for both on pull-request and push.

Signed-off-by: red-hat-konflux <[email protected]>
More information about the hermetic builds:
https://konflux-ci.dev/docs/building/hermetic-builds/

Signed-off-by: Ronny Baturov <[email protected]>
@rbaturov rbaturov force-pushed the onboard-konflux-4-16 branch 2 times, most recently from c90e8f3 to 4c5156e Compare June 5, 2025 07:10
@rbaturov rbaturov marked this pull request as ready for review June 5, 2025 07:47
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 5, 2025
@openshift-ci openshift-ci bot requested review from ffromani and swatisehgal June 5, 2025 07:48
@rbaturov rbaturov changed the title Onboard noderesourcetopology scheduler to Konflux - 4.16 [release-4.16]: Onboard noderesourcetopology scheduler to Konflux Jun 5, 2025
@rbaturov rbaturov force-pushed the onboard-konflux-4-16 branch from 4c5156e to b3c1893 Compare June 9, 2025 07:15
@@ -0,0 +1,28 @@
ARG RHEL_VERSION=9.4

FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22 AS builder
Copy link
Member

@yanirq yanirq Jun 10, 2025

Choose a reason for hiding this comment

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

  1. In 4.16 we were using golang builder 1.21 , please check and align
  2. We would usually want to pin the golang builder to the rhel version and also add a tag , for example:
    FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.21@sha256:218ece7acb0c215d0ec54e690446209fe64a6080a7202a54ef3945b152f4fc89 as builder

This is needed to onboard this container to konflux.

Signed-off-by: Ronny Baturov <[email protected]>
@rbaturov rbaturov force-pushed the onboard-konflux-4-16 branch from b3c1893 to a9beb15 Compare June 10, 2025 14:07
@@ -0,0 +1,26 @@
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.22@sha256:9febad53eab6f5b6d1f9a32c7b5f22afdebd6d7735e08f068e0dcbe2ffa6ca64 as builder
Copy link
Member

Choose a reason for hiding this comment

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

@rbaturov should we use golang 1.21 here to match the current m/s version of scheduler plugins 4.16 ?
cc @shajmakh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants