mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Enable all micro-services in Pipeline
This commit is contained in:
parent
d017aa025c
commit
cbe727e54e
3 changed files with 8 additions and 8 deletions
|
|
@ -35,7 +35,7 @@ run_unit_test:
|
|||
script:
|
||||
- "./gitlab-ci/pipeline_setup.sh"
|
||||
- "./gitlab-ci/install-dependencies-ms.sh bbfdm"
|
||||
- "./gitlab-ci/setup.sh ms"
|
||||
- "./gitlab-ci/setup.sh bbfdm"
|
||||
- "./gitlab-ci/unit-test.sh"
|
||||
|
||||
artifacts:
|
||||
|
|
@ -66,7 +66,7 @@ run_libbbfdm_api_functional_test:
|
|||
script:
|
||||
- "./gitlab-ci/pipeline_setup.sh"
|
||||
- "./gitlab-ci/install-dependencies-ms.sh bbfdm"
|
||||
- "./gitlab-ci/setup.sh ms"
|
||||
- "./gitlab-ci/setup.sh bbfdm"
|
||||
- "./gitlab-ci/functional-api-test.sh"
|
||||
|
||||
artifacts:
|
||||
|
|
@ -81,7 +81,7 @@ run_libbbfdm_functional_test:
|
|||
script:
|
||||
- "./gitlab-ci/pipeline_setup.sh"
|
||||
- "./gitlab-ci/install-dependencies-ms.sh bbfdm"
|
||||
- "./gitlab-ci/setup.sh ms"
|
||||
- "./gitlab-ci/setup.sh bbfdm"
|
||||
- "./gitlab-ci/functional-test.sh"
|
||||
|
||||
artifacts:
|
||||
|
|
@ -96,7 +96,7 @@ run_libbbfdm_memory_test:
|
|||
script:
|
||||
- "./gitlab-ci/pipeline_setup.sh"
|
||||
- "./gitlab-ci/install-dependencies-ms.sh bbfdm"
|
||||
- "./gitlab-ci/setup.sh ms"
|
||||
- "./gitlab-ci/setup.sh bbfdm"
|
||||
- "./gitlab-ci/memory-test.sh"
|
||||
artifacts:
|
||||
when: always
|
||||
|
|
@ -111,7 +111,7 @@ run_bbfd_functional_test:
|
|||
script:
|
||||
- "./gitlab-ci/pipeline_setup.sh"
|
||||
- "./gitlab-ci/install-dependencies-ms.sh bbfdm"
|
||||
- "./gitlab-ci/setup.sh ms"
|
||||
- "./gitlab-ci/setup.sh bbfdm"
|
||||
- "./gitlab-ci/bbfdmd-functional-test.sh"
|
||||
artifacts:
|
||||
when: always
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
config globals 'globals'
|
||||
option enable '1'
|
||||
option enable '0'
|
||||
|
||||
config profile 'profile_1'
|
||||
option name 'kids'
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ config globals 'globals'
|
|||
config sampleset 'set_1'
|
||||
option fetch_samples '0'
|
||||
option enable '1'
|
||||
option sample_interval '20'
|
||||
option sample_interval '1800'
|
||||
option report_sample '7'
|
||||
|
||||
config parameter 'param_1_set_1'
|
||||
|
|
@ -47,7 +47,7 @@ config parameter 'param_4_set_1'
|
|||
config sampleset 'set_2'
|
||||
option fetch_samples '0'
|
||||
option enable '1'
|
||||
option sample_interval '10'
|
||||
option sample_interval '300'
|
||||
option report_sample '4'
|
||||
|
||||
config parameter 'param_1_set_2'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue