Skip to content
Open
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
2 changes: 2 additions & 0 deletions pkg/cmd/drtprod/configs/drt_scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ targets:
os-volume-size: 100
username: drt
lifetime: 8760h
label: usage=scale_test
gce-image: "ubuntu-2204-jammy-v20240319"
- command: sync
flags:
Expand Down Expand Up @@ -89,6 +90,7 @@ targets:
os-volume-size: 100
username: workload
lifetime: 8760h
label: usage=scale_test
on_rollback:
- command: destroy
args:
Expand Down
2 changes: 2 additions & 0 deletions pkg/cmd/drtprod/configs/drt_scale_300.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ targets:
os-volume-size: 100
username: drt
lifetime: 8760h
label: usage=scale_test
gce-image: "ubuntu-2204-jammy-v20250112"
- command: sync
skip_notification: true
Expand Down Expand Up @@ -108,6 +109,7 @@ targets:
os-volume-size: 100
username: workload
lifetime: 8760h
label: usage=scale_test
gce-image: "ubuntu-2204-jammy-v20250112"
on_rollback:
- command: destroy
Expand Down
1 change: 1 addition & 0 deletions pkg/cmd/drtprod/configs/drt_scale_pcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ targets:
os-volume-size: 100
username: drt
lifetime: 8760h
label: usage=scale_test
gce-image: "ubuntu-2204-jammy-v20240319"
- command: sync
flags:
Expand Down
2 changes: 2 additions & 0 deletions pkg/cmd/drtprod/configs/drt_scale_restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ targets:
os-volume-size: 100
username: drt
lifetime: 8760h
label: usage=scale_test
gce-image: "ubuntu-2204-jammy-v20240319"
- command: sync
flags:
Expand Down Expand Up @@ -89,6 +90,7 @@ targets:
os-volume-size: 100
username: workload
lifetime: 8760h
label: usage=scale_test
on_rollback:
- command: destroy
args:
Expand Down
Loading