UID2-3783 Add steps for eks e2e test#117
Merged
cYKatherine merged 27 commits intomainfrom Aug 15, 2024
Merged
Conversation
ee046a3 to
c7c9b5e
Compare
cYKatherine
commented
Aug 13, 2024
| type: string | ||
| default: main | ||
| core_branch: | ||
| branch_core: |
Contributor
Author
There was a problem hiding this comment.
Have to merge these inputs together as github has a limit of 10 inputs. See https://github.com/IABTechLab/uid2-operator/pull/889/files
cYKatherine
commented
Aug 13, 2024
| uses: actions/checkout@v4 | ||
| with: | ||
| ref: v2 | ||
| ref: kcc-UID2-3783-e2e-test-for-eks |
Contributor
Author
There was a problem hiding this comment.
Revert before merging
cYKatherine
commented
Aug 13, 2024
| echo "uid2_e2e_phone_support=false" >> ${GITHUB_OUTPUT} | ||
| fi | ||
|
|
||
| - name: Test |
Contributor
Author
There was a problem hiding this comment.
This is for debugging purpose, make it sleep for 10 mins so that I can check if deployment is successful. Will revert before merging.
cYKatherine
commented
Aug 13, 2024
| description: The operator key | ||
| required: true | ||
|
|
||
| # outputs: |
Contributor
Author
There was a problem hiding this comment.
Leave this for future case
cYKatherine
commented
Aug 13, 2024
| bore_url_optout: | ||
| description: The bore URL for optout service | ||
| required: true | ||
| bore_url_localstack: |
Contributor
Author
There was a problem hiding this comment.
This is not used, removed in GCP
cody-constine-ttd
approved these changes
Aug 13, 2024
|
|
||
| jq_string_update ${SECRET_JSON_FILE} core_base_url "http://${BORE_URL_CORE}" | ||
| jq_string_update ${SECRET_JSON_FILE} optout_base_url "http://${BORE_URL_OPTOUT}" | ||
| jq_string_update ${SECRET_JSON_FILE} api_token "${OPERATOR_KEY}" |
thomasm-ttd
approved these changes
Aug 14, 2024
13e96df to
292611b
Compare
292611b to
cece400
Compare
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.
Please review these two PRs together:
Checked working:

