Skip to content

Commit 5cdfdd7

Browse files
committed
Update inputset splitd_unstable
1 parent bb6e9fb commit 5cdfdd7

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets/splitd_unstable.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
inputSet:
22
name: splitd_unstable
3+
tags: {}
34
identifier: splitd_unstable
45
orgIdentifier: PROD
56
projectIdentifier: Harness_Split
67
pipeline:
78
identifier: deploy_qos_v3
89
stages:
10+
- stage:
11+
identifier: code_artifact
12+
type: Deployment
13+
spec:
14+
service:
15+
serviceRef: <+<+expression.isResolved(<+trigger.payload.repository.name>)>?<+trigger.payload.repository.name.replace("-", "")>:<+trigger.payload.artifacts[0].service.replace("-", "")>>
916
- parallel:
1017
- stage:
1118
identifier: CI
@@ -32,6 +39,7 @@ inputSet:
3239
context: ""
3340
buildArgs:
3441
FIPS_MODE: <+matrix.fips_mode>
42+
envVariables: <+input>
3543
strategy:
3644
matrix:
3745
fips_mode:
@@ -62,11 +70,20 @@ inputSet:
6270
context: ""
6371
buildArgs:
6472
FIPS_MODE: <+matrix.fips_mode>
73+
envVariables: <+input>
6574
strategy:
6675
matrix:
6776
fips_mode:
6877
- enabled
6978
- disabled
79+
- stage:
80+
identifier: deploy
81+
type: Deployment
82+
spec:
83+
services:
84+
values: <+input>
85+
metadata:
86+
parallel: <+input>
7087
properties:
7188
ci:
7289
codebase:

0 commit comments

Comments
 (0)