Skip to content

Commit

Permalink
GcsCreate cloudbuild fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitCLI committed Dec 6, 2024
1 parent 6f3af0b commit bc9dedc
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 "Failed"
Then Close the pipeline logs

0 comments on commit bc9dedc

Please sign in to comment.