blob: c1ca0e6af40a28d8cc594838f9b93fa528189ca3 (
plain)
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
|
---
- project:
name: multicloud-k8s
project-name: "multicloud-k8s"
path: "src"
golangver: "golang114"
jobs:
- "{project-name}-{stream}-{subproject}-verify-python"
- "{project-name}-{stream}-verify-golang"
- "{project-name}-{stream}-merge-golang"
- "{project-name}-{stream}-docker-golang-shell-daily":
script: !include-raw-escape: "build-multicloud-k8s-docker-image.sh"
- "{project-name}-{stream}-{area}-verify-shell":
disable-job: "{disable-kud}"
area: kud-deployment
build-timeout: 45
script: !include-raw-escape: "kud-deployment.sh"
- "{project-name}-gerrit-release-jobs":
build-node: centos7-docker-2c-1g
project: "multicloud/k8s"
subproject:
- validation-scripts:
path: "."
pattern: "**"
stream:
- "master":
branch: "master"
mvn-settings: "multicloud-k8s-settings"
disable-kud: false
files: "**"
archive-artifacts: ""
build-node: ubuntu1804-builder-4c-4g
|