Skip to content

Commit

Permalink
Merge pull request #1468 from cloudsufi/GcsCreate-cloudbuildfix
Browse files Browse the repository at this point in the history
GcsCreate cloudbuild fixes
  • Loading branch information
psainics authored Dec 6, 2024
2 parents 6f3af0b + 094dd63 commit 10384da
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/e2e-test/features/gcscreate/GCSCreate.feature
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ Feature: GCSCreate - Verification of GCS Create plugin
Then Wait till pipeline is in running state
Then Verify the pipeline status is "Succeeded"
Then Run the Pipeline in Runtime
Then Wait till pipeline is in running state
Then Wait for pipeline to be in status: "Failed" with a timeout of 240 seconds
Then Open and capture logs
Then Verify the pipeline status is "Failed"
Then Close the pipeline logs

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

0 comments on commit 10384da

Please sign in to comment.