Skip to content

Commit

Permalink
Merge pull request #1761 from wking/installer-expiration-date-v2
Browse files Browse the repository at this point in the history
cluster-launch-installer-e2e: Start setting expirationDate again
  • Loading branch information
openshift-merge-robot authored Oct 4, 2018
2 parents 31c535c + b20d571 commit 433c45e
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,12 @@ objects:
- name: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE
value: ${RELEASE_IMAGE_LATEST}
command:
- /bin/openshift-install
- --dir=/tmp/artifacts/installer
- --log-level=debug
- cluster
- /bin/sh
- -c
- |
#!/bin/sh
export _CI_ONLY_STAY_AWAY_OPENSHIFT_INSTALL_AWS_USER_TAGS="{\"expirationDate\": \"$(date -d '4 hours' --iso=minutes --utc)\"}"
exec /bin/openshift-install --dir=/tmp/artifacts/installer --log-level=debug cluster
# Performs cleanup of all created resources
- name: teardown
Expand Down

0 comments on commit 433c45e

Please sign in to comment.