Skip to content
Snippets Groups Projects
Commit 4faaf19c authored by Raghunandan Netrapalli Madhusudhan's avatar Raghunandan Netrapalli Madhusudhan
Browse files

update optestrunner and gecco url

parent 4fd2ae70
No related branches found
No related tags found
No related merge requests found
Pipeline #72379 pending
......@@ -11,8 +11,8 @@
pipeline {
agent none
parameters {
string(name: 'OPTESTRUNNER_URL', defaultValue: 'https://ci.eclipse.org/openpass/job/opTestrunner/job/add-invocations-random-seed/1/artifact/repo/plugin/optestrunner/dist/pytest_optestrunner-1.1-py3-none-any.whl', description: 'URL to download opTestrunner binaries')
string(name: 'GECCO_URL', defaultValue: 'https://ci.eclipse.org/openpass/job/gecco/view/change-requests/job/MR-4/3/artifact/artifacts/gecco.tar.gz', description: 'URL to download gecco binaries')
string(name: 'OPTESTRUNNER_URL', defaultValue: 'https://download.eclipse.org/openpass/snapshots/opTestrunner/pytest_optestrunner-0.0.1-py3-none-any.whl', description: 'URL to download opTestrunner binaries')
string(name: 'GECCO_URL', defaultValue: 'https://ci.eclipse.org/openpass/job/gecco/job/gecco-release-handling/4/artifact/artifacts/gecco.tar.gz', description: 'URL to download gecco binaries')
string(name: 'GTGEN_CLI_URL', defaultValue: 'https://ci.eclipse.org/openpass/job/GT-Gen-Simulator-PreMerge-Gate/view/tags/job/v11.3.0/lastSuccessfulBuild/artifact/artifacts/gtgen-cli_1.1.0_amd64.deb', description: 'URL to download gtgen cli binaries')
string(name: 'GTGEN_SIM_URL', defaultValue: 'https://ci.eclipse.org/openpass/job/GT-Gen-Simulator-PreMerge-Gate/view/tags/job/v11.3.0/lastSuccessfulBuild/artifact/artifacts/gtgen-simulator_11.3.0_amd64.deb', description: 'URL to download gtgen simulator binaries')
}
......
......@@ -30,7 +30,7 @@ if [[ -z "${GECCO_DIR}" ]]; then
GECCO_DIR is ${GECCO_DIR}"
fi
GTGEN_VERSION="add-new-commandline-parameters"
GTGEN_VERSION="main"
GTGEN_CLI_PATH="$GTGEN_DIR/gt-gen-simulator-${GTGEN_VERSION}/bazel-out/k8-opt/bin/Cli"
venv_python_executable="${OP_REPO_DIR}/.env/bin/python3"
......@@ -53,4 +53,4 @@ mkdir -p "$SCRIPT_DIR"/../../../../dist/opSimulation || exit 1
cp -r "${GTGEN_CLI_PATH}"/artifacts "$SCRIPT_DIR"/../../../../dist/opSimulation || exit 1
cp -r "${GTGEN_CLI_PATH}"/testreport "$SCRIPT_DIR"/../../../../dist/opSimulation || exit 1
exit $exit_code
\ No newline at end of file
exit $exit_code
......@@ -27,7 +27,7 @@ rm -rf -- * || { echo "Failed to clean $GTGEN_DIR directory"; exit 1; }
bazel --version || { echo "Unable to run bazel"; exit 1; }
# ToDo: Make it generic
GTGEN_VERSION="add-new-commandline-parameters"
GTGEN_VERSION="main"
GTGEN_URL="https://gitlab.eclipse.org/eclipse/openpass/gt-gen-simulator/-/archive/${GTGEN_VERSION}/gt-gen-simulator-${GTGEN_VERSION}.tar.gz"
GTGEN_CLI_PATH="$GTGEN_DIR/gt-gen-simulator-${GTGEN_VERSION}/bazel-out/k8-opt/bin/Cli"
CACHEDIR=$GTGEN_DIR
......@@ -64,4 +64,4 @@ download_and_build_gtgen() {
show_version
}
download_and_build_gtgen
\ No newline at end of file
download_and_build_gtgen
......@@ -32,8 +32,8 @@ fi
mkdir -p "$SCRIPT_DIR/../../../../artifacts" || exit 1
mkdir -p "$SCRIPT_DIR"/../../../../artifacts/config_output || exit 1
GTGEN_VERSION="add-new-commandline-parameters"
GTGEN_VERSION="main"
GTGEN_CLI_PATH="$GTGEN_DIR/gt-gen-simulator-${GTGEN_VERSION}/bazel-out/k8-opt/bin/Cli"
CONFIGS_PATH="$OP_REPO_DIR/sim/contrib/examples/Common"
"${GTGEN_CLI_PATH}/gtgen_cli" -t 100 -s Scenario.xosc -d "${CONFIGS_PATH}" || exit 1;
\ No newline at end of file
"${GTGEN_CLI_PATH}/gtgen_cli" -t 100 -s Scenario.xosc -d "${CONFIGS_PATH}" || exit 1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment