Skip to content

Commit

Permalink
move 1 compute VM to ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaysrikakulam committed Apr 22, 2024
1 parent 7d20ad4 commit 41ca2e1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ deployment:
# and since we do not have enough compute for Galaxy in the new cloud yet, let's redirect the
# training VMs resources to the Galaxy and deploy them as compute nodes for now.
worker-c28m225:
count: 7 #0
count: 5 #0
flavor: c1.c28m225d50
group: compute # compute_test
docker: true
Expand All @@ -92,18 +92,18 @@ deployment:
mem_reserved_size: 2048
image: default

worker-c36m100:
count: 1 #26 #32
flavor: c1.c36m100d50
group: compute
docker: true
volume:
size: 1024
type: default
cgroups:
mem_limit_policy: hard
mem_reserved_size: 2048
image: default
# worker-c36m100:
# count: 26 #32
# flavor: c1.c36m100d50
# group: compute
# docker: true
# volume:
# size: 1024
# type: default
# cgroups:
# mem_limit_policy: hard
# mem_reserved_size: 2048
# image: default

worker-c36m225:
count: 8 #11
Expand Down

0 comments on commit 41ca2e1

Please sign in to comment.