-
Notifications
You must be signed in to change notification settings - Fork 2k
WIP: config/atomic: Import my Homu work #6
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
Conversation
I'm not entirely sure if this is the right approach, but filing here to start a conversation.
|
Let's leave this outstanding for now; for reference the canonical upstream currently is https://github.com/cgwalters/projectatomic-ci-infra/ |
|
@cgwalters: Your pull request title starts with "WIP", so the do-not-merge/work-in-progress label will be added. DetailsThis label will ensure that your pull request will not be merged. Remove the prefix from your pull request title to trigger the removal of the label and allow for your pull request to be merged. 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 kubernetes/test-infra repository. |
|
Reopen if this still relevant |
# This is the 1st commit message: # This is a combination of 7 commits. # This is the 1st commit message: Added go-vet prow job description # This is the commit message #2: deprecate 3.9 prow # This is the commit message #3: remove 3.9 acs-engine builds # This is the commit message openshift#4: Remove stale build # This is the commit message #5: Remove redundant azure-misc plugin config # This is the commit message openshift#6: Gate openshift-azure on an extra needs-signoff label # This is the commit message openshift#7: Automate adding/removing needs-signoff label # This is the commit message #2: deprecate 3.9 prow # This is the commit message #3: remove 3.9 acs-engine builds # This is the commit message openshift#4: Remove stale build # This is the commit message #5: Remove redundant azure-misc plugin config # This is the commit message openshift#6: Gate openshift-azure on an extra needs-signoff label # This is the commit message openshift#7: Automate adding/removing needs-signoff label
# This is the 1st commit message: # This is a combination of 7 commits. # This is the 1st commit message: # This is a combination of 7 commits. # This is the 1st commit message: Added go-vet prow job description # This is the commit message #2: deprecate 3.9 prow # This is the commit message #3: remove 3.9 acs-engine builds # This is the commit message openshift#4: Remove stale build # This is the commit message #5: Remove redundant azure-misc plugin config # This is the commit message openshift#6: Gate openshift-azure on an extra needs-signoff label # This is the commit message openshift#7: Automate adding/removing needs-signoff label # This is the commit message #2: deprecate 3.9 prow # This is the commit message #3: remove 3.9 acs-engine builds # This is the commit message openshift#4: Remove stale build # This is the commit message #5: Remove redundant azure-misc plugin config # This is the commit message openshift#6: Gate openshift-azure on an extra needs-signoff label # This is the commit message openshift#7: Automate adding/removing needs-signoff label # This is the commit message #2: deprecate 3.9 prow # This is the commit message #3: remove 3.9 acs-engine builds # This is the commit message openshift#4: Remove stale build # This is the commit message #5: Remove redundant azure-misc plugin config # This is the commit message openshift#6: Gate openshift-azure on an extra needs-signoff label # This is the commit message openshift#7: Automate adding/removing needs-signoff label
Signed-off-by: Radim Hopp <[email protected]>
add the gp-controller deployment manifest files
01_install_requirements: create new key automatically
# This is the 1st commit message: Add dual stack vmedia IPI on BM # This is the commit message #2: make update # This is the commit message #3: Add vmedia dualstack WF # This is the commit message openshift#4: Add job config for 4.17 # This is the commit message #5: Adjusting steps for dual vips # This is the commit message openshift#6: fix vips # This is the commit message openshift#7: fix typo # This is the commit message openshift#8: add vips dynamically
# This is the 1st commit message: Update network patch to support IPv4, IPv6 and dual-stack configurations # This is the commit message #2: few changes after cherry-pick # This is the commit message #3: enable ipv4 # This is the commit message openshift#4: make update # This is the commit message #5: Add PRIMARY_NET # This is the commit message openshift#6: Pick dual stack changes # This is the commit message openshift#7: Remove custom dhcp option6
# This is the 1st commit message: Add prow job config for lightspeed-core # This is the commit message #2: Fixed file structure to mimic repo name # This is the commit message #3: Ran ci config # This is the commit message openshift#4: Update repo branch # This is the commit message #5: Removed link to repo # This is the commit message openshift#6: Linked to lcore # This is the commit message openshift#7: fixed jobs # This is the commit message openshift#8: Fixed file naming
Updated OPCT workflow to use development images for testing fixes to CI failures in OCP 4.20+ clusters. Changes: - Updated OPCT_CLI_IMAGE to quay.io/mrbraga/opct:spike-420-issues - Added OPCT_DEV_EXTRA_CMD with --plugins-image flag pointing to quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx This allows testing custom images without modifying pkg/types.go, using the --plugins-image CLI argument instead of hardcoded defaults. Built images: - opct CLI: quay.io/mrbraga/opct:spike-420-issues - plugins: quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx Related fixes being tested: - Issue #1: Fixed map printing in status utils - Issue #2 & #3: Fixed HTML encoding and messages in printer - Issue openshift#4: Added failure propagation between plugins - Issue #5: Made log level configurable via LOG_LEVEL env var - Issue openshift#6: Fixed time calculation bug in archive metalog - Issue openshift#7: Added k8s conformance test extraction for OCP 4.20+ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Updated OPCT workflow to use development images for testing fixes to CI failures in OCP 4.20+ clusters. Changes: - Updated OPCT_CLI_IMAGE to quay.io/mrbraga/opct:spike-420-issues - Added OPCT_DEV_EXTRA_CMD with --plugins-image flag pointing to quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx This allows testing custom images without modifying pkg/types.go, using the --plugins-image CLI argument instead of hardcoded defaults. Built images: - opct CLI: quay.io/mrbraga/opct:spike-420-issues - plugins: quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx Related fixes being tested: - Issue #1: Fixed map printing in status utils - Issue #2 & #3: Fixed HTML encoding and messages in printer - Issue openshift#4: Added failure propagation between plugins - Issue #5: Made log level configurable via LOG_LEVEL env var - Issue openshift#6: Fixed time calculation bug in archive metalog - Issue openshift#7: Added k8s conformance test extraction for OCP 4.20+ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> testing with latest opct version validate 0.6.1
* ci: use spike-420-issues images for CI rehearsal validation Updated OPCT workflow to use development images for testing fixes to CI failures in OCP 4.20+ clusters. Changes: - Updated OPCT_CLI_IMAGE to quay.io/mrbraga/opct:spike-420-issues - Added OPCT_DEV_EXTRA_CMD with --plugins-image flag pointing to quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx This allows testing custom images without modifying pkg/types.go, using the --plugins-image CLI argument instead of hardcoded defaults. Built images: - opct CLI: quay.io/mrbraga/opct:spike-420-issues - plugins: quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx Related fixes being tested: - Issue #1: Fixed map printing in status utils - Issue #2 & #3: Fixed HTML encoding and messages in printer - Issue #4: Added failure propagation between plugins - Issue #5: Made log level configurable via LOG_LEVEL env var - Issue #6: Fixed time calculation bug in archive metalog - Issue #7: Added k8s conformance test extraction for OCP 4.20+ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> testing with latest opct version validate 0.6.1 * Removing changes in AI workflow as is not monitored by SPLAT
* ci: use spike-420-issues images for CI rehearsal validation Updated OPCT workflow to use development images for testing fixes to CI failures in OCP 4.20+ clusters. Changes: - Updated OPCT_CLI_IMAGE to quay.io/mrbraga/opct:spike-420-issues - Added OPCT_DEV_EXTRA_CMD with --plugins-image flag pointing to quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx This allows testing custom images without modifying pkg/types.go, using the --plugins-image CLI argument instead of hardcoded defaults. Built images: - opct CLI: quay.io/mrbraga/opct:spike-420-issues - plugins: quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx Related fixes being tested: - Issue #1: Fixed map printing in status utils - Issue #2 & #3: Fixed HTML encoding and messages in printer - Issue openshift#4: Added failure propagation between plugins - Issue #5: Made log level configurable via LOG_LEVEL env var - Issue openshift#6: Fixed time calculation bug in archive metalog - Issue openshift#7: Added k8s conformance test extraction for OCP 4.20+ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> testing with latest opct version validate 0.6.1 * Removing changes in AI workflow as is not monitored by SPLAT
* ci: use spike-420-issues images for CI rehearsal validation Updated OPCT workflow to use development images for testing fixes to CI failures in OCP 4.20+ clusters. Changes: - Updated OPCT_CLI_IMAGE to quay.io/mrbraga/opct:spike-420-issues - Added OPCT_DEV_EXTRA_CMD with --plugins-image flag pointing to quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx This allows testing custom images without modifying pkg/types.go, using the --plugins-image CLI argument instead of hardcoded defaults. Built images: - opct CLI: quay.io/mrbraga/opct:spike-420-issues - plugins: quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx Related fixes being tested: - Issue #1: Fixed map printing in status utils - Issue #2 & #3: Fixed HTML encoding and messages in printer - Issue openshift#4: Added failure propagation between plugins - Issue #5: Made log level configurable via LOG_LEVEL env var - Issue openshift#6: Fixed time calculation bug in archive metalog - Issue openshift#7: Added k8s conformance test extraction for OCP 4.20+ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> testing with latest opct version validate 0.6.1 * Removing changes in AI workflow as is not monitored by SPLAT
I'm not entirely sure if this is the right approach, but filing here to start a
conversation.