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

UID2-3783 Add steps for eks e2e test #117

Merged
merged 27 commits into from
Aug 15, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fc3cc68
Add steps for eks e2e test
cYKatherine Aug 12, 2024
5cb654a
Ignore .key
cYKatherine Aug 12, 2024
40fe812
Apply yaml files on eks cluster
cYKatherine Aug 12, 2024
2754bb8
Update condition for bringing up bore
cYKatherine Aug 12, 2024
cad9595
Update start_eks_operator inputs
cYKatherine Aug 12, 2024
11584f9
Use kcc-UID2-3783-e2e-test-for-eks for shared-action repo
cYKatherine Aug 12, 2024
b2ba8e6
Update path for prepare_eks_deployment_files.sh
cYKatherine Aug 12, 2024
91f3f5a
Add ls for debugging
cYKatherine Aug 12, 2024
9b22319
Update path for deployment-files
cYKatherine Aug 12, 2024
c102e61
Update debugging command
cYKatherine Aug 12, 2024
3bfb4a1
Update path for deployment files
cYKatherine Aug 12, 2024
fdd9d9d
Remove unnecessary EKS action
cYKatherine Aug 12, 2024
9f6ea8c
Add logic to create secret in k8
cYKatherine Aug 13, 2024
72441ed
Update secret.json path
cYKatherine Aug 13, 2024
247049e
Add steps to Set up kubernetes context
cYKatherine Aug 13, 2024
10f6e85
Update value for replacing
cYKatherine Aug 13, 2024
b5173ce
Add admin_root
cYKatherine Aug 13, 2024
8cfbd33
Sleep 600 for testing
cYKatherine Aug 13, 2024
b584607
Add action to prepare for EKS metadata
cYKatherine Aug 13, 2024
52399a4
Remove localstack bore url for GCP
cYKatherine Aug 13, 2024
ecc44b1
Update proper aws_pcr0
cYKatherine Aug 13, 2024
d916bcf
Add steps for stopping EKS operator
cYKatherine Aug 13, 2024
0bac735
Update description for EKS operator
cYKatherine Aug 13, 2024
2961ba1
Update custom branch inputs
cYKatherine Aug 13, 2024
cece400
Update eks_pcr0 input
cYKatherine Aug 13, 2024
79ec51b
Revert kcc-UID2-3783-e2e-test-for-eks to v3
cYKatherine Aug 15, 2024
a7a3bec
Remove test sleep
cYKatherine Aug 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update start_eks_operator inputs
cYKatherine committed Aug 14, 2024

Verified

This commit was signed with the committer’s verified signature.
fadeev Denis Fadeev
commit cad9595b2c7026cb9b35ca6e1c393ccda39a1b4f
4 changes: 0 additions & 4 deletions .github/workflows/shared-run-e2e-tests.yaml
Original file line number Diff line number Diff line change
@@ -260,11 +260,7 @@ jobs:
bore_url_core: ${{ steps.bore.outputs.BORE_URL_CORE }}
bore_url_optout: ${{ steps.bore.outputs.BORE_URL_OPTOUT }}
bore_url_localstack: ${{ steps.bore.outputs.BORE_URL_LOCALSTACK }}
aws_region: ${{ inputs.aws_region }}
aws_ami: ${{ inputs.aws_ami }}
image_hash: ${{ steps.prepare_aws_metadata.outputs.image_hash }}
identity_scope: ${{ inputs.uid2_e2e_identity_scope }}
operator_key: ${{ steps.prepare_aws_metadata.outputs.operator_key }}
operator_image_version: ${{ inputs.operator_image_version }}
operator_root: ${{ inputs.operator_root }}

9 changes: 0 additions & 9 deletions actions/start_eks_operator/action.yaml
Original file line number Diff line number Diff line change
@@ -11,15 +11,6 @@ inputs:
bore_url_localstack:
description: The bore URL for localstack service
required: true
aws_region:
description: The AWS region [us-east-1, us-west-1, ca-central-1, eu-central-1]
required: true
aws_ami:
description: The AWS AMI ID
required: true
image_hash:
description: The operator image hash
required: true
identity_scope:
description: The identity scope [UID2, EUID]
required: true