Enable ci integration test#54
Closed
alicefr wants to merge 9 commits intotrusted-execution-clusters:mainfrom
Closed
Enable ci integration test#54alicefr wants to merge 9 commits intotrusted-execution-clusters:mainfrom
alicefr wants to merge 9 commits intotrusted-execution-clusters:mainfrom
Conversation
Only run the unit tests since the integration tests require a cluster to be created and configured. Signed-off-by: Alice Frosi <afrosi@redhat.com>
Signed-off-by: Alice Frosi <afrosi@redhat.com>
The trustee address should be set by the cloud admin while the manifests will be part of the release. Also run rustfmt and fixing minor formatting issues. Signed-off-by: Alice Frosi <afrosi@redhat.com>
Set the owner reference for the image-pcrs in the config maps. In this way, if the cocl cr is deleted, the configmap is cleaned up as well. Signed-off-by: Alice Frosi <afrosi@redhat.com>
* Each test suite runs in its own Kubernetes namespace to avoid conflicts. * Introduced a common module for managing test namespaces and resources. * Added two integration tests: * Verifies that creating a CoCL CR also creates the ConfigMap used for PCR calculation. * Ensures that deleting the CoCL CR cleans up the associated ConfigMap. Signed-off-by: Alice Frosi <afrosi@redhat.com>
Signed-off-by: Alice Frosi <afrosi@redhat.com>
Setting -x for the cluster creation for better debuggability on the ci. Signed-off-by: Alice Frosi <afrosi@redhat.com>
Source isn't recognized as command by the github actions. Signed-off-by: Alice Frosi <afrosi@redhat.com>
Signed-off-by: Alice Frosi <afrosi@redhat.com>
Contributor
Author
|
We need to create a new CI setup not relying on github action for the integration tests. |
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.
Add github action to run the integration tests, if in the end we decide to use the github action