forked from kyma-project/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathistio-operator-build.yaml
36 lines (36 loc) · 1.31 KB
/
istio-operator-build.yaml
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
templates:
- from: generic.tmpl
render:
- to: ../../prow/jobs/istio/istio-operator-build.yaml
jobConfigs:
- repoName: "kyma-project/istio"
jobs:
- jobConfig:
name: pull-istio-operator-build
always_run: true
args:
- "--name=istio-operator"
- "--config=/config/kaniko-build-config.yaml"
- "--context=./operator/"
- "--dockerfile=Dockerfile"
inheritedConfigs:
global:
- kaniko_buildpack
- jobConfig_presubmit
- jobConfig:
name: post-istio-operator-build
labels:
preset-signify-prod-secret: "true"
always_run: true
branches:
- ^main$
- "^release-\\d+\\.\\d+$"
args:
- "--name=istio-operator"
- "--config=/config/kaniko-build-config.yaml"
- "--context=./operator/"
- "--dockerfile=Dockerfile"
inheritedConfigs:
global:
- kaniko_buildpack
- jobConfig_postsubmit