forked from dfinity/ic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitlab-ci.yml
32 lines (31 loc) · 1.76 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
# DO NOT put any configurations in this file! Common configurations must go in 00--common.yml
# or 00--common-rules.yml. The child pipeline [e.g. cargo pipeline] will not inherit any
# configurations from this file.
#
# This file should only include other YAML files used to create the root parent pipeline.
include:
- local: /gitlab-ci/config/00--common.yml
- local: /gitlab-ci/config/10--init--github-integration.yml
- local: /gitlab-ci/config/20--build-boundary-node-service-worker.yml
- local: /gitlab-ci/config/20--test--build-ic.yml
- local: /gitlab-ci/config/20--test--cargo-pipeline.yml
- local: /gitlab-ci/config/20--test--bazel-pipeline.yml
- local: /gitlab-ci/config/20--test--pre-commit.yml
- local: /gitlab-ci/config/20--test--cargo-generate.yml
- local: /gitlab-ci/config/20--test--gitlab-runners.yml
- local: /gitlab-ci/config/20--test--python.yml
- local: /gitlab-ci/config/20--test--container-image-autobuild.yml
- local: /gitlab-ci/config/20--test--dependencies.yml
- local: /gitlab-ci/config/20--test--shellcheck.yml
- local: /gitlab-ci/config/21--test--bins.yml
- local: /gitlab-ci/config/40--cargo-test--benchmarks.yml
- local: /gitlab-ci/config/46--guest-os-build--guest-base-image.yml
- local: /gitlab-ci/config/46--rosetta-release.yml
- local: /gitlab-ci/config/55--determinism-test-release.yml
- local: /gitlab-ci/config/60--prod-test--spawn-test-pipeline.yml
- local: /gitlab-ci/config/60--benchmark-test--spawn-benchmark-pipeline.yml
- local: /gitlab-ci/config/70--policy-monitoring-deployment.yml
- local: /gitlab-ci/config/75--push-branches--push.yml
- local: /gitlab-ci/config/80--npm-release-boundary-node-service-worker.yml
- local: /gitlab-ci/config/100--finalize--notify.yml
- local: /testnet/tests/pipeline/pipeline.yml