Skip to content
Snippets Groups Projects
Commit 425f2e71 authored by Sam Kagan's avatar Sam Kagan
Browse files

Added PACKAGE_NAME to CI config for test reports

parent 794e9500
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1649Show unit test reports in Gitlab
...@@ -62,6 +62,7 @@ build carta envoy: ...@@ -62,6 +62,7 @@ build carta envoy:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/executables/pexable/carta_envoy" PACKAGE_PATH: "apps/cli/executables/pexable/carta_envoy"
PACKAGE_NAME: "carta_envoy"
extends: .build-package extends: .build-package
build casa envoy: build casa envoy:
...@@ -69,6 +70,7 @@ build casa envoy: ...@@ -69,6 +70,7 @@ build casa envoy:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/executables/pexable/casa_envoy" PACKAGE_PATH: "apps/cli/executables/pexable/casa_envoy"
PACKAGE_NAME: "casa_envoy"
extends: .build-package extends: .build-package
build core sampler: build core sampler:
...@@ -76,6 +78,7 @@ build core sampler: ...@@ -76,6 +78,7 @@ build core sampler:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/utilities/core_sampler" PACKAGE_PATH: "apps/cli/utilities/core_sampler"
PACKAGE_NAME: "core_sampler"
extends: .build-package extends: .build-package
build conveyor: build conveyor:
...@@ -83,6 +86,7 @@ build conveyor: ...@@ -83,6 +86,7 @@ build conveyor:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/executables/pexable/conveyor" PACKAGE_PATH: "apps/cli/executables/pexable/conveyor"
PACKAGE_NAME: "conveyor"
extends: .build-package extends: .build-package
build data annotator: build data annotator:
...@@ -90,6 +94,7 @@ build data annotator: ...@@ -90,6 +94,7 @@ build data annotator:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/executables/pexable/data_annotator" PACKAGE_PATH: "apps/cli/executables/pexable/data_annotator"
PACKAGE_NAME: "data_annotator"
extends: .build-package extends: .build-package
build deliver: build deliver:
...@@ -97,6 +102,7 @@ build deliver: ...@@ -97,6 +102,7 @@ build deliver:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/executables/pexable/deliver" PACKAGE_PATH: "apps/cli/executables/pexable/deliver"
PACKAGE_NAME: "deliver"
extends: .build-package extends: .build-package
build ingest envoy: build ingest envoy:
...@@ -104,6 +110,7 @@ build ingest envoy: ...@@ -104,6 +110,7 @@ build ingest envoy:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/executables/pexable/ingest_envoy" PACKAGE_PATH: "apps/cli/executables/pexable/ingest_envoy"
PACKAGE_NAME: "ingest_envoy"
extends: .build-package extends: .build-package
build mediator: build mediator:
...@@ -111,6 +118,7 @@ build mediator: ...@@ -111,6 +118,7 @@ build mediator:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/executables/pexable/mediator" PACKAGE_PATH: "apps/cli/executables/pexable/mediator"
PACKAGE_NAME: "mediator"
extends: .build-package extends: .build-package
build null: build null:
...@@ -118,6 +126,7 @@ build null: ...@@ -118,6 +126,7 @@ build null:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/executables/pexable/null" PACKAGE_PATH: "apps/cli/executables/pexable/null"
PACKAGE_NAME: "null"
extends: .build-package extends: .build-package
build productfetcher: build productfetcher:
...@@ -125,6 +134,7 @@ build productfetcher: ...@@ -125,6 +134,7 @@ build productfetcher:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/executables/pexable/productfetcher" PACKAGE_PATH: "apps/cli/executables/pexable/productfetcher"
PACKAGE_NAME: "productfetcher"
extends: .build-package extends: .build-package
build update stage: build update stage:
...@@ -132,6 +142,7 @@ build update stage: ...@@ -132,6 +142,7 @@ build update stage:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/executables/pexable/update_stage" PACKAGE_PATH: "apps/cli/executables/pexable/update_stage"
PACKAGE_NAME: "update_stage"
extends: .build-package extends: .build-package
build vela: build vela:
...@@ -139,6 +150,7 @@ build vela: ...@@ -139,6 +150,7 @@ build vela:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/executables/pexable/vela" PACKAGE_PATH: "apps/cli/executables/pexable/vela"
PACKAGE_NAME: "vela"
extends: .build-package extends: .build-package
build wf inspector: build wf inspector:
...@@ -146,6 +158,7 @@ build wf inspector: ...@@ -146,6 +158,7 @@ build wf inspector:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/executables/pexable/wf_inspector" PACKAGE_PATH: "apps/cli/executables/pexable/wf_inspector"
PACKAGE_NAME: "wf_inspector"
extends: .build-package extends: .build-package
build ws annihilator: build ws annihilator:
...@@ -153,6 +166,7 @@ build ws annihilator: ...@@ -153,6 +166,7 @@ build ws annihilator:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/executables/pexable/ws_annihilator" PACKAGE_PATH: "apps/cli/executables/pexable/ws_annihilator"
PACKAGE_NAME: "ws_annihilator"
extends: .build-package extends: .build-package
build ws metrics: build ws metrics:
...@@ -160,6 +174,7 @@ build ws metrics: ...@@ -160,6 +174,7 @@ build ws metrics:
stage: build-packages stage: build-packages
variables: variables:
PACKAGE_PATH: "apps/cli/executables/pexable/ws_metrics" PACKAGE_PATH: "apps/cli/executables/pexable/ws_metrics"
PACKAGE_NAME: "ws_metrics"
extends: .build-package extends: .build-package
...@@ -568,4 +583,3 @@ deploy: ...@@ -568,4 +583,3 @@ deploy:
# override ENV_HOST # override ENV_HOST
ENV_HOST: ws.nrao.edu ENV_HOST: ws.nrao.edu
VERSION: $CI_COMMIT_TAG VERSION: $CI_COMMIT_TAG
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
- echo building package in $PACKAGE_PATH - echo building package in $PACKAGE_PATH
- export CAPO_PATH=$PWD - export CAPO_PATH=$PWD
- export CAPO_PROFILE=docker - export CAPO_PROFILE=docker
- export PACKAGE_NAME=$(basename $PACKAGE_PATH)
- WD=$PWD - WD=$PWD
- cd ${PACKAGE_PATH} - cd ${PACKAGE_PATH}
......
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