example/performance/testjob_base.yaml (30 lines of code) (raw):

changeLog: null name: TestPelotonJob_123 owningTeam: team6 ldapGroups: - money - team6 - otto description: "A dummy test job for peloton" labels: - key: testKey0 value: testVal0 - key: testKey1 value: testVal1 - key: testKey2 value: testVal2 sla: priority: 22 preemptible: false defaultConfig: resource: cpuLimit: 0.1 memLimitMb: 2.0 diskLimitMb: 10 fdLimit: 10 healthCheck: null ports: [] container: null command: shell: true value: 'echo "Job $PELOTON_JOB_ID instance $PELOTON_INSTANCE_ID: $PELOTON_TASK_ID" && sleep 300'