Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 0 additions & 63 deletions .github/workflows/docker.yml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/workflows/unstable.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
inputSet:
name: split_evaluator_unstable
tags: {}
identifier: split_evaluator_unstable
orgIdentifier: PROD
projectIdentifier: Harness_Split
pipeline:
identifier: deploy_qos_v3
stages:
- parallel:
- stage:
identifier: CI
type: CI
spec:
execution:
steps:
- step:
identifier: custom_tag
type: Run
spec:
command: VERSION="$(git rev-parse --short HEAD)"
when:
condition: "true"
- step:
identifier: BuildAndPush
type: BuildAndPushDockerRegistry
spec:
repo: <+trigger.payload.repository.name>
tags:
- <+pipeline.stages.CI_split_evaluator.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
- latest
dockerfile: ""
context: ""
envVariables:
PLUGIN_NO_PUSH: <+<+trigger.payload.ref>!="refs/heads/main"?"true":"false">
PLUGIN_PLATFORM: linux/amd64,linux/arm64
buildArgs: {}
strategy:
matrix:
service:
- <+trigger.payload.repository.name>
- stage:
identifier: ECR
type: CI
spec:
execution:
steps:
- step:
identifier: custom_tag
type: Run
spec:
command: VERSION="$(git rev-parse --short HEAD)"
when:
condition: "true"
- step:
identifier: BuildAndPushECR
type: BuildAndPushECR
spec:
imageName: <+trigger.payload.repository.name>
tags:
- <+pipeline.stages.ECR_split_evaluator.spec.execution.steps.custom_tag.output.outputVariables.VERSION>
- latest
dockerfile: ""
context: ""
envVariables:
PLUGIN_NO_PUSH: <+<+trigger.payload.ref>!="refs/heads/main"?"true":"false">
PLUGIN_PLATFORM: linux/amd64,linux/arm64
buildArgs: {}
strategy:
matrix:
service:
- <+trigger.payload.repository.name>
properties:
ci:
codebase:
build:
type: branch
spec:
branch: <+trigger.branch>