Skip to content

Commit

Permalink
[CI] Rename CI steps (interuss#193)
Browse files Browse the repository at this point in the history
* Rename CI steps

* Fix missing exports
  • Loading branch information
BenjaminPelletier authored Sep 11, 2023
1 parent 7cdd957 commit 880cbea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions monitoring/uss_qualifier/scripts/test_docker_fully_mocked.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit 880cbea

Please sign in to comment.