Skip to content

Commit 117f7d5

Browse files
committed
Create inputset split_evaluator_unstable
1 parent bb50eed commit 117f7d5

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
inputSet:
2+
name: split_evaluator_unstable
3+
identifier: split_evaluator_unstable
4+
orgIdentifier: PROD
5+
projectIdentifier: Harness_Split
6+
pipeline:
7+
identifier: deploy_qos_v3
8+
stages:
9+
- parallel:
10+
- stage:
11+
identifier: CI
12+
type: CI
13+
spec:
14+
execution:
15+
steps:
16+
- step:
17+
identifier: custom_tag
18+
type: Run
19+
spec:
20+
command: VERSION="$(git rev-parse --short HEAD)"
21+
when:
22+
condition: "true"
23+
- step:
24+
identifier: BuildAndPush
25+
type: BuildAndPushDockerRegistry
26+
spec:
27+
repo: <+trigger.payload.repository.name>
28+
tags:
29+
- <+pipeline.stages.CI_split_evaluator.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
30+
- latest
31+
dockerfile: ""
32+
context: ""
33+
envVariables:
34+
PLUGIN_NO_PUSH: <+<+trigger.payload.ref>!="refs/heads/main"?"true":"false">
35+
PLUGIN_PLATFORM: linux/amd64,linux/arm64
36+
strategy:
37+
matrix:
38+
service:
39+
- <+trigger.payload.repository.name>
40+
- stage:
41+
identifier: ECR
42+
type: CI
43+
spec:
44+
execution:
45+
steps:
46+
- step:
47+
identifier: custom_tag
48+
type: Run
49+
spec:
50+
command: VERSION="$(git rev-parse --short HEAD)"
51+
when:
52+
condition: "true"
53+
- step:
54+
identifier: BuildAndPushECR
55+
type: BuildAndPushECR
56+
spec:
57+
imageName: <+trigger.payload.repository.name>
58+
tags:
59+
- <+pipeline.stages.ECR_split_evaluator.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
60+
- latest
61+
dockerfile: ""
62+
context: ""
63+
envVariables:
64+
PLUGIN_NO_PUSH: <+<+trigger.payload.ref>!="refs/heads/main"?"true":"false">
65+
PLUGIN_PLATFORM: linux/amd64,linux/arm64
66+
strategy:
67+
matrix:
68+
service:
69+
- <+trigger.payload.repository.name>
70+
properties:
71+
ci:
72+
codebase:
73+
build:
74+
type: branch
75+
spec:
76+
branch: <+trigger.branch>

0 commit comments

Comments
 (0)