.gitlab-ci.yml 1.82 KB
Newer Older
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# stages of the cicd pipeline
stages:
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
  #- dependencies
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
  - unit_test
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
  #- deploy
  #- end2end_test

# include the individual .gitlab-ci.yml of each micro-service
Javi Moreno's avatar
Javi Moreno committed
include:
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
  #- local: '/manifests/.gitlab-ci.yml'
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
  #- local: '/src/monitoring/.gitlab-ci.yml'
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
  #- local: '/src/nbi/.gitlab-ci.yml'
  - local: '/src/context/.gitlab-ci.yml'
  - local: '/src/device/.gitlab-ci.yml'
  - local: '/src/service/.gitlab-ci.yml'
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
  #- local: '/src/dbscanserving/.gitlab-ci.yml'
  #- local: '/src/opticalattackmitigator/.gitlab-ci.yml'
  #- local: '/src/opticalattackdetector/.gitlab-ci.yml'
  # - local: '/src/opticalattackmanager/.gitlab-ci.yml'
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
  - local: '/src/ztp/.gitlab-ci.yml'
  - local: '/src/policy/.gitlab-ci.yml'
  - local: '/src/forecaster/.gitlab-ci.yml'
  - local: '/src/webui/.gitlab-ci.yml'
  #- local: '/src/l3_distributedattackdetector/.gitlab-ci.yml'
  #- local: '/src/l3_centralizedattackdetector/.gitlab-ci.yml'
  #- local: '/src/l3_attackmitigator/.gitlab-ci.yml'
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
  #- local: '/src/slice/.gitlab-ci.yml'
  #- local: '/src/interdomain/.gitlab-ci.yml'
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
  #- local: '/src/pathcomp/.gitlab-ci.yml'
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
  #- local: '/src/dlt/.gitlab-ci.yml'
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
  #- local: '/src/load_generator/.gitlab-ci.yml'
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
  #- local: '/src/bgpls_speaker/.gitlab-ci.yml'