Skip to content

Commit 10384da

Browse files
authored
Merge pull request #1468 from cloudsufi/GcsCreate-cloudbuildfix
GcsCreate cloudbuild fixes
2 parents 6f3af0b + 094dd63 commit 10384da

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ 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 till pipeline is in running state
43+
Then Wait for pipeline to be in status: "Failed" with a timeout of 240 seconds
44+
Then Open and capture logs
4445
Then Verify the pipeline status is "Failed"
46+
Then Close the pipeline logs
4547

4648
@GCS_CSV_TEST @GCSCreate_Required
4749
Scenario: Verify the pipeline with GCSCreate should not fail on second run when fail if objects exists is false
@@ -60,5 +62,7 @@ Feature: GCSCreate - Verification of GCS Create plugin
6062
Then Wait till pipeline is in running state
6163
Then Verify the pipeline status is "Succeeded"
6264
Then Run the Pipeline in Runtime
63-
Then Wait till pipeline is in running state
64-
Then Verify the pipeline status is "Succeeded"
65+
Then Wait for pipeline to be in status: "Succeeded" with a timeout of 240 seconds
66+
Then Open and capture logs
67+
Then Verify the pipeline status is "Succeeded"
68+
Then Close the pipeline logs

0 commit comments

Comments
 (0)