Conversation
Red-GV
force-pushed
the
argo-refactor
branch
25 times, most recently
from
September 14, 2026 20:10
4e377bd to
6da46c3
Compare
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Red-GV
force-pushed
the
argo-refactor
branch
from
September 15, 2026 18:45
6da46c3 to
3f80113
Compare
This file contains hidden or 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
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.
This PR replaces AWX with Argo Workflows. This refactor is being done for the following reasons:
As a result of this refactor, the following changes are being made to the code base:
kubectlandocare dropped from required softwares needed to run ITBench. We still strongly recommend that people install these tools for Kubernetes and OpenShift development respectively as they are incredibly handy. However, the binaries themselves are no longer called from any of the SRE scenario playbooks.cluster.yamlgroup variable has been removed. This introduced a code smell where this variable was being passed everywhere. Instead, we are opting to use theK8S_AUTH_KUBECONFIGenvironment variable.kubernetes.corecan retrieve the kubeconfig information from there. This also allows us to do a bit of "it-just-works"-ism with ourkind,kops, andminikubedeployments and guides. Now, and.envfile is written to the sre scenario directory so it can just be picked up when using theMakefile. This reduces the need to check the file or change it whenever moving from cluster to cluster. Now, just change the.envfile - or in the case of using our scripts already, just operator as normally - and everything is picked up.Fixes: #1087