K8SPG-881 Add arm64 support for e2e-tests - #1786
Open
jvpasinatto wants to merge 15 commits into
Open
Conversation
jvpasinatto
marked this pull request as ready for review
September 2, 2026 15:33
jvpasinatto
requested review from
DhruthiKV,
egegunes,
eleo007,
gkech,
mayankshah1607,
nmarukovich,
oksana-grishchenko,
pooknull and
valmiranogueira
as code owners
September 2, 2026 15:33
|
|
||
| function deploy_cmctl() { | ||
| envsubst <"${TESTS_CONFIG_DIR}/cmctl.yml" | kubectl -n "${NAMESPACE}" apply -f - | ||
| envsubst '${NAMESPACE}' < "${TESTS_CONFIG_DIR}/cmctl.yml" | add_arch_to_podspecs - | kubectl -n "${NAMESPACE}" apply -f - |
Contributor
There was a problem hiding this comment.
[shfmt] reported by reviewdog 🐶
Suggested change
| envsubst '${NAMESPACE}' < "${TESTS_CONFIG_DIR}/cmctl.yml" | add_arch_to_podspecs - | kubectl -n "${NAMESPACE}" apply -f - | |
| envsubst '${NAMESPACE}' <"${TESTS_CONFIG_DIR}/cmctl.yml" | add_arch_to_podspecs - | kubectl -n "${NAMESPACE}" apply -f - |
eleo007
reviewed
Sep 2, 2026
Contributor
There was a problem hiding this comment.
Just a reminder: we need to revert this before merging to main after tests on release branch pass
eleo007
previously approved these changes
Sep 2, 2026
jvpasinatto
force-pushed
the
K8SPG-881
branch
from
September 3, 2026 21:25
c81b520 to
2535835
Compare
jvpasinatto
force-pushed
the
K8SPG-881
branch
from
September 3, 2026 23:20
2535835 to
391a865
Compare
Collaborator
commit: 391a865 |
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.
CHANGE DESCRIPTION
Problem:
Short explanation of the problem.
Cause:
Short explanation of the root cause of the issue if applicable.
Solution:
Short explanation of the solution we are providing with this PR.
CHECKLIST
Jira
Needs Doc) and QA (Needs QA)?Tests
Config/Logging/Testability