Skip to content

Commit

Permalink
Merge branch 'main' into revert-273-revert-272-2024-03-25
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli authored Mar 25, 2024
2 parents f978ea6 + e6d08ad commit 10632d1
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions resources.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# Global configuration of computing nodes.
images:
default: vggp-v60-j322-692e75a7c101-main
gpu: vggp-v60-gpu-j322-692e75a7c101-main-kernel-4.18.0-477.21.1.el8_8-nvidia
default: vgcn~rockylinux-9-latest-x86_64~+generic+workers+internal~20240321~41538~HEAD~4766217
gpu: vgcn~rockylinux-9-latest-x86_64~+generic+workers-gpu+internal~20240318~65722~dev~220eac2~with_latest_drivers
secure: vggp-v60-secure-j322-692e75a7c101-main
htcondor-secondary: vgcn~workers+internal~rockylinux-8.6-x86_64~2023-10-26~43739~htcondor-secondary~ebb20b8~kysrpex_local_build

Check warning on line 7 in resources.yaml

View workflow job for this annotation

GitHub Actions / yamllint

7:121 [line-length] line too long (129 > 120 characters)
htcondor-secondary-gpu: vgcn~workers-gpu+internal~rockylinux-8.6-x86_64~2023-11-16~34096~htcondor-secondary~a23fbb0~kysrpex_local_build

Check warning on line 8 in resources.yaml

View workflow job for this annotation

GitHub Actions / yamllint

8:121 [line-length] line too long (137 > 120 characters)
Expand Down Expand Up @@ -230,7 +230,7 @@ deployment:
cgroups:
mem_limit_policy: soft
mem_reserved_size: 1024
image: htcondor-secondary-gpu
image: gpu
secondary_htcondor_cluster: true
worker-c8m40g1-htcondor-secondary:
count: 4 #4
Expand All @@ -248,8 +248,9 @@ deployment:

# Trainings
# These will overlap Mar 26-Apr 5

training-kmb6:
count: 2
count: 1
flavor: c1.c28m225d50
start: 2024-03-01
end: 2024-05-17
Expand All @@ -265,13 +266,37 @@ deployment:
image: htcondor-secondary
secondary_htcondor_cluster: true
training-tp-m:
count: 1
count: 2
flavor: c1.c28m225d50
start: 2024-03-26
end: 2024-04-17
group: training-tp-master1-chip-seq
image: htcondor-secondary
secondary_htcondor_cluster: true
training-gmc:
count: 2
flavor: c1.c28m225d50
start: 2024-03-19
end: 2024-03-26
group: training-gmc
image: htcondor-secondary
secondary_htcondor_cluster: true
training-rock:
count: 1
flavor: c1.c28m225d50
start: 2024-03-21
end: 2024-03-26
group: training-rocky9-test
secondary_htcondor_cluster: true

training-geno:
count: 2
flavor: c1.c28m225d50
start: 2024-05-07
end: 2024-05-10
group: training-genome-assembly-2024
image: htcondor-secondary
secondary_htcondor_cluster: true

training-nort:
count: 2
Expand Down

0 comments on commit 10632d1

Please sign in to comment.