Add the Terratest E2E test work to the CI pipeline #95
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.
What/Why
Working PoC here: https://github.com/defenseunicorns/slash-command-dispatch-test/pull/5
hello
andquote
from the CI pipeline. We have real stuff to put in there now.e2e
to CI pipeline. Run by adding/test e2e
or/test all
to a comment in any PR in this repo (after this gets merged)AWS_ACCESS_KEY_ID_DEFENSEUNICORNS_COMMERCIAL_SA_ZARF
(I created a usersa-zarf
in the commercial AWS account)AWS_SECRET_ACCESS_KEY_DEFENSEUNICORNS_COMMERCIAL_SA_ZARF
REGISTRY1_USERNAME_ROTHANDREW2
(will quickly be replaced by a service account once I get access to the secrets from the Zarf repo in Repo1)REGISTRY1_PASSWORD_ROTHANDREW2
(will quickly be replaced by a service account once I get access to the secrets from the Zarf repo in Repo1)build-cli
Makefile target intoclean
,build-cli-linux
, andbuild-cli-mac
for better efficiency in the pipeline