skip ejcba non x86; pipe through IGNORE_SUITES #6020
+10
−2
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.
Pull Request check list
Affected functionality
adds support for running local make integration tests on non-x86 arch development platforms.. e.g. linux/arm64
fixes #6019
before (on linux/arm64)
make integration
....
error: Internal error occurred: unable to upgrade connection: container not found ("ejbca")
Failed to execute the EJBCA init script
namespace "ejbca" deleted
[2025-04-18T18:37:49Z] step 01-setup-ejbca failed
[2025-04-18T18:37:49Z] executing teardown...
error: error from server (NotFound): namespaces "spire" not found in namespace "spire"
Deleting cluster "ejbca-test" ...
Deleted nodes: ["ejbca-test-control-plane"]
[2025-04-18T18:37:50Z] "upstream-authority-ejbca" test suite failed.
STATUS=0
[2025-04-18T18:37:50Z] The following tests failed: upstream-authority-ejbca
make: *** [Makefile:320: integration] Error 1
after
test suite succeeded.
Example:
root@ubuntuvm:/home/mike/go/src/github.com/spiffe/spire# uname -m
aarch64
root@ubuntuvm:/home/mike/go/src/github.com/spiffe/spire# uname -s
Linux
root@ubuntuvm:/home/mike/go/src/github.com/spiffe/spire# IGNORE_SUITES='suites/upstream-authority-vault' SUITES='suites/upstream-authority-ejbca suites/upstream-authority-vault' make integration
Testing suites/upstream-authority-ejbca suites/upstream-authority-vault
[2025-04-19T04:11:13Z] Ignoring suites/upstream-authority-ejbca suite...
[2025-04-19T04:11:13Z] Ignoring suites/upstream-authority-vault suite...