From 880cbead813241b2ab2d94a5baaa8d6c55b7bc77 Mon Sep 17 00:00:00 2001 From: Benjamin Pelletier Date: Sun, 10 Sep 2023 23:32:43 -0700 Subject: [PATCH] [CI] Rename CI steps (#193) * Rename CI steps * Fix missing exports --- .github/workflows/ci.yml | 14 ++++++-------- .../scripts/test_docker_fully_mocked.sh | 2 -- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d567d6fad..faaf624fcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,27 +48,25 @@ jobs: cd monitoring/mock_uss make test - uss_qualifier_F3411-22a-test: - name: uss_qualifier tests (F3411-22a configuration) + uss_qualifier-test: + name: uss_qualifier tests uses: ./.github/workflows/monitoring-test.yml with: - name: uss_qualifier_F3411-22a + name: uss_qualifier script: | - export RID_VERSION=F3411-22a \ - CONFIG_NAME="" \ + export CONFIG_NAME="" \ USS_QUALIFIER_STOP_FAST=true cd monitoring/uss_qualifier make test uss_qualifier_F3411-19-test: - name: uss_qualifier tests (F3411-19 configuration) + name: uss_qualifier F3411-19 tests uses: ./.github/workflows/monitoring-test.yml with: name: uss_qualifier_F3411-19 script: | - export RID_VERSION=F3411-19 \ - CONFIG_NAME=configurations.dev.netrid_v19 \ + export CONFIG_NAME=configurations.dev.netrid_v19 \ USS_QUALIFIER_STOP_FAST=true cd monitoring/uss_qualifier diff --git a/monitoring/uss_qualifier/scripts/test_docker_fully_mocked.sh b/monitoring/uss_qualifier/scripts/test_docker_fully_mocked.sh index e658d2ebc4..228fd64ad8 100755 --- a/monitoring/uss_qualifier/scripts/test_docker_fully_mocked.sh +++ b/monitoring/uss_qualifier/scripts/test_docker_fully_mocked.sh @@ -50,11 +50,9 @@ echo "=============" make start-locally make start-uss-mocks -RID_VERSION=${RID_VERSION:-"F3411-22a"} CONFIG_NAME=${CONFIG_NAME:-""} echo "Selecting configuration" echo "=============" -echo "RID_VERSION: $RID_VERSION" echo "CONFIG_NAME: $CONFIG_NAME"