Skip to content

Commit

Permalink
add ec2 to osde2e cleanup jobs (#61405)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritmun authored Feb 10, 2025
1 parent 9481974 commit 85641a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci-operator/config/openshift/osde2e/openshift-osde2e-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ tests:
commands: |
export SECRET_LOCATIONS="/usr/local/osde2e-tekton-copy"
/osde2e cleanup --secret-locations ${SECRET_LOCATIONS} --iam --s3 --elastic-ip --dry-run=false --send-cleanup-summary
/osde2e cleanup --secret-locations ${SECRET_LOCATIONS} --ec2 --iam --s3 --elastic-ip --dry-run=false --send-cleanup-summary
container:
clone: true
from: osde2e
Expand All @@ -248,7 +248,7 @@ tests:
commands: |
export SECRET_LOCATIONS="/usr/local/osde2e-common,/usr/local/osde2e-dev"
/osde2e cleanup --secret-locations ${SECRET_LOCATIONS} --iam --s3 --elastic-ip --dry-run=false --send-cleanup-summary
/osde2e cleanup --secret-locations ${SECRET_LOCATIONS} --ec2 --iam --s3 --elastic-ip --dry-run=false --send-cleanup-summary
container:
clone: true
from: osde2e
Expand All @@ -262,7 +262,7 @@ tests:
commands: |
export SECRET_LOCATIONS="/usr/local/osde2e-common,/usr/local/osde2e-hypershift-credentials"
/osde2e cleanup --secret-locations ${SECRET_LOCATIONS} --iam --s3 --elastic-ip --dry-run=false --send-cleanup-summary
/osde2e cleanup --secret-locations ${SECRET_LOCATIONS} --ec2 --iam --s3 --elastic-ip --dry-run=false --send-cleanup-summary
container:
clone: true
from: osde2e
Expand All @@ -276,7 +276,7 @@ tests:
commands: |
export SECRET_LOCATIONS="/usr/local/osde2e-common,/usr/local/osde2e-trt-credentials"
/osde2e cleanup --secret-locations ${SECRET_LOCATIONS} --iam --s3 --elastic-ip --dry-run=false --send-cleanup-summary
/osde2e cleanup --secret-locations ${SECRET_LOCATIONS} --ec2 --iam --s3 --elastic-ip --dry-run=false --send-cleanup-summary
container:
clone: true
from: osde2e
Expand All @@ -290,7 +290,7 @@ tests:
commands: |
export SECRET_LOCATIONS="/usr/local/osde2e-common,/usr/local/osde2e-informing"
/osde2e cleanup --secret-locations ${SECRET_LOCATIONS} --iam --s3 --elastic-ip --dry-run=false --send-cleanup-summary
/osde2e cleanup --secret-locations ${SECRET_LOCATIONS} --ec2 --iam --s3 --elastic-ip --dry-run=false --send-cleanup-summary
container:
clone: true
from: osde2e
Expand Down

0 comments on commit 85641a1

Please sign in to comment.