Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/assets/common_versions.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ export BREW_LREL_RELEASE_VERSION

# Branch and commit for the openshift-tests-private repository
OPENSHIFT_TESTS_PRIVATE_REPO_BRANCH="release-4.${{MINOR_VERSION}}"
OPENSHIFT_TESTS_PRIVATE_REPO_COMMIT="61613d96c91db7b2907c24dd257075d3f2201991"
OPENSHIFT_TESTS_PRIVATE_REPO_COMMIT="b28bd22e0778a177887dfafe556c61ab354e9bfe"
export OPENSHIFT_TESTS_PRIVATE_REPO_BRANCH
export OPENSHIFT_TESTS_PRIVATE_REPO_COMMIT
4 changes: 2 additions & 2 deletions test/bin/common_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export RHOCP_MINOR_Y_BETA

# The 'rhocp_minor_y' variable should be the previous minor version number, if
# the previous release is available through the 'rhocp' stream, otherwise empty.
RHOCP_MINOR_Y1="20"
RHOCP_MINOR_Y1=20
# The beta repository, containing dependencies, should point to the
# OpenShift mirror URL. The mirror for previous release should always
# be available.
Expand Down Expand Up @@ -164,6 +164,6 @@ export BREW_LREL_RELEASE_VERSION

# Branch and commit for the openshift-tests-private repository
OPENSHIFT_TESTS_PRIVATE_REPO_BRANCH="release-4.${MINOR_VERSION}"
OPENSHIFT_TESTS_PRIVATE_REPO_COMMIT="61613d96c91db7b2907c24dd257075d3f2201991"
OPENSHIFT_TESTS_PRIVATE_REPO_COMMIT="b28bd22e0778a177887dfafe556c61ab354e9bfe"
export OPENSHIFT_TESTS_PRIVATE_REPO_BRANCH
export OPENSHIFT_TESTS_PRIVATE_REPO_COMMIT
3 changes: 0 additions & 3 deletions test/bin/scenario.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1197,9 +1197,6 @@ run_ginkgo_tests() {
echo "Running Ginkgo tests with MicroShift filter..."
fi

echo "----------------Remove 62738 test case---------------"
sed -i "/62738/d" "${case_selected}"
echo "-----------------------------------------------------"
echo "------------------Selected test cases------------------"
cat "${case_selected}"
echo "-----------------------------------------------------"
Expand Down