
This 'jarvis-merge' pipeline reruns validation of a submittable patchset and upon success, will submit the patchset, integrating it to the main branch. It will also promote a repository's artifacts from their respective -staging areas to their non-staging counterparts. Change-Id: I2e46d95543c6a835f7c17c1097a7ea84b1092f4d
25 lines
578 B
YAML
25 lines
578 B
YAML
apiVersion: tekton.dev/v1beta1
|
|
kind: PipelineRun
|
|
metadata:
|
|
generateName: development-pipeline-run
|
|
spec:
|
|
params:
|
|
- name: pipeline
|
|
value: "create"
|
|
pipelineRef:
|
|
name: development-pipeline
|
|
serviceAccountName: sa-development-pipeline
|
|
workspaces:
|
|
- name: k8s_cluster_data
|
|
configMap:
|
|
name: deployment-flow
|
|
- name: development_pipeline_data
|
|
volumeClaimTemplate:
|
|
spec:
|
|
storageClassName: standard
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
resources:
|
|
requests:
|
|
storage: 1Gi
|