From 2d5b7a9ef34c5e73a74bb57019c95a3ba45290c5 Mon Sep 17 00:00:00 2001 From: Nikolay Gorbatov Date: Tue, 2 Apr 2024 10:22:31 +0300 Subject: [PATCH] + Signed-off-by: Nikolay Gorbatov --- .github/scripts/js/ci.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/scripts/js/ci.js b/.github/scripts/js/ci.js index 2f60b7973d..6ff8e752a7 100644 --- a/.github/scripts/js/ci.js +++ b/.github/scripts/js/ci.js @@ -488,7 +488,7 @@ const setCRIAndVersionsFromLabels = ({ core, labels }) => { } if (cri.length === 0) { const defaultCRI = e2eDefaults.criName.toLowerCase(); - core.info(`No 'e2e/use/cri' labels found. Will run e2e with default cri=${defaultCRI}.`); + core.info(`Will run e2e with default cri=${defaultCRI}.`); cri = [defaultCRI]; } core.endGroup(); @@ -1184,8 +1184,6 @@ You can trigger release related actions by commenting on this issue: - \`provider\` is one of \`${availableProviders}\` - \`git_ref_1\` is a release-* or main branch - \`git_ref_2\` is a release-* or main branch -- \`/e2e/use/cri/\` specifies which CRI to use for e2e test. - - \`cri_name\` is one of \`${availableCRI}\` - \`/e2e/use/k8s/\` specifies which Kubernetes version to use for e2e test. - \`version\` is one of \`${availableKubernetesVersions}\` - \`/build git_ref\` will run build for release related refs.