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

spread: use the same system definitions in google-nested-dev as in google-nested #15083

Merged
merged 1 commit into from
Feb 17, 2025
Merged
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
24 changes: 2 additions & 22 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ backends:
plan: n2-standard-2
halt-timeout: 2h
cpu-family: "Intel Cascade Lake"
systems:
systems: &google-nested-systems
- ubuntu-16.04-64:
image: ubuntu-1604-64-virt-enabled
storage: 20G
Expand Down Expand Up @@ -335,27 +335,7 @@ backends:
plan: n2-standard-4
halt-timeout: 6h
cpu-family: "Intel Cascade Lake"
systems:
- ubuntu-16.04-64:
image: ubuntu-1604-64-virt-enabled
storage: 20G
workers: 3
- ubuntu-18.04-64:
image: ubuntu-1804-64-virt-enabled
storage: 20G
workers: 3
- ubuntu-20.04-64:
image: ubuntu-2004-64-virt-enabled
storage: 20G
workers: 8
- ubuntu-22.04-64:
image: ubuntu-2204-64-virt-enabled
storage: 20G
workers: 8
- ubuntu-24.04-64:
image: ubuntu-2404-64-virt-enabled
storage: 20G
workers: 8
systems: *google-nested-systems

qemu-nested:
memory: 4G
Expand Down
Loading