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

CI: add actuated-arm64 #4142

Merged
merged 5 commits into from
Apr 24, 2024
Merged

CI: add actuated-arm64 #4142

merged 5 commits into from
Apr 24, 2024

Commits on Apr 23, 2024

  1. CI: run apt with -y

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    30dc98f View commit details
    Browse the repository at this point in the history
  2. seccomp_syscall_test1: use ftruncate instead of kcmp

    kcmp is often missing: https://man7.org/linux/man-pages/man2/kcmp.2.html
    
    > Before Linux 5.12, this system call is available only if the
    > kernel is configured with CONFIG_CHECKPOINT_RESTORE, since the
    > original purpose of the system call was for the
    > checkpoint/restore in user space (CRIU) feature.  (The
    > alternative to this system call would have been to expose
    > suitable process information via the proc(5) filesystem; this was
    > deemed to be unsuitable for security reasons.)  Since Linux 5.12,
    > this system call is also available if the kernel is configured
    > with CONFIG_KCMP.
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    053f6a0 View commit details
    Browse the repository at this point in the history
  3. cgroups.bats: check cgroups_io_weight

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d618c6f View commit details
    Browse the repository at this point in the history
  4. helpers.bats: cgroups_cpu_burst: check kernel version

    On cgroup v2, cpu burst needs kernel >= 5.14
    torvalds/linux@f418371
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    758b2e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. CI: add actuated-arm64

    See <https://actuated.dev/blog/arm-ci-cncf-ampere>.
    Thanks to Alex Ellis, Ampere Computing, and Equinix.
    
    Host information:
    * CPU: aarch64 (ARMv8)
    * Kernel: 5.10.201
      * Lacks ~CONFIG_CHECKPOINT_RESTORE~, CONFIG_BLK_CGROUP_IOCOST, etc.
    * Cgroup: v2
    * OS: Ubuntu 22.04
      * Lacks newuidmap, newgidmap, etc. (still apt-gettable)
      * sshd is not running
    
    vmmeter is added from:
    https://gist.github.com/alexellis/1f33e581c75e11e161fe613c46180771#file-metering-gha-md
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    00238f5 View commit details
    Browse the repository at this point in the history