diff --git a/prow/prowjobs/GoogleCloudPlatform/gcsfuse/OWNER b/prow/prowjobs/GoogleCloudPlatform/gcsfuse/OWNER new file mode 100644 index 0000000000..5d579c6bd8 --- /dev/null +++ b/prow/prowjobs/GoogleCloudPlatform/gcsfuse/OWNER @@ -0,0 +1,4 @@ +approvers: +- sethiay +reviewers: +- sethiay \ No newline at end of file diff --git a/prow/prowjobs/GoogleCloudPlatform/gcsfuse/gcsfuse-pytorch-dino-periodic.yaml b/prow/prowjobs/GoogleCloudPlatform/gcsfuse/gcsfuse-pytorch-dino-periodic.yaml new file mode 100644 index 0000000000..7d7d7d0ba7 --- /dev/null +++ b/prow/prowjobs/GoogleCloudPlatform/gcsfuse/gcsfuse-pytorch-dino-periodic.yaml @@ -0,0 +1,33 @@ +periodics: +- name: gcsfuse-pytorch-dino-periodic + cluster: gcsfuse-prow-test + interval: 180h + decorate: true + spec: + containers: + - name: pytorch-dino-model + image: us-west1-docker.pkg.dev/gcs-fuse-test-ml/test-images/pytorch-dino:latest + securityContext: + privileged: true + command: + - "/bin/sh" + - "-c" + - ./setup_container.sh; + resources: + limits: + cpu: "22" + memory: 120Gi + nvidia.com/gpu: "2" + requests: + cpu: "22" + memory: 120Gi + nvidia.com/gpu: "2" + volumeMounts: + - name: dshm + mountPath: /dev/shm + volumes: + - name: dshm + emptyDir: + medium: Memory + sizeLimit: 128Gi +