Guillermo Julián
Guillermo Julián
### What does this PR do? This PR adds support for CWS tests in the new Kernel Matrix Testing framework ### Motivation Include CWS tests in the KMT framework, so...
### What does this PR do? This PR adds support for macOS VMs in the KMT framework: * Use vmconfig templates to account for differences in OSs and paths *...
### What does this PR do? Minor fixes to adapt CWS tests to run in the KMT environment. * Specify working directory when executing scripts, as tests might be running...
### What does this PR do? Increase the limit of allocations in the MultipleBatch mode of the entry count function in ebpfcheck. ### Motivation The test `pkg/collector/corechecks/ebpf/probe/ebpfcheck.TestHashMapNumberOfEntriesNoExtraAllocations/10000MaxEntries/MultipleBatch` was detected as...
### What does this PR do? Fixes the test for the `BatchAPISupported` function as it was flaking on Amazon 5.10 kernels since the 17th of this month. These tests were...
### What does this PR do? Fixes how images are defined in the `platforms.json` file and how they are downloaded. This fixes inconsistencies in how the images were downloaded (for...
### What does this PR do? Adds Oracle 7.9 (x64 only), 8.9 and 9.3 to KMT. ### Motivation Bringing the KMT test images as close to Kitchen as possible for...
### What does this PR do? Adds type information for the Python code in the `tasks` directory, only for KMT related tasks. ### Motivation Improve reliability of the code by...
### What does this PR do? Adds the following images to KMT: * OpenSUSE 15.3 (ARM64, x64) * OpenSUSE 15.5 (ARM64, x64) ### Motivation Matching testing platforms in KMT for...
### What does this PR do? * Run KMT jobs when the tasks files change * Add `RUN_KMT_TESTS` variable to force running KMT jobs if needed. ### Motivation Ensure that...