mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: do not upload terraform logs (#2554)
This commit is contained in:
parent
813405f080
commit
76d7d30245
16
.github/actions/upload_terraform_logs/action.yml
vendored
16
.github/actions/upload_terraform_logs/action.yml
vendored
@ -1,16 +0,0 @@
|
||||
name: Upload Terraform logs
|
||||
description: "Upload the Terraform log file as an artifact."
|
||||
|
||||
inputs:
|
||||
artifactNameSuffix:
|
||||
description: "Name suffix for the created artifact."
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
|
||||
with:
|
||||
name: terraform-logs-${{ inputs.artifactNameSuffix }}
|
||||
path: terraform.log
|
6
.github/workflows/e2e-test-daily.yml
vendored
6
.github/workflows/e2e-test-daily.yml
vendored
@ -108,12 +108,6 @@ jobs:
|
||||
azureCredentials: ${{ secrets.AZURE_E2E_IAM_CREDENTIALS }}
|
||||
gcpServiceAccount: "constellation-iam-e2e@constellation-331613.iam.gserviceaccount.com"
|
||||
|
||||
- name: Always upload Terraform logs
|
||||
if: always()
|
||||
uses: ./.github/actions/upload_terraform_logs
|
||||
with:
|
||||
artifactNameSuffix: ${{ steps.e2e_test.outputs.namePrefix }}
|
||||
|
||||
- name: Notify about failure
|
||||
if: |
|
||||
failure() &&
|
||||
|
6
.github/workflows/e2e-test-release.yml
vendored
6
.github/workflows/e2e-test-release.yml
vendored
@ -248,12 +248,6 @@ jobs:
|
||||
azureCredentials: ${{ secrets.AZURE_E2E_IAM_CREDENTIALS }}
|
||||
gcpServiceAccount: "constellation-iam-e2e@constellation-331613.iam.gserviceaccount.com"
|
||||
|
||||
- name: Always upload Terraform logs
|
||||
if: always()
|
||||
uses: ./.github/actions/upload_terraform_logs
|
||||
with:
|
||||
artifactNameSuffix: ${{ steps.e2e_test.outputs.namePrefix }}
|
||||
|
||||
e2e-upgrade:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
6
.github/workflows/e2e-test-weekly.yml
vendored
6
.github/workflows/e2e-test-weekly.yml
vendored
@ -283,12 +283,6 @@ jobs:
|
||||
provider: ${{ matrix.provider }}
|
||||
selfManagedInfra: ${{ matrix.selfManagedInfra == 'true' }}
|
||||
|
||||
- name: Always upload Terraform logs
|
||||
if: always()
|
||||
uses: ./.github/actions/upload_terraform_logs
|
||||
with:
|
||||
artifactNameSuffix: ${{ steps.e2e_test.outputs.namePrefix }}
|
||||
|
||||
e2e-upgrade:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
6
.github/workflows/e2e-test.yml
vendored
6
.github/workflows/e2e-test.yml
vendored
@ -285,9 +285,3 @@ jobs:
|
||||
cloudProvider: ${{ inputs.cloudProvider }}
|
||||
azureCredentials: ${{ secrets.AZURE_E2E_IAM_CREDENTIALS }}
|
||||
gcpServiceAccount: "constellation-iam-e2e@constellation-331613.iam.gserviceaccount.com"
|
||||
|
||||
- name: Always upload Terraform logs
|
||||
if: always()
|
||||
uses: ./.github/actions/upload_terraform_logs
|
||||
with:
|
||||
artifactNameSuffix: ${{ steps.e2e_test.outputs.namePrefix }}
|
||||
|
6
.github/workflows/e2e-upgrade.yml
vendored
6
.github/workflows/e2e-upgrade.yml
vendored
@ -298,12 +298,6 @@ jobs:
|
||||
azureCredentials: ${{ secrets.AZURE_E2E_IAM_CREDENTIALS }}
|
||||
gcpServiceAccount: "constellation-iam-e2e@constellation-331613.iam.gserviceaccount.com"
|
||||
|
||||
- name: Always upload Terraform logs
|
||||
if: always()
|
||||
uses: ./.github/actions/upload_terraform_logs
|
||||
with:
|
||||
artifactNameSuffix: ${{ steps.e2e_test.outputs.namePrefix }}
|
||||
|
||||
- name: Notify about failure
|
||||
if: |
|
||||
failure() &&
|
||||
|
Loading…
Reference in New Issue
Block a user