From 027d20b02d8ee566279584796af368add082a907 Mon Sep 17 00:00:00 2001 From: welpaolo Date: Thu, 12 Oct 2023 17:15:32 +0200 Subject: [PATCH] [DPE-2741] Prepare stable release (#46) --- rockcraft.yaml | 8 -------- tests/integration/integration-tests.sh | 6 ------ 2 files changed, 14 deletions(-) diff --git a/rockcraft.yaml b/rockcraft.yaml index 0a500900..e18fcfd8 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -119,14 +119,6 @@ parts: echo "DOWNLOAD ERROR: hadoop-aws-${HADOOP_AWS_VERSION}.jar could not be downloaded properly! Exiting...." >&2 exit 1 fi - wget -q "https://github.com/canonical/central-uploader/releases/download/spark-metrics-assembly-3.4-1.0.0/spark-metrics-assembly-3.4-1.0.0.jar" - wget -q "https://github.com/canonical/central-uploader/releases/download/spark-metrics-assembly-3.4-1.0.0/spark-metrics-assembly-3.4-1.0.0.jar.sha512" - echo "`cat spark-metrics-assembly-3.4-1.0.0.jar.sha512`" | sha512sum --check - if [[ $? -ne 0 ]] - then - echo "DOWNLOAD ERROR: spark-metrics-assembly-3.4-1.0.0.jar could not be downloaded properly! Exiting...." >&2 - exit 1 - fi stage: - opt/spark/jars diff --git a/tests/integration/integration-tests.sh b/tests/integration/integration-tests.sh index 312810a3..ae718113 100755 --- a/tests/integration/integration-tests.sh +++ b/tests/integration/integration-tests.sh @@ -365,12 +365,6 @@ echo -e "##################################" (setup_user_admin_context && test_example_job_in_pod_with_templates && cleanup_user_success) || cleanup_user_failure_in_pod -echo -e "########################################" -echo -e "RUN EXAMPLE JOB WITH PROMETHEUS METRICS" -echo -e "########################################" - -(setup_user_admin_context && test_example_job_in_pod_with_metrics && cleanup_user_success) || cleanup_user_failure_in_pod - echo -e "##################################" echo -e "TEARDOWN TEST POD" echo -e "##################################"