From 809075208ce99149d9b5ca3a8b75f290508d3248 Mon Sep 17 00:00:00 2001 From: Rajatha Date: Fri, 3 Jun 2022 13:27:39 +0530 Subject: [PATCH 1/7] Update pipeline RemotePipelineMain --- .harness/RemotePipelineMain.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.harness/RemotePipelineMain.yaml b/.harness/RemotePipelineMain.yaml index c7ed277..535e28b 100644 --- a/.harness/RemotePipelineMain.yaml +++ b/.harness/RemotePipelineMain.yaml @@ -36,3 +36,22 @@ pipeline: image: alpine shell: Sh command: <+input> + - stage: + name: stg + identifier: stg + type: CI + spec: + cloneCodebase: true + infrastructure: + useFromStage: stg1 + execution: + steps: + - step: + type: Run + name: step2 + identifier: step2 + spec: + connectorRef: account.CItestDockerConnectorV2fKLnZNlQ + image: alpine + shell: Sh + command: run "test-step2" From cdeefe1ee604eba0ab3493b24b3a0cef035bdfaa Mon Sep 17 00:00:00 2001 From: Rajatha Date: Fri, 3 Jun 2022 13:29:19 +0530 Subject: [PATCH 2/7] Update pipeline RemotePipelineMain --- .harness/RemotePipelineMain.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/RemotePipelineMain.yaml b/.harness/RemotePipelineMain.yaml index 535e28b..e1ce6de 100644 --- a/.harness/RemotePipelineMain.yaml +++ b/.harness/RemotePipelineMain.yaml @@ -54,4 +54,4 @@ pipeline: connectorRef: account.CItestDockerConnectorV2fKLnZNlQ image: alpine shell: Sh - command: run "test-step2" + command: echo "test-step2" From 6262d469b5c8909387d7703da0ee91acbe67f01e Mon Sep 17 00:00:00 2001 From: Rajatha Date: Tue, 21 Jun 2022 16:11:40 +0530 Subject: [PATCH 3/7] Create pipeline sadfdsf --- .harness/sadfdsf.yaml | 46 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .harness/sadfdsf.yaml diff --git a/.harness/sadfdsf.yaml b/.harness/sadfdsf.yaml new file mode 100644 index 0000000..0031094 --- /dev/null +++ b/.harness/sadfdsf.yaml @@ -0,0 +1,46 @@ +pipeline: + name: sadfdsf + identifier: sadfdsf + projectIdentifier: RajathaTest + orgIdentifier: default + tags: {} + properties: + ci: + codebase: + connectorRef: GitHubRajatha + build: <+input> + stages: + - stage: + name: safddsf + identifier: safddsf + type: CI + spec: + cloneCodebase: true + infrastructure: + type: KubernetesDirect + spec: + connectorRef: account.CItestK8sConnectorgjCxzubHye + namespace: zxfczxc + automountServiceAccountToken: true + nodeSelector: {} + os: Linux + execution: + steps: + - step: + type: BuildAndPushDockerRegistry + name: zxcxzc + identifier: zxcxzc + spec: + connectorRef: account.testDockerConnectorjvBYBoPZnb + repo: xzcxzc + tags: + - xzCxzc + - step: + type: Run + name: zxcvxzv + identifier: zxcvxzv + spec: + connectorRef: account.testDockerConnectorjvBYBoPZnb + image: alpine + shell: Sh + command: <+input> From 2912ccd3dae7a9fd17082581be98cc25d9cba34a Mon Sep 17 00:00:00 2001 From: Rajatha Date: Tue, 21 Jun 2022 16:12:33 +0530 Subject: [PATCH 4/7] Create inputset dsfdsfdg --- .harness/yfdusa.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .harness/yfdusa.yaml diff --git a/.harness/yfdusa.yaml b/.harness/yfdusa.yaml new file mode 100644 index 0000000..0cafb6a --- /dev/null +++ b/.harness/yfdusa.yaml @@ -0,0 +1,26 @@ +inputSet: + identifier: "dsfdsfdg" + name: "dsfdsfdg" + orgIdentifier: "default" + projectIdentifier: "RajathaTest" + pipeline: + identifier: "sadfdsf" + properties: + ci: + codebase: + build: + type: "PR" + spec: + number: "<+trigger.prNumber>" + stages: + - stage: + identifier: "safddsf" + type: "CI" + spec: + execution: + steps: + - step: + identifier: "zxcvxzv" + type: "Run" + spec: + command: "zxvcxzcv" From 414a61385096bfc9da1ba9ce1c8677c2d91f63f5 Mon Sep 17 00:00:00 2001 From: Rajatha Date: Tue, 21 Jun 2022 16:13:40 +0530 Subject: [PATCH 5/7] Create inputset ZSDasdFS --- .harness/sdgfkasdhf.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .harness/sdgfkasdhf.yml diff --git a/.harness/sdgfkasdhf.yml b/.harness/sdgfkasdhf.yml new file mode 100644 index 0000000..223fabc --- /dev/null +++ b/.harness/sdgfkasdhf.yml @@ -0,0 +1,26 @@ +inputSet: + identifier: "ZSDasdFS" + name: "ZSDasdFS" + orgIdentifier: "default" + projectIdentifier: "RajathaTest" + pipeline: + identifier: "sadfdsf" + properties: + ci: + codebase: + build: + type: "PR" + spec: + number: "<+trigger.prNumber>" + stages: + - stage: + identifier: "safddsf" + type: "CI" + spec: + execution: + steps: + - step: + identifier: "zxcvxzv" + type: "Run" + spec: + command: "sfcasdf" From 1826fe599f4946e38dd02c76a54b1efab4926ae7 Mon Sep 17 00:00:00 2001 From: Rajatha Date: Tue, 21 Jun 2022 16:24:52 +0530 Subject: [PATCH 6/7] Create pipeline NonMainPipeline --- .harness/NonMainPipeline.yaml | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .harness/NonMainPipeline.yaml diff --git a/.harness/NonMainPipeline.yaml b/.harness/NonMainPipeline.yaml new file mode 100644 index 0000000..5bcb6be --- /dev/null +++ b/.harness/NonMainPipeline.yaml @@ -0,0 +1,37 @@ +pipeline: + name: NonMainPipeline + identifier: NonMainPipeline + projectIdentifier: RajathaTest + orgIdentifier: default + tags: {} + properties: + ci: + codebase: + connectorRef: GitHubRajatha + build: <+input> + stages: + - stage: + name: adxas + identifier: adxas + type: CI + spec: + cloneCodebase: true + infrastructure: + type: KubernetesDirect + spec: + connectorRef: account.CItestK8sConnectorgjCxzubHye + namespace: sfsdfdsf + automountServiceAccountToken: true + nodeSelector: {} + os: Linux + execution: + steps: + - step: + type: Run + name: asdfsdf + identifier: asdfsdf + spec: + connectorRef: account.testDockerConnectorjvBYBoPZnb + image: alpine + shell: Sh + command: <+input> From c5bf705ef6ff6fc1f1f088b386ccafd024c0ea1c Mon Sep 17 00:00:00 2001 From: Rajatha Date: Tue, 21 Jun 2022 16:25:47 +0530 Subject: [PATCH 7/7] Create inputset NonMainInputSet --- .harness/NonMainInputSet.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .harness/NonMainInputSet.yml diff --git a/.harness/NonMainInputSet.yml b/.harness/NonMainInputSet.yml new file mode 100644 index 0000000..c0723a0 --- /dev/null +++ b/.harness/NonMainInputSet.yml @@ -0,0 +1,26 @@ +inputSet: + identifier: "NonMainInputSet" + name: "NonMainInputSet" + orgIdentifier: "default" + projectIdentifier: "RajathaTest" + pipeline: + identifier: "NonMainPipeline" + properties: + ci: + codebase: + build: + type: "branch" + spec: + branch: "<+trigger.branch>" + stages: + - stage: + identifier: "adxas" + type: "CI" + spec: + execution: + steps: + - step: + identifier: "asdfsdf" + type: "Run" + spec: + command: "echo \"NonMainInputSet\""