aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml87
1 files changed, 61 insertions, 26 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6c4b312..c953d1f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,15 +10,14 @@
stages:
- lint
- config
- # - infra_install
- # - virt_install
- # - apps
- # - check
+ - infra_install
+ - virt_install
+ - apps
+ - check
variables:
GIT_SUBMODULE_STRATEGY: recursive
VAULT_FILE: .vault
- RUNNER_TAG: <SET ME>
################################################################################
# Shared parameters
@@ -49,8 +48,7 @@ variables:
expire_in: 1 yrs
.runner_env: &runner_env
- CHAINED_CI_SRC: "<SET ME>" # Url to the gitlab chained ci project
- # CHAINED_CI_SRC: "https://gitlab.devops.telekom.de/tnap/onapcommunity/integrationproject/onapdeployment/chained-ci.git"
+ CHAINED_CI_SRC: "https://gitlab.com/onap/integration/pipelines/chained-ci.git"
################################################################################
# Linting
@@ -170,25 +168,62 @@ config:onap-daily-unh-oom-master:
<<: *onap-daily-unh-oom-master_global
<<: *set_config
<<: *artifacts_longexpire
-# infra_deploy:onap-daily-unh-oom-master:
-# stage: infra_install
-# <<: *onap-daily-unh-oom-master_global
-# <<: *run_ci
-# <<: *artifacts_longexpire
-# virt_install:onap-daily-unh-oom-master:
-# stage: virt_install
-# <<: *onap-daily-unh-oom-master_global
-# <<: *run_ci
-# <<: *artifacts_longexpire
-# apps_deploy:onap-daily-unh-oom-master:
-# stage: apps
-# <<: *onap-daily-unh-oom-master_global
-# <<: *run_ci
-# <<: *artifacts_longexpire
-# apps_test:onap-daily-unh-oom-master:
-# stage: check
-# <<: *onap-daily-unh-oom-master_global
-# <<: *run_ci
+infra_deploy:onap-daily-unh-oom-master:
+ stage: infra_install
+ <<: *onap-daily-unh-oom-master_global
+ <<: *run_ci
+ <<: *artifacts_longexpire
+virt_install:onap-daily-unh-oom-master:
+ stage: virt_install
+ <<: *onap-daily-unh-oom-master_global
+ <<: *run_ci
+ <<: *artifacts_longexpire
+apps_deploy:onap-daily-unh-oom-master:
+ stage: apps
+ <<: *onap-daily-unh-oom-master_global
+ <<: *run_ci
+ <<: *artifacts_longexpire
+apps_test:onap-daily-unh-oom-master:
+ stage: check
+ <<: *onap-daily-unh-oom-master_global
+ <<: *run_ci
+
+################################################################################
+# onap_oom_gating_azure_3
+################################################################################
+
+.onap_oom_gating_azure_3_global: &onap_oom_gating_azure_3_global
+ variables:
+ pod: onap_oom_gating_azure_3
+ <<: *runner_env
+ environment:
+ name: azure/onap_gating_3/oom_gating
+ only:
+ variables:
+ - $POD == "onap_oom_gating_azure_3"
+ refs:
+ - web
+ - schedules
+ - triggers
+
+config:onap_oom_gating_azure_3:
+ stage: config
+ <<: *onap_oom_gating_azure_3_global
+ <<: *set_config
+ <<: *artifacts
+build_integration:onap_oom_gating_azure_3:
+ stage: infra_install
+ <<: *onap_oom_gating_azure_3_global
+ <<: *run_ci
+onap_deploy:onap_oom_gating_azure_3:
+ stage: apps
+ <<: *onap_oom_gating_azure_3_global
+ <<: *run_ci
+ <<: *artifacts
+onap_test:onap_oom_gating_azure_3:
+ stage: check
+ <<: *onap_oom_gating_azure_3_global
+ <<: *run_ci
##
# End of generated file