From b8c3e863c09ac76d44838e6a6486ea768808c3f6 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Mon, 29 Aug 2022 17:41:12 +0900 Subject: [PATCH] Update CI script to generate 4.11 config (#1221) --- openshift/ci-operator/update-ci.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openshift/ci-operator/update-ci.sh b/openshift/ci-operator/update-ci.sh index d8a6ad20146a..128b0f50965f 100755 --- a/openshift/ci-operator/update-ci.sh +++ b/openshift/ci-operator/update-ci.sh @@ -44,7 +44,9 @@ $CURDIR/generate-ci-config.sh knative-$VERSION 4.6 true false > ${CONFIG}__46.ya $CURDIR/generate-ci-config.sh knative-$VERSION 4.7 true false > ${CONFIG}__47.yaml $CURDIR/generate-ci-config.sh knative-$VERSION 4.8 true false > ${CONFIG}__48.yaml $CURDIR/generate-ci-config.sh knative-$VERSION 4.9 true false > ${CONFIG}__49.yaml -$CURDIR/generate-ci-config.sh knative-$VERSION 4.10 false true > ${CONFIG}__410.yaml +$CURDIR/generate-ci-config.sh knative-$VERSION 4.10 true false > ${CONFIG}__410.yaml +$CURDIR/generate-ci-config.sh knative-$VERSION 4.11 true false > ${CONFIG}__411-tls.yaml +$CURDIR/generate-ci-config.sh knative-$VERSION 4.11 false true > ${CONFIG}__411.yaml # Append missing lines to the mirror file. if [[ "$VERSION" != "next" ]]; then @@ -92,7 +94,7 @@ RERUN_MAKE=false if [[ "$VERSION" != "next" ]]; then stage "Adding reporter_config to periodics" # These version MUST match the ocp version we used above - for OCP_VERSION in 49 410; do + for OCP_VERSION in 411; do JOB="periodic-ci-openshift-knative-serving-release-${VERSION}-${OCP_VERSION}-e2e-aws-ocp-${OCP_VERSION}-continuous" if [[ $(sed -n "/ name: $JOB/ r $TMPDIR/reporterConfig" "$PERIODIC_CONFIG") ]]; then sed -i "/ name: $JOB/ r $TMPDIR/reporterConfig" "$PERIODIC_CONFIG"