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

[patch-axel-ci-test] #7

Draft
wants to merge 2 commits into
base: patch-axel-ci-base
Choose a base branch
from
Draft
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: 1 addition & 1 deletion .github/workflows/test-hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: HW

on:
# needs PR target for secrets access; guard by requiring label
pull_request_target:
pull_request_target: # !! dummy
types: [opened, reopened, synchronize, labeled]

# downgrade permissions to read-only as you would have in a standard PR action
Expand Down
3 changes: 2 additions & 1 deletion apps/Arm/vm_minimal/zcu102/2022_1/devices.camkes
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ assembly {
"initrd_addr" : VAR_STRINGIZE(VM_INITRD_ADDR),
"kernel_entry_addr" : VAR_STRINGIZE(VM_ENTRY_ADDR),
};
vm0.num_vcpus = 4;
vm0.num_vcpus = 2;
vm0.pcpus = [2, 3];

/* Extra untyped pool to allow for 256MB of RAM */
vm0.simple_untyped28_pool = 1;
Expand Down
Loading