Skip to content

Commit

Permalink
Remove climatematch nodepool too
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Nov 6, 2023
1 parent 5565c79 commit c0ab96a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions terraform/gcp/projects/pilot-hubs.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,6 @@ notebook_nodes = {
max : 100,
machine_type : "n2-highmem-64",
}
"climatematch" : {
min : 0,
max : 100,
machine_type : "n2-highmem-32",
labels : {
"2i2c.org/community" : "climatematch"
},
taints : [{
key : "2i2c.org/community",
value : "climatematch",
effect : "NO_SCHEDULE"
}],
resource_labels : {
"community" : "climatematch"
},
},
# Nodepool for neurohackademy. Tracking issue: https://github.com/2i2c-org/infrastructure/issues/2681
"neurohackademy" : {
# We expect around 120 users
Expand Down

0 comments on commit c0ab96a

Please sign in to comment.