Skip to content

Commit

Permalink
add centos 7.9 to kmt (#20996)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle authored Nov 22, 2023
1 parent fceacae commit 1a9c3a1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/kernel_version_testing/system_probe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ kernel_matrix_testing_run_tests_x64:
ARCH: "x86_64"
parallel:
matrix:
- TAG: ["ubuntu_16.04", "ubuntu_18.04", "ubuntu_20.04", "ubuntu_22.04", "amzn_4.14", "amzn_5.4", "amzn_5.10", "fedora_37", "fedora_38", "debian_10", "debian_11", "debian_12"]
- TAG: ["ubuntu_16.04", "ubuntu_18.04", "ubuntu_20.04", "ubuntu_22.04", "amzn_4.14", "amzn_5.4", "amzn_5.10", "fedora_37", "fedora_38", "debian_10", "debian_11", "debian_12", "centos_79"]

kernel_matrix_testing_run_tests_arm64:
extends:
Expand All @@ -414,7 +414,7 @@ kernel_matrix_testing_run_tests_arm64:
ARCH: "arm64"
parallel:
matrix:
- TAG: ["ubuntu_18.04", "ubuntu_20.04", "ubuntu_22.04", "amzn_4.14", "amzn_5.4", "amzn_5.10", "fedora_37", "fedora_38", "debian_10", "debian_11", "debian_12"]
- TAG: ["ubuntu_18.04", "ubuntu_20.04", "ubuntu_22.04", "amzn_4.14", "amzn_5.4", "amzn_5.10", "fedora_37", "fedora_38", "debian_10", "debian_11", "debian_12", "centos_79"]

.kernel_matrix_testing_cleanup:
stage: kernel_matrix_testing
Expand Down
5 changes: 5 additions & 0 deletions test/new-e2e/system-probe/config/vmconfig-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
"dir": "debian-12-generic-arm64.qcow2",
"tag": "debian_12",
"image_source": "https://dd-agent-omnibus.s3.amazonaws.com/kernel-version-testing/rootfs/master/debian-12-generic-arm64.qcow2.xz"
},
{
"dir": "CentOS-7-aarch64-GenericCloud-2211.qcow2",
"tag": "centos_79",
"image_source": "https://dd-agent-omnibus.s3.amazonaws.com/kernel-version-testing/rootfs/master/CentOS-7-aarch64-GenericCloud-2211.qcow2.xz"
}
],
"machine": "virt",
Expand Down
5 changes: 5 additions & 0 deletions test/new-e2e/system-probe/config/vmconfig-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
"dir": "debian-12-generic-amd64.qcow2",
"tag": "debian_12",
"image_source": "https://dd-agent-omnibus.s3.amazonaws.com/kernel-version-testing/rootfs/master/debian-12-generic-amd64.qcow2.xz"
},
{
"dir": "CentOS-7-x86_64-GenericCloud-2211.qcow2",
"tag": "centos_79",
"image_source": "https://dd-agent-omnibus.s3.amazonaws.com/kernel-version-testing/rootfs/master/CentOS-7-x86_64-GenericCloud-2211.qcow2.xz"
}
],
"vcpu": [
Expand Down

0 comments on commit 1a9c3a1

Please sign in to comment.