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

DAOS-14408 common: enable NDCTL for DCPM #14371

Merged
merged 74 commits into from
Oct 9, 2024
Merged

Commits on Aug 28, 2024

  1. DAOS-14408 common: ensure NDCTL not used for storage class ram

    NDCTL features can not be used with no-DCPM PMem (simulated PMem)
    PMEMOBJ_CONF=sds.at_create=0 disables NDCTL features in PMDK
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ee6d615 View commit details
    Browse the repository at this point in the history
  2. Ensure ABT_THREAD_STACKSIZE>=18432 for dcpm storage class

    dcpm storage class with NDCTL enabled requires at least
    18432 stack size for ULT.
    
    PR-repos: pmdk@PR-38:11
    Priority: 2
    Cancel-prev-build: false
    
    Skip-nlt: false
    Skip-unit-tests: false
    Skip-func-test-vm: false
    Skip-test-rpms: false
    Allow-unstable-test: true
    Skip-func-hw-test-large: false
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f74f025 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into grom72/ndctl-valida…

    …tion
    
    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    
    Skip-build-ubuntu20-rpm
    Skip-build-leap15-rpm
    Skip-build-leap15-icc
    Skip-build-el9-rpm
    Skip-nlt: false
    Skip-unit-tests: false
    Skip-func-test-vm: false
    Skip-test-rpms: false
    Allow-unstable-test: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ceccaca View commit details
    Browse the repository at this point in the history
  4. Test with actual PMDK pkg.

    Priority: 2
    Cancel-prev-build: false
    
    Skip-nlt: false
    Skip-unit-tests: false
    Skip-func-test-vm: false
    Skip-test-rpms: false
    Allow-unstable-test: true
    Skip-func-hw-test-large: false
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    12bed56 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Repeate DaosBuild test on Medium HW

    PR-repos: pmdk@PR-38:11
    
    Test-tag: DaosBuild
    Priority: 2
    Cancel-prev-build: false
    
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: true
    Skip-unit-tests: true
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Allow-unstable-test: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    44c0346 View commit details
    Browse the repository at this point in the history
  2. tgt_vos_create_one() ULT requires bigger stack size in some configura…

    …tions
    
    PR-repos: pmdk@PR-38:11
    
    Test-tag: DaosBuild
    Priority: 2
    Cancel-prev-build: false
    
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: true
    Skip-unit-tests: true
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Allow-unstable-test: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9598f9a View commit details
    Browse the repository at this point in the history
  3. Final verification on master

    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fc2c933 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. ABT_THREAD_STACKSIZE is automatically set during engin startup

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    
    (Repeate test only with PMem HW)
    
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: true
    Skip-unit-tests: true
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Skip-func-hw-test-large: true
    
    Skip-func-hw-test-medium: false
    
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1f3f723 View commit details
    Browse the repository at this point in the history
  2. Remove obsolete test config

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: false
    Skip-unit-tests: false
    Skip-func-test-vm: false
    Skip-test-rpms: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: true
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a9a4a5c View commit details
    Browse the repository at this point in the history
  3. Revert "Remove obsolete test config"

    This reverts commit a9a4a5c.
    
    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: false
    Skip-unit-tests: false
    Skip-func-test-vm: false
    Skip-test-rpms: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: true
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8f6e286 View commit details
    Browse the repository at this point in the history
  4. Automatically set the PMEMOBJ_CONF env var

    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    884f96d View commit details
    Browse the repository at this point in the history
  5. Exclude PMEMOBJ_CONF env var as it is automatically set

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: false
    Skip-unit-tests: false
    Skip-func-test-vm: false
    Skip-test-rpms: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: true
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5ec658a View commit details
    Browse the repository at this point in the history
  6. Fix tests

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: true
    Skip-unit-tests: false
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: true
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2ca8e35 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: true
    Skip-unit-tests: false
    Skip-unit-test-memcheck: true
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: true
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4528923 View commit details
    Browse the repository at this point in the history
  8. Fix more tests

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: true
    Skip-unit-tests: false
    Skip-unit-test-memcheck: true
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: true
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    648d374 View commit details
    Browse the repository at this point in the history
  9. Restore NLT original configuration.

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: false
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: false
    Skip-unit-tests: true
    Skip-unit-test-memcheck: true
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: true
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0976c04 View commit details
    Browse the repository at this point in the history
  10. Restore NLT original configuration.

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: false
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: false
    Skip-unit-tests: false
    Skip-unit-test-memcheck: true
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: true
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    dfb9bf0 View commit details
    Browse the repository at this point in the history
  11. Full final validation

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Skip-func-hw-test-large: false
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c1dba55 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Validation with legacy PMDK pkg (no NDCTL enabled)

    Priority: 2
    Cancel-prev-build: false
    Skip-func-hw-test-large: false
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    d6fd878 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Unit tests for PMEMOBJ environment variables configuration validation

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: false
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: false
    Skip-unit-tests: false
    Skip-unit-test-memcheck: true
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: true
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a9a12d5 View commit details
    Browse the repository at this point in the history
  2. Fix unit tests

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: false
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: true
    Skip-unit-tests: false
    Skip-unit-test-memcheck: true
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: true
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    118ad26 View commit details
    Browse the repository at this point in the history
  3. Fix unit tests (2)

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: false
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: true
    Skip-unit-tests: false
    Skip-unit-test-memcheck: true
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: true
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a33e5c0 View commit details
    Browse the repository at this point in the history
  4. Fix unit tests (3)

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: false
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: true
    Skip-unit-tests: false
    Skip-unit-test-memcheck: true
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: true
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f8c108b View commit details
    Browse the repository at this point in the history
  5. Final unit tests tuning (and final validation)

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: false
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: false
    Skip-unit-tests: false
    Skip-unit-test-memcheck: false
    Skip-func-test-vm: false
    Skip-test-rpms: false
    Skip-func-hw-test-large: false
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: false
    Skip-func-hw-test-medium-md-on-ssd: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    bcdced7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Final validation (2nd)

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Allow-unstable-test: true
    Skip-func-hw-test-large: false
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: false
    Skip-func-hw-test-medium-md-on-ssd: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    193f4e6 View commit details
    Browse the repository at this point in the history
  2. Changelog update

    Cancel-prev-build: false
    Doc-only: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    560d9de View commit details
    Browse the repository at this point in the history
  3. Fix changelog

    Cancel-prev-build: false
    Doc-only: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3212708 View commit details
    Browse the repository at this point in the history
  4. Final validation (3rd)

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Allow-unstable-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f2a865e View commit details
    Browse the repository at this point in the history
  5. Code update based on reviewers feedback

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Allow-unstable-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5d4aaf2 View commit details
    Browse the repository at this point in the history
  6. Fix source code format

    Doc-only: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9815445 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Update code style and extend tests scenarious

    - reduce code nesting by reorganizing code
    - adjust error messages
    - new test scenario to cover PMEMOBJ_CONF with
      not only sds.at_create setting
    
    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Allow-unstable-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8bd6325 View commit details
    Browse the repository at this point in the history
  2. Remove underscores from go variables names

    PR-repos: pmdk@PR-38:11
    Priority: 2
    Cancel-prev-build: false
    
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    
    Skip-nlt: true
    Skip-unit-tests: false
    Skip-func-test-vm: false
    Skip-test-rpms: true
    Allow-unstable-test: true
    Skip-func-hw: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cc7000b View commit details
    Browse the repository at this point in the history
  3. Allign ULT default stack size with Linux page size

    PR-repos: pmdk@PR-38:11
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    
    Skip-func-hw-test-large: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e80ae21 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Force build

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: true
    Skip-unit-tests: false
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Skip-unit-test-memcheck: false
    Allow-unstable-test: true
    Skip-func-hw-test-large: false
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: false
    
    Required-githooks: true
    grom72 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1ace438 View commit details
    Browse the repository at this point in the history
  2. Fix documentation 18KiB -> 20KiB

    See minABTThreadStackSizeDCPM = 20480 (was 18432)
    
    (Build with legacy PMDK pkg (2.1.0-1))
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    Skip-func-hw-test-large: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    05efd1e View commit details
    Browse the repository at this point in the history
  3. Upgrade PMDK to version 2.1.0 to enable NDCTL for engines with DCPM

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    Skip-func-hw-test-large: false
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: false
    Skip-func-hw-test-medium-ucx-provider: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6e07425 View commit details
    Browse the repository at this point in the history
  4. Fix: add dependencies required for PMDK w/ NDCTL

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    Skip-func-hw-test-large: false
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: false
    Skip-func-hw-test-medium-ucx-provider: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    dbb626b View commit details
    Browse the repository at this point in the history
  5. Fix: add dependencies required for PMDK w/ NDCTL (2nd)

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    Skip-func-hw-test-large: false
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: false
    Skip-func-hw-test-medium-ucx-provider: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6dd7d34 View commit details
    Browse the repository at this point in the history
  6. Revert "Fix: add dependencies required for PMDK w/ NDCTL (2nd)"

    This reverts commit 6dd7d34.
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    16c0519 View commit details
    Browse the repository at this point in the history
  7. Revert "Fix: add dependencies required for PMDK w/ NDCTL"

    This reverts commit dbb626b.
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ec653de View commit details
    Browse the repository at this point in the history
  8. Revert "Upgrade PMDK to version 2.1.0 to enable NDCTL for engines wit…

    …h DCPM"
    
    This reverts commit 6e07425.
    
    (Build with legacy PMDK pkg (2.1.0-1))
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    Skip-func-hw-test-large: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b0842ed View commit details
    Browse the repository at this point in the history
  9. Upgrade PMDK to version 2.1.0 to enable NDCTL for engines

     with DCPM
    
    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    Skip-func-hw-test-large: false
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: false
    Skip-func-hw-test-medium-ucx-provider: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    cf26dd1 View commit details
    Browse the repository at this point in the history
  10. Fix typo

    Priority: 2
    Cancel-prev-build: false
    Doc-only: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8297d37 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Fix typo in pkg name

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: true
    Skip-unit-tests: true
    Skip-func-test-vm: true
    Skip-test-rpms: true
    
    Allow-unstable-test: true
    Skip-func-hw-test-large: true
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    da701b4 View commit details
    Browse the repository at this point in the history
  2. Fix GHA ARM build

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Doc-only: true
    Cancel-prev-build: false
    
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: true
    Skip-unit-tests: false
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Skip-unit-test-memcheck: false
    
    Allow-unstable-test: true
    Skip-func-hw-test: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    23f52e6 View commit details
    Browse the repository at this point in the history
  3. Force landing builds workflow when build.config is modified

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Doc-only: true
    Cancel-prev-build: false
    
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: true
    Skip-unit-tests: false
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Skip-unit-test-memcheck: false
    
    Allow-unstable-test: true
    Skip-func-hw-test: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    83123e2 View commit details
    Browse the repository at this point in the history
  4. Revert "Fix typo in pkg name"

    This reverts commit da701b4.
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    88d5087 View commit details
    Browse the repository at this point in the history
  5. Reapply "Fix typo in pkg name"

    This reverts commit 88d5087.
    
    Priority: 2
    Doc-only: true
    Cancel-prev-build: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    913b030 View commit details
    Browse the repository at this point in the history
  6. Fix PMDK patch

    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ac3193a View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/master' into grom72/ndctl-valida…

    …tion
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    
    Required-githooks: true
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4c5ed9d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Merge remote-tracking branch 'origin/master' into grom72/ndctl-valida…

    …tion
    
    Required-githooks: true
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    eea85fb View commit details
    Browse the repository at this point in the history
  2. Changelog update

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ee99bf5 View commit details
    Browse the repository at this point in the history
  3. Adjust PMDK env var before engine run.

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Allow-unstable-test: true
    Skip-func-hw-test: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    bd9100f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. UpdatePMDKEnvars() is moved to processConfig()

    ValidatePMDKEnvVar() has been removed from config.Validate().
    Validation is a side effect of the inability to update PMDK-related variables
    
    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Allow-unstable-test: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    48f6285 View commit details
    Browse the repository at this point in the history
  2. Restore license date

    Doc-only: true
    Cancel-prev-build: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4f90e7a View commit details
    Browse the repository at this point in the history
  3. Minor fixes to improve code clarity

    (Build with daos-stack/pmdk:master)
    
    Cancel-prev-build: false
    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f4c187d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Fix dfuse/build_test.py

    Skip-build-ubuntu20-rpm: true
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    
    PR-repos: pmdk@PR-38:11
    Cancel-prev-build: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8f8d846 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fix dfuse/build_test.py (2nd)

    Test-tag: DaosBuild
    
    Priority: 2
    PR-repos: pmdk@PR-38:11
    Cancel-prev-build: false
    Allow-unstable-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c9f0c11 View commit details
    Browse the repository at this point in the history
  2. Fix dfuse/build_test.py test (3rd)

    Remove derived dependency for SUSE:
    "daos-client-tests.x86_64: E: explicit-lib-dependency libndctl-devel"
    
    Test-tag: DaosBuild
    
    Priority: 2
    PR-repos: pmdk@PR-38:11
    Cancel-prev-build: false
    Allow-unstable-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e701bb8 View commit details
    Browse the repository at this point in the history
  3. Fix: a simpler implementation of the unit tests setter.

    PR-repos: pmdk@PR-38:11
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    Skip-func-hw-test-large: false
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: false
    Skip-func-hw-test-medium-ucx-provider: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e52972b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Force full validation with the legacy PMDK

    Full validation with PMDK 2.1.0 w/o NDCTL enabled
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    Skip-func-hw-test-large: false
    Skip-func-hw-test-medium: false
    Skip-func-hw-test-medium-verbs-provider: false
    Skip-func-hw-test-medium-ucx-provider: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    e433d4c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. RPMs validation with PMDK 2.1.0 w NDCTL enabled

    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Skip-func-test-leap15: false
    Skip-func-test-el9: false
    Skip-test-leap-15.4-rpms: false
    Skip-test-el9-rpms: false
    
    Allow-unstable-test: true
    Skip-func-hw-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9175174 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. RPMs validation with PMDK 2.1.0 w NDCTL enabled (2nd)

    Test-tag: DaosBuild
    PR-repos: pmdk@PR-38:11
    
    Priority: 2
    Cancel-prev-build: false
    Skip-func-test-leap15: false
    Skip-func-test-el9: false
    Skip-test-leap-15.4-rpms: false
    Skip-test-el9-rpms: false
    
    Allow-unstable-test: true
    Skip-func-hw-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    82e9e92 View commit details
    Browse the repository at this point in the history
  2. RPMs validation with PMDK 2.1.0 w NDCTL enabled (2nd)

    Test-tag: DaosBuild
    PR-repos: pmdk@PR-38:11
    Skip-list: test_dfuse_daos_build_wt_il:DAOS-16556
    
    Priority: 2
    Cancel-prev-build: false
    Skip-func-test-leap15: false
    Skip-func-test-el9: false
    Skip-test-leap-15.4-rpms: false
    Skip-test-el9-rpms: false
    
    Allow-unstable-test: true
    Skip-func-hw-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bc08b29 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. RPMs validation with PMDK 2.1.0 w NDCTL enabled (3nd)

    Test-tag: DaosBuild
    PR-repos: pmdk@PR-38:11
    Skip-list: test_dfuse_daos_build_wt_pil4dfs:DAOS-16556
    
    Priority: 2
    Cancel-prev-build: false
    Skip-func-test-leap15: false
    Skip-func-test-el9: false
    Skip-test-leap-15.4-rpms: false
    Skip-test-el9-rpms: false
    
    Allow-unstable-test: true
    Skip-func-hw-test: true
    
    Required-githooks: true
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0565522 View commit details
    Browse the repository at this point in the history
  2. Add libndctl-devel for leap test environment

    Test-tag: DaosBuild
    PR-repos: pmdk@PR-38:11
    Skip-list: test_dfuse_daos_build_wt_pil4dfs:DAOS-16556
    
    Priority: 2
    Cancel-prev-build: false
    
    Skip-func-test-leap15: false
    Skip-func-test-el9: false
    Skip-test-leap-15.4-rpms: false
    Skip-test-el9-rpms: false
    
    Allow-unstable-test: true
    Skip-func-hw-test: false
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c6f4853 View commit details
    Browse the repository at this point in the history
  3. Add libndctl-devel for to Ubuntu pkg spec

    Test-tag: DaosBuild
    PR-repos: pmdk@PR-38:11
    Skip-list: test_dfuse_daos_build_wt_pil4dfs:DAOS-16556
    
    Priority: 2
    Cancel-prev-build: false
    
    Skip-build-ubuntu20-rpm: false
    Skip-build-leap15-rpm: true
    Skip-build-leap15-icc: true
    Skip-build-el9-rpm: true
    Skip-nlt: true
    Skip-unit-tests: true
    Skip-func-test-vm: true
    Skip-test-rpms: true
    Skip-unit-test-memcheck: true
    Skip-func-test: true
    Skip-unit-tests: true
    Allow-unstable-test: true
    Skip-func-hw-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    817c616 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Final validation.

    PR-repos: pmdk@PR-38:11
    Skip-list: test_dfuse_daos_build_wt_pil4dfs:DAOS-16556
    
    Priority: 2
    
    Allow-unstable-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e444b1f View commit details
    Browse the repository at this point in the history
  2. Final validation (no NDCTL).

    Skip-list: test_dfuse_daos_build_wt_pil4dfs:DAOS-16556
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8d7da45 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge remote-tracking branch 'origin/master' into grom72/ndctl-valida…

    …tion
    
    Skip-list: test_dfuse_daos_build_wt_pil4dfs:DAOS-16556
    
    Priority: 2
    Cancel-prev-build: false
    Allow-unstable-test: true
    
    Required-githooks: true
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d13a99b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Merge remote-tracking branch 'origin/master' into grom72/ndctl-valida…

    …tion
    
    PR-repos: pmdk@PR-38:14
    Skip-list: test_dfuse_daos_build_wt_pil4dfs:DAOS-16556
    Allow-unstable-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7c9d8ee View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Force build and tests on various OSes

    PR-repos: pmdk@PR-38:14
    Skip-list: test_dfuse_daos_build_wt_pil4dfs:DAOS-16556
    Priority: 2
    
    Do not re-run UT
    Skip-unit-tests: true
    
    Force tests on various OSes
    Skip-func-test-leap15: false
    Skip-func-test-el9: false
    Skip-test-leap-15.4-rpms: false
    Skip-test-el9-rpms: false
    
    Allow-unstable-test: true
    
    HW tests already done in the previous build
    Skip-func-hw-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5b0183e View commit details
    Browse the repository at this point in the history
  2. Force build and tests on various OSes with legacy PMDK

    Skip-list: test_dfuse_daos_build_wt_pil4dfs:DAOS-16556
    Priority: 2
    
    Cancel-prev-build: false
    
    Force tests on various OSes
    Skip-func-test-leap15: false
    Skip-func-test-el9: false
    Skip-test-leap-15.4-rpms: false
    Skip-test-el9-rpms: false
    
    Allow-unstable-test: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5061c98 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Force build and tests on various OSes with legacy PMDK

    Skip-list: test_dfuse_daos_build_wt_pil4dfs:DAOS-16556
    Priority: 2
    
    Cancel-prev-build: false
    
    Skip tests that passed in previous build
    Skip-unit-tests: true
    Skip-unit-test: true
    Skip-unit-test-memcheck: true
    Skip-nlt: true
    Skip-func-test-vm: true
    
    Allow-unstable-test: true
    
    Skip-func-test-hw-large: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4323936 View commit details
    Browse the repository at this point in the history