Skip to content

Commit

Permalink
Enable e2e tests for azure and gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Feb 22, 2024
1 parent 86b0d08 commit 878e1ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish-azure-cc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ on:
description: If set, the version number will not be incremented and the given number will be used.
type: string
default: ''
skip_e2e_test:
description: If true, will skip the step for E2E tests
type: boolean
default: false
workflow_call:
inputs:
release_type:
Expand All @@ -29,10 +25,6 @@ on:
description: If set, the version number will not be incremented and the given number will be used.
type: string
default: ''
skip_e2e_test:
description: If true, will skip the step for E2E tests
type: boolean
default: false

outputs:
image_tag:
Expand Down Expand Up @@ -253,7 +245,6 @@ jobs:
e2e:
name: E2E
uses: ./.github/workflows/run-e2e-tests-on-operator.yaml
if: ${{ inputs.skip_e2e_test == 'false' }}
needs: buildImage
with:
operator_type: azure
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/publish-gcp-oidc-enclave-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ on:
description: If set, the version number will not be incremented and the given number will be used.
type: string
default: ''
skip_e2e_test:
description: If true, will skip the step for E2E tests
type: boolean
default: false
workflow_call:
inputs:
release_type:
Expand All @@ -29,10 +25,6 @@ on:
description: If set, the version number will not be incremented and the given number will be used.
type: string
default: ''
skip_e2e_test:
description: If true, will skip the step for E2E tests
type: boolean
default: false

outputs:
image_tag:
Expand Down Expand Up @@ -290,7 +282,6 @@ jobs:
e2e:
name: E2E
uses: ./.github/workflows/run-e2e-tests-on-operator.yaml
if: ${{ inputs.skip_e2e_test == 'false' }}
needs: buildImage
with:
operator_type: gcp
Expand Down

0 comments on commit 878e1ca

Please sign in to comment.