-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
test-cli-e2e-aws
committed
Dec 5, 2024
1 parent
ffa7b8a
commit f408154
Showing
2 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,10 +43,6 @@ jobs: | |
aws-region: eu-west-1 | ||
role-to-assume: arn:aws:iam::911167907168:role/GitHubAction-AssumeRoleWithAction | ||
role-session-name: GitHub_to_AWS_via_FederatedOIDC | ||
- uses: mcblair/[email protected] | ||
with: | ||
role-arn: arn:aws:iam::911167907168:role/GitHubAction-AssumeRoleWithAction | ||
profile-name: aws-nuke | ||
- name: Store test timestamp | ||
run: echo "TIMESTAMP=$(date +'%s')" >> $GITHUB_ENV | ||
- name: Setup test repository SSH key | ||
|
@@ -79,8 +75,8 @@ jobs: | |
plural version | ||
- name: Print Terraform version | ||
run: terraform --version | ||
- name: Print Google Cloud CLI version | ||
run: gcloud --version | ||
- name: Print AWS CLI version | ||
run: aws --version | ||
- name: Create kube directory | ||
run: | | ||
mkdir -p $HOME/.kube | ||
|
@@ -248,7 +244,7 @@ jobs: | |
- file: ${{ env.TESTOUT_PATH }}/test_results.html | ||
filename: rest_results.html | ||
plural-up-azure: | ||
# if: false | ||
if: false | ||
name: plural up / Azure | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
This file contains 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