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

camkes-vm: fix typo in settings key string #316

Merged
merged 1 commit into from
Jan 27, 2024
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
8 changes: 4 additions & 4 deletions camkes-vm/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ builds:
- vm_minimal_smp_tx1:
app: vm_minimal
platform: TX1
setttings:
settings:
NUM_NODES: 4
- vm_minimal_smp_tx2:
app: vm_minimal
platform: TX2
setttings:
settings:
NUM_NODES: 4
- vm_serial_server:
platform: ODROID_XU4
Expand All @@ -74,7 +74,7 @@ builds:
app: vm_virtio_net
platform: ODROID_XU4
success: 'Ping test was successful'
setttings:
settings:
VIRTIO_NET_PING: '1'
- vm_virtio_net_arping_tx2:
app: vm_virtio_net
Expand All @@ -84,7 +84,7 @@ builds:
app: vm_virtio_net
platform: TX2
success: 'Ping test was successful'
setttings:
settings:
VIRTIO_NET_PING: '1'
- vm_multi:
platform: ODROID_XU4
Expand Down
Loading