From eba17a166d983fb7d6731112afbee308f410d499 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 19 Oct 2018 13:30:23 -0700 Subject: [PATCH] cluster-launch-installer-e2e: Log the installer version Make it easier for folks to figure out which version of the installer was used for a particular run. --- .../openshift/installer/cluster-launch-installer-e2e.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml index 44536203bbaef..93282bb78bd04 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml @@ -248,6 +248,7 @@ objects: trap 'CHILDREN=$(jobs -p); if test -n "${CHILDREN}"; then kill ${CHILDREN}; fi' TERM export _CI_ONLY_STAY_AWAY_OPENSHIFT_INSTALL_AWS_USER_TAGS="{\"expirationDate\": \"$(date -d '4 hours' --iso=minutes --utc)\"}" + /bin/openshift-install version >/tmp/artifacts/installer/version /bin/openshift-install --dir=/tmp/artifacts/installer --log-level=debug cluster & wait