apiVersion: batch/v1 kind: Job metadata: name: nf-519fa6ff30a072b43e27fd5a203f70b2-b072e namespace: nextflow labels: &id001 {nextflow.io/processName: DAQ_CAT_FASTQ, nextflow.io/runName: gitlab-daq-build2789320-regression-run-63296983, nextflow.io/sessionId: uuid-d7468d8a-a40b-4b67-9e3d-68269fdac429, pltf/run-name: gitlab-daq-build2789320-regression-run-63296983, pltf/run-component: task, instanceNetworkBandwidth: '10000', nextflow.io/app: nextflow, nextflow.io/taskName: DAQ_CAT_FASTQ_HCC1395_tumor, pltf/run-id: afe307eb, pltf/run-engine: nextflow, instanceLocalNvme: 'true', pltf/run-creator: svc-gitlab-ci} annotations: &id002 {ad.datadoghq.com/nextflow.logs: '[{"source":"nextflow","service":"nextflow-task","log_processing_rules":[{"type":"multi_line","name":"nextflow_task_multiline","pattern":"^\\x00NEVER_MATCH"}]}]', ad.datadoghq.com/tags: '{"run_name":"gitlab-daq-build2789320-regression-run-63296983","run_id":"afe307eb","run_creator":"svc-gitlab-ci","run_component":"task","task_process":"DAQ:CAT_FASTQ","task_name":"DAQ:CAT_FASTQ (HCC1395_tumor)"}', karpenter.sh/do-not-disrupt: 'true'} ownerReferences: - {apiVersion: v1, kind: Pod, name: gitlab-daq-build2789320-regression-run-63296983-afe307eb-57dxg, uid: c1c2d83a-c464-410b-a065-906a4c9849b0, controller: true, blockOwnerDeletion: true} spec: backoffLimit: 0 template: metadata: name: nf-519fa6ff30a072b43e27fd5a203f70b2-b072e namespace: nextflow labels: *id001 annotations: *id002 spec: restartPolicy: Never containers: - name: nextflow image: 292967571998.dkr.ecr.us-west-2.amazonaws.com/daq/cat_fastq:1.2 args: [/bin/bash, -o, pipefail, -c, 'trap "{ ret=$?; /opt/s5cmd/bin/s5cmd --log error cp .command.log s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/51/9fa6ff30a072b43e27fd5a203f70b2/.command.log||true; exit $ret; }" EXIT; /opt/s5cmd/bin/s5cmd --log error cat s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/51/9fa6ff30a072b43e27fd5a203f70b2/.command.run | bash 2>&1 | tee .command.log'] workingDir: /tmp imagePullPolicy: Always env: - {name: SSL_CERT_DIR, value: /opt/s5cmd/ssl/certs} - {name: SSL_CERT_FILE, value: /opt/s5cmd/ssl/ca-certificates.crt} resources: requests: {cpu: 2, memory: 7168Mi, ephemeral-storage: 614400Mi} limits: {memory: 7168Mi, ephemeral-storage: 614400Mi} volumeMounts: - {name: vol-161, mountPath: /tmp} - {name: vol-162, mountPath: /app} - {name: vol-163, mountPath: /mnt/secrets} - {name: vol-164, mountPath: /opt/s5cmd} nodeSelector: {workload: nextflow-task, karpenter.sh/capacity-type: spot} affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - {key: eks.amazonaws.com/instance-gpu-count, operator: DoesNotExist} - {key: eks.amazonaws.com/instance-local-nvme, operator: Exists} - key: eks.amazonaws.com/instance-network-bandwidth operator: Gt values: ['10000'] serviceAccountName: sa-nextflow securityContext: {runAsUser: 1000} tolerations: - {key: workload, operator: Equal, value: nextflow-task, effect: NoSchedule} volumes: - name: vol-161 emptyDir: [] - name: vol-162 emptyDir: [] - name: vol-163 secret: {secretName: aws-secrets-manager} - name: vol-164 hostPath: {path: /opt/s5cmd} ttlSecondsAfterFinished: 28800