Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce CI resources #367

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ansible/ci/check_slurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@
vars:
expected_sinfo:
- "{{ openhpc_cluster_name }}-compute-[0-1] small* up 60-00:00:00 2 idle"
- "{{ openhpc_cluster_name }}-compute-[2-3] extra up 60-00:00:00 2 idle"
2 changes: 1 addition & 1 deletion environments/.stackhpc/terraform/ARCUS.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cluster_net = "portal-internal"
cluster_subnet = "portal-internal"
vnic_type = "normal"
control_node_flavor = "vm.ska.cpu.general.quarter"
control_node_flavor = "vm.ska.cpu.general.eighth"
other_node_flavor = "vm.ska.cpu.general.small"
6 changes: 0 additions & 6 deletions environments/.stackhpc/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,10 @@ module "cluster" {
flavor: var.other_node_flavor
image: var.cluster_image
}
extra: {
flavor: var.other_node_flavor
image: var.cluster_image
}
}
compute_nodes = {
compute-0: "small"
compute-1: "small"
compute-2: "extra"
compute-3: "extra"
}
volume_backed_instances = var.volume_backed_instances

Expand Down
Loading