Skip to content

Commit 3e58195

Browse files
authored
Change orion tests to work on upstream (#80739)
* Change orion tests to work on upstream Signed-off-by: Eran Ifrach <eifrach@redhat.com> * add viz reports Signed-off-by: Eran Ifrach <eifrach@redhat.com> --------- Signed-off-by: Eran Ifrach <eifrach@redhat.com>
1 parent 8cf29fe commit 3e58195

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__orion-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests:
3636
ORION_CONFIG: https://raw.githubusercontent.com/abraham2512/orion-configs/refs/heads/main/pod-level-avg-change-point.yaml
3737
OUTPUT_FORMAT: JUNIT
3838
RUN_ORION: "true"
39-
TAG: fix-tags
39+
TAG: main
4040
VERSION: "4.20"
4141
workflow: telcov10n-orion
4242
- as: e2e-telcov10n-orion-ptp

ci-operator/step-registry/telcov10n/orion/tests/telcov10n-orion-tests-commands.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ set +e
103103
set -o pipefail
104104
echo "Start orion test"
105105
FILENAME=$(echo $CONFIG | awk -F/ '{print $2}' | awk -F. '{print $1}')
106-
orion --config ${CONFIG} --es-server=${ES_SERVER} --benchmark-index=${ES_METADATA_INDEX} --metadata-index=${ES_METADATA_INDEX} ${EXTRA_FLAGS} | tee ${ARTIFACT_DIR}/$FILENAME.txt
106+
orion --config ${CONFIG} --es-server=${ES_SERVER} --benchmark-index=${ES_METADATA_INDEX} --metadata-index=${ES_METADATA_INDEX} ${EXTRA_FLAGS} --viz | tee ${ARTIFACT_DIR}/$FILENAME.txt
107107
orion_exit_status=$?
108108
set -e
109109

110110
if [ ${OUTPUT_FORMAT} == "JUNIT" ]; then
111-
cp *.csv *.xml ${ARTIFACT_DIR}/
111+
cp *.csv *.xml *.html ${ARTIFACT_DIR}/
112112
fi
113113

114114
exit $orion_exit_status

ci-operator/step-registry/telcov10n/orion/tests/telcov10n-orion-tests-ref.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ref:
77
# cli: latest
88
env:
99
- name: ORION_REPO
10-
default: "https://github.com/abraham2512/orion.git"
10+
default: "https://github.com/cloud-bulldozer/orion.git"
1111
documentation: |-
1212
Override the e2e version
1313
- name: TAG

0 commit comments

Comments
 (0)