Skip to content
  • Marcin Wcisło's avatar
    9eefc3f7
    Explicit tests list, refactoring, cleanup, ktests.xsh new features · 9eefc3f7
    Marcin Wcisło authored
    src/run-kselftests.sh
          Shifted from running tests by collection to running them
          on-by-one. Explicit tests lists to run for each of {8.6, 8.8, 9.2}
          x {aarch64, x86_64} case.
    ninja.sh, jinja/build.ninja
          Heavy refactoring and cleanup
          - CVE variable no more needed for proper ninja work (simply less
            targets will be available if omitted).
          - Most build statements extracted to macros for easier handling in
            jinja's loops and branches.
          - Some of the redundant code reduced.
          - Dropped unused env variables.
    src/configure-kernel.sh
          Adapted to new Rocky kernel config files
    cloud-init user data files
          Disabling cloud-init at the end. Needed for arm64 UEFI base cloud
          images to work. Transparent to x86_64 images.
    ktests.xsh
          Added new functionalities
          show
                Extract a specific test's results from the full test log(s)
          show_groups
                Like `show', but group the test results by their content
                when printing (If multiple tests produced the same results
                they are printed only once. Useful to quickly see which
                tests run produced the exact same results)
          tests
                Added option for sorting the classified tests logs table
                (name or creation time)
    ninja-back/prepare_image.sh
          Image preparation routines for ciqlts8_6, ciqlts8_8 (enabling
          systemd and cloud-init logs during startup)
    rocky.yml
          Reduced unused clutter
    
          Multiple bug fixes in the `ninja-back/*' and `srd/*' scripts.
    README
          minor additions (got a bit outdated).
    9eefc3f7
    Explicit tests list, refactoring, cleanup, ktests.xsh new features
    Marcin Wcisło authored
    src/run-kselftests.sh
          Shifted from running tests by collection to running them
          on-by-one. Explicit tests lists to run for each of {8.6, 8.8, 9.2}
          x {aarch64, x86_64} case.
    ninja.sh, jinja/build.ninja
          Heavy refactoring and cleanup
          - CVE variable no more needed for proper ninja work (simply less
            targets will be available if omitted).
          - Most build statements extracted to macros for easier handling in
            jinja's loops and branches.
          - Some of the redundant code reduced.
          - Dropped unused env variables.
    src/configure-kernel.sh
          Adapted to new Rocky kernel config files
    cloud-init user data files
          Disabling cloud-init at the end. Needed for arm64 UEFI base cloud
          images to work. Transparent to x86_64 images.
    ktests.xsh
          Added new functionalities
          show
                Extract a specific test's results from the full test log(s)
          show_groups
                Like `show', but group the test results by their content
                when printing (If multiple tests produced the same results
                they are printed only once. Useful to quickly see which
                tests run produced the exact same results)
          tests
                Added option for sorting the classified tests logs table
                (name or creation time)
    ninja-back/prepare_image.sh
          Image preparation routines for ciqlts8_6, ciqlts8_8 (enabling
          systemd and cloud-init logs during startup)
    rocky.yml
          Reduced unused clutter
    
          Multiple bug fixes in the `ninja-back/*' and `srd/*' scripts.
    README
          minor additions (got a bit outdated).
Loading