forked from openshift-kni/cnf-features-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Migrate to konflux #13
Open
shajmakh
wants to merge
18
commits into
master
Choose a base branch
from
migrate-to-konflux
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
d404380
to
eaec6d0
Compare
This ensures that the correct images are used, as done in the m/s dockerfile. Users can override this by providing the ENV variable when running the container. This solves https://issues.redhat.com/browse/CNF-16459. Signed-off-by: Ronny Baturov <[email protected]>
Bumps [github.com/golang/glog](https://github.com/golang/glog) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/golang/glog/releases) - [Commits](golang/glog@v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: github.com/golang/glog dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…var-dockerfile CNF-16459:cnf-tests: added ENV vars of cnf-test and dpdk images into Dockerfile
…o_modules/github.com/golang/glog-1.2.4 depbot: bump github.com/golang/glog from 1.2.3 to 1.2.4
1af1317
to
c55d83b
Compare
The value of ZTP_BUILD_IMAGE and ZTP_RUNTIME_IMAGE will be overriden by Konflux, sharing this Containerfile with upstream
…, and domainNumber fields Signed-off-by: Jim Ramsay <[email protected]>
0c63af5
to
3a1e1dd
Compare
…board ztp: modify ztp Containerfile for Konflux migration...
ztp: OCPBUGS-48088: Add monitoring label for openshift-logging ns
OCPBUGS-47784: ztp: reference: Enable user customization of PTP priority1, priority2, and domainNumber fields
This commit removes the `-w` option from T-GM ptp configuration. The option became obsolete in this configuration after the following upstream patches were introduced to the linuxptp project: https://lists.nwtime.org/sympa/arc/linuxptp-devel/2024-11/msg00026.html Signed-off-by: Vitaly Grinberg <[email protected]>
48a1e79
to
b2215f4
Compare
OCPBUGS-48803: [4.19] ztp: remove phc2sys -w option
…, and domainNumber fields Part 2: Include the phc2sys '-n' option for domainNumber, as well as all configs missed in the 1st commit. Signed-off-by: Jim Ramsay <[email protected]>
OCPBUGS-47784: ztp: reference: Enable user customization of PTP priority1, priority2, and domainNumber fields
b2215f4
to
b829e17
Compare
Add dockerfile for generating builds using konflux. Signed-off-by: Shereen Haj <[email protected]>
Add yaml files to configure the integration tests of Konflux pointing to the dockerfile in cnf-tests/.konflux. Some binaries that are part of the build process needed to be prefetched, thus the addition of `.repo`, `rpms.in.yaml`, and `rpms.lock.yaml` files. Signed-off-by: Shereen Haj <[email protected]>
The container image should be based on the same RHEL version OCP is. For example, OCP 4.18 is RHEL 9.4 EUS and OCP 4.19 is currently based on RHEL 9.4 and will be on RHEL 9.6 at some point later. Use the RHEL_VERSION argument to override if needed. Signed-off-by: Shereen Haj <[email protected]>
Fixes for the golang-builder are pushed for every minor version and is reflected in that it has new release build (1.23.2, 1.23.3,..). Instead of using same build release, use the latest available on the minor tag. xref: https://go.dev/doc/devel/release#go1.23.5 Signed-off-by: Shereen Haj <[email protected]>
b829e17
to
ae46559
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.