From d51f17adb7f7f62f0bd52b58373e1c686e46a554 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 1 Jun 2024 00:01:34 +0000 Subject: [PATCH 01/16] chore: Update AMI for alma 8 (x86_64) in agent-smoke-legacy-ebpf scen... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ario Made with ❤️️ by updatecli --- .../agent-smoke-legacy-ebpf/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 8b1d7c922..9240a07b6 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0f384fefb431fbea2 + image: ami-06338d230ffc3fc0c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} From 5b6782254eb5d2ffaa33d624c330e008681524ef Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 1 Jun 2024 00:01:39 +0000 Subject: [PATCH 02/16] chore: Update AMI for alma 8 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index a70d89352..9026e8a18 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0f384fefb431fbea2 + image: ami-06338d230ffc3fc0c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} From 735460a26bd5e2f161542e7469af6d3f0cfeed31 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 1 Jun 2024 00:01:43 +0000 Subject: [PATCH 03/16] chore: Update AMI for alma 8 (x86_64) in agent-uninstall-clean-all sc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enario Made with ❤️️ by updatecli --- .../agent-uninstall-clean-all/molecule.yml.template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index d7bc7cc25..6cfb1245f 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0f384fefb431fbea2 + image: ami-06338d230ffc3fc0c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} @@ -45,11 +45,11 @@ platforms: instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} -# - name: ubuntu-1804-x86_64 -# image: ami-055744c75048d8296 -# instance_type: ${INSTANCE_TYPE_X86} -# region: ${REGION} -# vpc_subnet_id: ${VPC_SUBNET_ID} + # - name: ubuntu-1804-x86_64 + # image: ami-055744c75048d8296 + # instance_type: ${INSTANCE_TYPE_X86} + # region: ${REGION} + # vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2004-x86_64 image: ami-06f8dce63a6b60467 instance_type: ${INSTANCE_TYPE_X86} From dc3761d8516a9f502fb5e4e7055ffdf0e1cf6d9b Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 1 Jun 2024 00:01:47 +0000 Subject: [PATCH 04/16] chore: Update AMI for alma 8 (x86_64) in agent-smoke-universal-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index bb146c7bf..74b55663d 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0f384fefb431fbea2 + image: ami-06338d230ffc3fc0c instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 7dae11797d49b15fe4cb0a0924d23266f4e9ca36 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Aug 2024 00:01:35 +0000 Subject: [PATCH 05/16] chore: Update AMI for alma 8 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index 9026e8a18..d05909bcf 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-06338d230ffc3fc0c + image: ami-0825c833650fed842 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From f7df8357e8a2674fcc96dd3610fb076d266aa20d Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Aug 2024 00:01:38 +0000 Subject: [PATCH 06/16] chore: Update AMI for alma 8 (x86_64) in agent-smoke-universal-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index 74b55663d..0206066bd 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-06338d230ffc3fc0c + image: ami-0825c833650fed842 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a9b659b7fa7ab83918c907e320b2200a553768cd Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Aug 2024 00:01:42 +0000 Subject: [PATCH 07/16] chore: Update AMI for alma 8 (x86_64) in agent-uninstall-clean-all sc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index 6cfb1245f..02406137d 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-06338d230ffc3fc0c + image: ami-0825c833650fed842 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a7b24f1c67684a8f4b651b42fbc2afb579f7ee52 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Aug 2024 00:01:46 +0000 Subject: [PATCH 08/16] chore: Update AMI for alma 8 (x86_64) in agent-smoke-legacy-ebpf scen... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 9240a07b6..0d3b74caa 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-06338d230ffc3fc0c + image: ami-0825c833650fed842 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From a28360f526029166d90d67d7cbea5bf748d1ea33 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 4 Oct 2025 00:02:14 +0000 Subject: [PATCH 09/16] chore: Update AMI for alma 8 (x86_64) in agent-smoke-universal-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index 0206066bd..359020994 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0825c833650fed842 + image: ami-00f5654d09a6a6700 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From dd667f72bec579f3cebe1c32254b28d5178092f0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 4 Oct 2025 00:02:19 +0000 Subject: [PATCH 10/16] chore: Update AMI for alma 8 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index d05909bcf..da030e8dd 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0825c833650fed842 + image: ami-00f5654d09a6a6700 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 99ba3142b6e3330c69a0f6342af09cb776011a91 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 4 Oct 2025 00:02:24 +0000 Subject: [PATCH 11/16] chore: Update AMI for alma 8 (x86_64) in agent-uninstall-clean-all sc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index 02406137d..5fe25ec84 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0825c833650fed842 + image: ami-00f5654d09a6a6700 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From b3e6c273e464ac5b8682aefa09521530fc762980 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 4 Oct 2025 00:02:29 +0000 Subject: [PATCH 12/16] chore: Update AMI for alma 8 (x86_64) in agent-smoke-legacy-ebpf scen... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index 0d3b74caa..a8cc140ba 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-0825c833650fed842 + image: ami-00f5654d09a6a6700 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 19923dac438ca7710e9ed46bf767031f02e13779 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 29 Oct 2025 00:02:12 +0000 Subject: [PATCH 13/16] chore: Update AMI for alma 8 (x86_64) in agent-smoke-universal-ebpf s... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cenario Made with ❤️️ by updatecli --- molecule/agent-smoke-universal-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index 359020994..a6e1ae0ab 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-00f5654d09a6a6700 + image: ami-0b5df4ee78b963496 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 64d2e3c02f32779cc8d22ffed676d966cc0959e1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 29 Oct 2025 00:02:18 +0000 Subject: [PATCH 14/16] chore: Update AMI for alma 8 (x86_64) in agent-smoke-kmodule scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- molecule/agent-smoke-kmodule/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index da030e8dd..3f13cef30 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-00f5654d09a6a6700 + image: ami-0b5df4ee78b963496 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 70d54ead3a796ad3121f7afa0122fcd0272b03e9 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 29 Oct 2025 00:02:24 +0000 Subject: [PATCH 15/16] chore: Update AMI for alma 8 (x86_64) in agent-uninstall-clean-all sc... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... enario Made with ❤️️ by updatecli --- molecule/agent-uninstall-clean-all/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index 5fe25ec84..0e19d559e 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-00f5654d09a6a6700 + image: ami-0b5df4ee78b963496 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} From 2d07f1032cbc18bb967489b5f4df0ec3cc07d7f7 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 29 Oct 2025 00:02:30 +0000 Subject: [PATCH 16/16] chore: Update AMI for alma 8 (x86_64) in agent-smoke-legacy-ebpf scen... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ario Made with ❤️️ by updatecli --- molecule/agent-smoke-legacy-ebpf/molecule.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index a8cc140ba..eed54fd72 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -9,7 +9,7 @@ lint: | yamllint tasks/agent platforms: - name: alma-8-x86_64 - image: ami-00f5654d09a6a6700 + image: ami-0b5df4ee78b963496 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID}