Skip to content

Commit 2d19edf

Browse files
committed
GcsCreate cloudbuild fixes
1 parent 6f3af0b commit 2d19edf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/e2e-test/features/gcscreate/GCSCreate.feature

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ Feature: GCSCreate - Verification of GCS Create plugin
4040
Then Wait till pipeline is in running state
4141
Then Verify the pipeline status is "Succeeded"
4242
Then Run the Pipeline in Runtime
43+
Then Wait for pipeline to be in status: "Starting" with a timeout of 120 seconds
4344
Then Wait till pipeline is in running state
45+
Then Open and capture logs
4446
Then Verify the pipeline status is "Failed"
47+
Then Close the pipeline logs
4548

4649
@GCS_CSV_TEST @GCSCreate_Required
4750
Scenario: Verify the pipeline with GCSCreate should not fail on second run when fail if objects exists is false
@@ -60,5 +63,8 @@ Feature: GCSCreate - Verification of GCS Create plugin
6063
Then Wait till pipeline is in running state
6164
Then Verify the pipeline status is "Succeeded"
6265
Then Run the Pipeline in Runtime
66+
Then Wait for pipeline to be in status: "Starting" with a timeout of 120 seconds
6367
Then Wait till pipeline is in running state
64-
Then Verify the pipeline status is "Succeeded"
68+
Then Open and capture logs
69+
Then Verify the pipeline status is "Failed"
70+
Then Close the pipeline logs

0 commit comments

Comments
 (0)