Skip to content

Commit 335d54c

Browse files
committed
update the e2e run
1 parent 7a433c0 commit 335d54c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/publish-all-operators.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@ on:
2323
release_branch:
2424
required: true
2525
type: string
26+
release_type:
27+
type: choice
28+
description: The type of release
29+
options:
30+
- Patch
31+
- Minor
32+
- Major
33+
- Snapshot
34+
vulnerability_severity:
35+
description: The severity to fail the workflow if such vulnerability is detected. DO NOT override it unless a Jira ticket is raised.
36+
type: choice
37+
options:
38+
- CRITICAL,HIGH
39+
- CRITICAL,HIGH,MEDIUM
40+
- CRITICAL (DO NOT use if JIRA ticket not raised)
2641
schedule:
2742
- cron: "0 0 * * *"
2843

.github/workflows/publish-gcp-oidc-enclave-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
236236
e2e:
237237
name: E2E
238-
uses: ./.github/workflows/run-e2e-tests-on-operator.yaml
238+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@v3
239239
needs: buildImage
240240
with:
241241
operator_type: gcp

0 commit comments

Comments
 (0)