Skip to content

Commit

Permalink
Merge pull request #5 from QubitProducts/add-ci
Browse files Browse the repository at this point in the history
add CI 🦆
  • Loading branch information
tcolgate authored Mar 21, 2023
2 parents 633c0f1 + f1ebf40 commit 1070fef
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .kube-ci/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
annotations:
kube-ci.qutics.com/cacheScope: project
kube-ci.qutics.com/cacheSize: 20Gi
creationTimestamp: null
spec:
entrypoint: main
templates:
- name: main
steps:
- - name: test
templateRef:
name: cloud-test
template: test-go-1-19
arguments:
parameters:
- name: args
value: go test -p 1 -timeout 60s ./...
volumes:
- name: secrets
secret:
secretName: ci-secrets
- name: build-cache
persistentVolumeClaim:
claimName: '{{workflow.parameters.cacheVolumeClaimName}}'
status:
finishedAt: null
startedAt: null

0 comments on commit 1070fef

Please sign in to comment.