forked from RWTH-EBC/AixLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitlab-ci.yml
58 lines (54 loc) · 2.1 KB
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#!/bin/bash
image: registry.git.rwth-aachen.de/ebc/ebc_intern/dymola-docker:miniconda-latest
stages:
- deleteBranch
- IBPSA_Merge
- Update_WhiteList
- Release
- SetSettings
- CheckSettings
- Ref_Check
- Ref_Update
- Dif_Ref
- build
- HTMLCheck
- deploy
- openMR
- post
- ChangedModels
- StyleCheck
- Check
- Simulate
- RegressionTest
variables:
Praefix_Branch: "Correct_HTML_"
TARGET_BRANCH: $CI_COMMIT_REF_NAME
Newbranch: ${Praefix_Branch}${CI_COMMIT_REF_NAME}
Github_Repository : RWTH-EBC/AixLib
include:
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'modelica-ci-tests/CheckConfiguration/check_settings.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'modelica-ci-tests/deploy/deploy_ref.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'modelica-ci-tests/UnitTests/development_check.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'modelica-ci-tests/deploy/IBPSA_Merge.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'modelica-ci-tests/UnitTests/regression_ref_check.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'modelica-ci-tests/SyntaxTests/html_check.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'modelica-ci-tests/SyntaxTests/style_check.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'modelica-ci-tests/UnitTests/check_model.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'modelica-ci-tests/UnitTests/regression_test.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'modelica-ci-tests/UnitTests/simulate_model.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'modelica-ci-tests/UnitTests/changed_simulate_model.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'modelica-ci-tests/UnitTests/changed_check_model.gitlab-ci.yml'
- project: 'EBC/EBC_all/gitlab_ci/templates'
file: 'modelica-ci-tests/UnitTests/changed_regression_test.gitlab-ci.yml'