Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(setup.sh): add skips for non-automated processes #386

Merged
merged 4 commits into from
May 19, 2022
Merged

Conversation

ace-n
Copy link
Contributor

@ace-n ace-n commented May 19, 2022

Setting the stage for future work on automated Delivery testing.

This adds two environment variables to setup.sh:

  • SKIP_AUTH
  • SKIP_TRIGGERS

Setting these environment variables will enable programmatic deployments of Emblem using setup.sh.

@ace-n ace-n requested a review from grayside May 19, 2022 02:27
setup.sh Outdated
project=${OPS_PROJECT}"
echo "Connect your repos: ${REPO_CONNECT_URL}"
python3 -m webbrowser ${REPO_CONNECT_URL}
if [[ -z "${SKIP_REPO_CONNECTION}" ]]; then
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per #364, we need to remove the repo connection steps from setup.sh and make sure script/terraform is updated to take care of things e2e. I assume that means needing to get the new terraform experiment into place.

I think that means: doing this is fine to unblock testing, but we shouldn't spend much time on it as it will be removed in 2-3 weeks.

@ace-n ace-n marked this pull request as ready for review May 19, 2022 20:59
@ace-n ace-n requested a review from a team as a code owner May 19, 2022 20:59
@ace-n ace-n merged commit 34f5be6 into main May 19, 2022
@ace-n ace-n self-assigned this May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants