Set test pipeline back to success. Add test run.
This commit is contained in:
parent
4fee3a9ff8
commit
c452802d9e
|
|
@ -38,7 +38,7 @@ spec:
|
||||||
script: |
|
script: |
|
||||||
set -x
|
set -x
|
||||||
cat $(workspaces.source.path)/README.md
|
cat $(workspaces.source.path)/README.md
|
||||||
exit -1
|
exit 0
|
||||||
finally:
|
finally:
|
||||||
- name: gitea-status
|
- name: gitea-status
|
||||||
params:
|
params:
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
apiVersion: tekton.dev/v1beta1
|
||||||
|
kind: PipelineRun
|
||||||
|
metadata:
|
||||||
|
generateName: test-run-
|
||||||
|
namespace: j7s-ci
|
||||||
|
spec:
|
||||||
|
pipelineRef:
|
||||||
|
name: test-pipeline
|
||||||
|
workspaces:
|
||||||
|
- name: shared-data
|
||||||
|
volumeClaimTemplate:
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteOnce
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 1Gi
|
||||||
|
- name: git-credentials
|
||||||
|
secret:
|
||||||
|
secretName: git-credentials
|
||||||
Loading…
Reference in New Issue