diff --git a/.github/workflows/test-eks.yaml b/.github/workflows/test-eks.yaml index de0ef9100..88bfd9a0d 100644 --- a/.github/workflows/test-eks.yaml +++ b/.github/workflows/test-eks.yaml @@ -45,14 +45,14 @@ jobs: with: terraform_version: "1.5.7" - - name: Create UDS Core Package - run: ZARF_ARCHITECTURE=amd64 uds run -f tasks/create.yaml standard-package + # - name: Create UDS Core Package + # run: ZARF_ARCHITECTURE=amd64 uds run -f tasks/create.yaml standard-package - - name: Create Bundle - run: uds create .github/bundles --confirm + # - name: Create Bundle + # run: uds create .github/bundles --confirm - - name: Create Cluster - run: uds run -f tasks/iac.yaml create-cluster + # - name: Create Cluster + # run: uds run -f tasks/iac.yaml create-cluster - name: Create IAC env: @@ -64,25 +64,25 @@ jobs: TF_VAR_PERMISSIONS_BOUNDARY_NAME: $UDS_PERMISSIONS_BOUNDARY_NAME run: uds run -f tasks/iac.yaml create-iac - - name: Deploy Bundle - env: - UDS_CONFIG: .github/bundles/uds-config.yaml - run: uds deploy .github/bundles/uds-bundle-uds-core-eks-nightly-*.tar.zst --confirm + # - name: Deploy Bundle + # env: + # UDS_CONFIG: .github/bundles/uds-config.yaml + # run: uds deploy .github/bundles/uds-bundle-uds-core-eks-nightly-*.tar.zst --confirm - - name: Remove UDS Core - if: always() - run: uds remove .github/bundles/uds-bundle-uds-core-eks-*.tar.zst --confirm - timeout-minutes: 30 - continue-on-error: true + # - name: Remove UDS Core + # if: always() + # run: uds remove .github/bundles/uds-bundle-uds-core-eks-*.tar.zst --confirm + # timeout-minutes: 30 + # continue-on-error: true - - name: Remove IAC - if: always() - run: uds run -f tasks/iac.yaml destroy-iac - timeout-minutes: 30 - continue-on-error: true + # - name: Remove IAC + # if: always() + # run: uds run -f tasks/iac.yaml destroy-iac + # timeout-minutes: 30 + # continue-on-error: true - - name: Teardown EKS cluster - if: always() - run: uds run -f tasks/iac.yaml destroy-cluster - timeout-minutes: 30 - continue-on-error: true + # - name: Teardown EKS cluster + # if: always() + # run: uds run -f tasks/iac.yaml destroy-cluster + # timeout-minutes: 30 + # continue-on-error: true diff --git a/tasks/iac.yaml b/tasks/iac.yaml index 6073cfcaf..856854485 100644 --- a/tasks/iac.yaml +++ b/tasks/iac.yaml @@ -76,8 +76,8 @@ tasks: - name: create-iac actions: - task: apply-terraform - - task: terraform-outputs - - task: create-uds-config + # - task: terraform-outputs + # - task: create-uds-config - name: destroy-iac actions: @@ -88,6 +88,7 @@ tasks: - cmd: echo ${STATE_KEY} | sed 's/\.tfstate/-buckets.tfstate/g' setVariables: - name: BUCKETS_STATE_KEY + - cmd: echo ${BUCKETS_STATE_KEY} - cmd: | terraform init -force-copy \ -backend-config="bucket=${STATE_BUCKET_NAME}" \ @@ -95,7 +96,7 @@ tasks: -backend-config="region=${REGION}" \ -backend-config="dynamodb_table=${STATE_DYNAMODB_TABLE_NAME}" - terraform apply -auto-approve + # terraform apply -auto-approve dir: .github/test-infra/buckets-iac - name: terraform-outputs