mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
138a2f114d
* fix merge issue with sidecar image work * add logic to refresh token in GKE * set streaming to true * set streaming to true * set streaming to false, and increment number of workers for regression test as approaching 1h limit * set PR build to run unit and integration tests * try method distribution to see if faster * rename test stage to reflect the fact it runs unit tests * remove commented out parallel unit test code
8 lines
173 B
YAML
8 lines
173 B
YAML
apiVersion: storage.k8s.io/v1
|
|
kind: StorageClass
|
|
metadata:
|
|
name: testing-storage
|
|
provisioner: kubernetes.io/gce-pd
|
|
parameters:
|
|
type: pd-standard
|
|
replication-type: none |