Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Remove useless polarion upgrade testrun suffix #1924

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
1 change: 0 additions & 1 deletion scripts/satellite6-betelgeuse-test-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ TEST_RUN_GROUP_ID="$(echo ${TEST_RUN_ID} | cut -d' ' -f2)"
# Prepare the XML files

if [[ "${TEST_RUN_ID}" = *"upgrade"* ]]; then
TEST_RUN_ID="${TEST_RUN_ID} - Upgrade"
Copy link
Contributor Author

@lpramuk lpramuk Apr 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It already contains upgrade so put addition Upgrade yet for double portion of Upgrades :-D

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure that the polarion reports used by mgmt aren't dependent on that testrun ID pattern

# All tiers result upload
for run in parallel sequential; do
betelgeuse ${TOKEN_PREFIX} test-run \
Expand Down