public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2025-08-27 14:28:42 to 2025-09-04 17:12:55 UTC [more...]

[PATCH 0/3] aws: add dynamic kconfig support
 2025-09-04 17:12 UTC  (6+ messages)
` [PATCH 1/3] aws: add dynamic cloud configuration support using AWS CLI
` [PATCH 2/3] aws: run make cloud-update
` [PATCH 3/3] lambda: "

[PATCH v3 00/36] Various fixes
 2025-09-04 15:15 UTC  (37+ messages)
` [PATCH v3 01/36] scripts: Update gen_ssh_key.sh
` [PATCH v3 02/36] terraform/azure: Fix count of managed disks
` [PATCH v3 03/36] terraform/azure: Remove tags from terraform configuration
` [PATCH v3 04/36] terraform/azure: Enable network acceleration
` [PATCH v3 05/36] terraform/azure: Make the resource group name a variable
` [PATCH v3 06/36] terraform/azure: Remove the provider version constraint
` [PATCH v3 07/36] terraform/azure: Update the RHEL publishers
` [PATCH v3 08/36] terraform/oci: Work around oracle/oci provider bug
` [PATCH v3 09/36] terraform/oci: Add Kconfig choices for disk performance provisioning
` [PATCH v3 10/36] terraform/oci: Enable preemptible compute instances
` [PATCH v3 11/36] terraform/aws: Fix zone selection for us_west1
` [PATCH v3 12/36] Revert "terraform/aws: Add Oracle Linux AMI selections"
` [PATCH v3 13/36] terraform/aws: Remove unused terraform tags
` [PATCH v3 14/36] terraform/GCE: Fix the default disk throughput values
` [PATCH v3 15/36] terraform/gce: Remove unused tags
` [PATCH v3 16/36] terraform/gce: Remove support for Fedora
` [PATCH v3 17/36] terraform/gce: Update existing machine types and introduce new ones
` [PATCH v3 18/36] terraform: Create the user's .ssh/config if it does not already exist
` [PATCH v3 19/36] pynfs: Don't install xdrlib3 on older RHEL
` [PATCH v3 20/36] guestfs: Update the guestfs playbook description
` [PATCH v3 21/36] gen_hosts: Add 'localhost' to the [all] group
` [PATCH v3 22/36] guestfs: Don't run the 'destroy' tags on the controller
` [PATCH v3 23/36] base_image: Skip "locales-all" package installation
` [PATCH v3 24/36] update_etc_hosts: ipaddr
` [PATCH v3 25/36] Add an Ansible requirements.yml file
` [PATCH v3 26/36] terraform/oci: Clean up the route table resource
` [PATCH v3 27/36] guestfs: Correct the spelling of "drives"
` [PATCH v3 28/36] guestfs: Configure how many extra drives to provision
` [PATCH v3 29/36] ltp: Replace /opt with a symlink to data partition
` [PATCH v3 30/36] terraform: Squelch Ansible complaints about missing inventory file
` [PATCH v3 31/36] terraform: Skip localhost when waiting for targets to reboot
` [PATCH v3 32/36] devconfig: include the "service" group in the playbooks hosts list
` [PATCH v3 33/36] Makefile: Remove CONFIG_TOPDIR_PATH_HAS_SHA256SUM
` [PATCH v3 34/36] Makefile: Set TOPDIR_PATH and generate its sha256sum at run time
` [PATCH v3 35/36] ansible.cfg: generate an ansible.cfg file in TOPDIR
` [PATCH v3 36/36] inventory: generate the inventory pathname dynamically

[PATCH 0/5] add memory fragmentation automation testing
 2025-09-04  9:13 UTC  (6+ messages)
` [PATCH 1/5] monitoring: add memory fragmentation eBPF monitoring support
` [PATCH 2/5] mmtests: add monitoring framework integration
` [PATCH 3/5] sysbench: "
` [PATCH 4/5] ai milvus: add monitoring support
` [PATCH 5/5] minio: "

[PATCH v4 0/3] declared hosts support
 2025-09-04  9:10 UTC  (6+ messages)
` [PATCH v4 1/3] gen_hosts: use kdevops_workflow_name directly for template selection
` [PATCH v4 2/3] declared_hosts: add support for pre-existing infrastructure
` [PATCH v4 3/3] minio: add MinIO Warp S3 benchmarking with declared hosts support

[PATCH v3 0/3] declared hosts support
 2025-09-03  9:02 UTC  (5+ messages)
` [PATCH v3 1/3] gen_hosts: use kdevops_workflow_name directly for template selection
` [PATCH v3 2/3] declared_hosts: add support for pre-existing infrastructure
` [PATCH v3 3/3] minio: add MinIO Warp S3 benchmarking with declared hosts support

[PATCH v2 00/37] Various fixes
 2025-09-02 20:45 UTC  (59+ messages)
` [PATCH v2 01/37] scripts: Update gen_ssh_key.sh
` [PATCH v2 02/37] terraform/azure: Fix count of managed disks
` [PATCH v2 03/37] terraform/azure: Remove tags from terraform configuration
` [PATCH v2 04/37] terraform/azure: Enable network acceleration
` [PATCH v2 05/37] terraform/azure: Make the resource group name a variable
` [PATCH v2 06/37] terraform/azure: Remove the provider version constraint
` [PATCH v2 07/37] terraform/azure: Update the RHEL publishers
` [PATCH v2 08/37] terraform/oci: Work around oracle/oci provider bug
` [PATCH v2 09/37] terraform/oci: Add Kconfig choices for disk performance provisioning
` [PATCH v2 10/37] terraform/oci: Enable preemptible compute instances
` [PATCH v2 11/37] terraform/aws: Fix zone selection for us_west1
` [PATCH v2 12/37] Revert "terraform/aws: Add Oracle Linux AMI selections"
` [PATCH v2 13/37] terraform/aws: Remove unused terraform tags
` [PATCH v2 14/37] terraform/GCE: Fix the default disk throughput values
` [PATCH v2 15/37] terraform/gce: Remove unused tags
` [PATCH v2 16/37] terraform/gce: Remove support for Fedora
` [PATCH v2 17/37] terraform/gce: Update existing machine types and introduce new ones
` [PATCH v2 18/37] terraform: Create the user's .ssh/config if it does not already exist
` [PATCH v2 19/37] pynfs: Don't install xdrlib3 on older RHEL
` [PATCH v2 20/37] guestfs: Update the guestfs playbook description
` [PATCH v2 21/37] gen_hosts: Add 'localhost' to the [all] group
` [PATCH v2 22/37] gen_hosts: Add [service] group to the builder host template
` [PATCH v2 23/37] guestfs: Don't run the 'destroy' tags on the controller
` [PATCH v2 24/37] base_image: Skip "locales-all" package on Fedora
` [PATCH v2 25/37] update_etc_hosts: ipaddr
` [PATCH v2 26/37] Add an Ansible requirements.yml file
` [PATCH v2 27/37] terraform/oci: Clean up white space in route table resource
` [PATCH v2 28/37] guestfs: Correct the spelling of "drives"
` [PATCH v2 29/37] guestfs: Configure how many extra drives to provision
` [PATCH v2 30/37] ltp: Replace /opt with a symlink to data partition
` [PATCH v2 31/37] terraform: Squelch Ansible complaints about missing inventory file
` [PATCH v2 32/37] terraform: Skip localhost when waiting for targets to reboot
` [PATCH v2 33/37] devconfig: include the "service" group in the playbooks hosts list
` [PATCH v2 34/37] Makefile: Remove CONFIG_TOPDIR_PATH_HAS_SHA256SUM
` [PATCH v2 35/37] Makefile: Set TOPDIR_PATH and generate its sha256sum at run time
` [PATCH v2 36/37] ansible.cfg: generate an ansible.cfg file in TOPDIR
` [PATCH v2 37/37] inventory: generate the inventory pathname dynamically

[PATCH 0/2] kdevops: add milvus with minio support
 2025-09-01 20:27 UTC  (7+ messages)
` [PATCH 2/2] ai: add multi-filesystem testing support for Milvus benchmarks

[RFC PATCH 0/2] Set TOPDIR at run time
 2025-09-01 17:07 UTC  (12+ messages)
` [RFC PATCH 1/2] Set TOPDIR_PATH and generate its sha256sum "
` [RFC PATCH 2/2] ansible.cfg: generate an ansible.cfg file in TOPDIR

[PATCH v3 00/10] terraform: add Lambda Labs cloud provider support
 2025-09-01  1:10 UTC  (12+ messages)
` [PATCH v3 01/10] gitignore: add entries for Lambda Labs dynamic configuration
` [PATCH v3 02/10] scripts: add Lambda Labs Python API library
` [PATCH v3 03/10] scripts: add Lambda Labs testing and debugging utilities
` [PATCH v3 04/10] scripts: add Lambda Labs credentials management
` [PATCH v3 05/10] scripts: add Lambda Labs SSH key management utilities
` [PATCH v3 06/10] kconfig: add dynamic cloud provider configuration infrastructure
` [PATCH v3 07/10] terraform/lambdalabs: add Kconfig structure for Lambda Labs
` [PATCH v3 08/10] terraform/lambdalabs: add terraform provider implementation
` [PATCH v3 09/10] ansible/terraform: integrate Lambda Labs into build system
` [PATCH v3 10/10] kconfigs: enable Lambda Labs cloud provider in menus

[PATCH v2 0/4] declared hosts support
 2025-08-31  4:12 UTC  (5+ messages)
` [PATCH v2 1/4] gen_hosts: use kdevops_workflow_name directly for template selection
` [PATCH v2 2/4] declared_hosts: add support for pre-existing infrastructure
` [PATCH v2 3/4] Makefile: add missing extra_vars.yaml dependencies
` [PATCH v2 4/4] minio: add MinIO Warp S3 benchmarking with declared hosts support

[PATCH 0/2] declared hosts support
 2025-08-29 16:42 UTC  (4+ messages)
` [PATCH 1/2] gen_hosts: refactor monolithic hosts.j2 template into per-workflow templates
` [PATCH 2/2] declared_hosts: add support for pre-existing infrastructure

[PATCH v2 00/10] terraform: add Lambda Labs cloud provider support with dynamic API-driven configuration
 2025-08-29 13:48 UTC  (19+ messages)
` [PATCH v2 01/10] gitignore: add entries for Lambda Labs dynamic configuration
` [PATCH v2 02/10] scripts: add Lambda Labs Python API library
` [PATCH v2 03/10] scripts: add Lambda Labs credentials management
` [PATCH v2 04/10] scripts: add Lambda Labs SSH key management utilities
` [PATCH v2 05/10] kconfig: add dynamic cloud provider configuration infrastructure
` [PATCH v2 06/10] terraform/lambdalabs: add Kconfig structure for Lambda Labs
` [PATCH v2 07/10] terraform/lambdalabs: add terraform provider implementation
` [PATCH v2 08/10] ansible/terraform: integrate Lambda Labs into build system
` [PATCH v2 09/10] scripts: add Lambda Labs testing and debugging utilities
` [PATCH v2 10/10] terraform: enable Lambda Labs cloud provider in menus

[PATCH 0/2] declared hosts support
 2025-08-29 10:36 UTC  (4+ messages)
` [PATCH 1/2] gen_hosts: refactor monolithic hosts.j2 template into per-workflow templates
` [PATCH 2/2] declared_hosts: add support for pre-existing infrastructure

[PATCH 0/3] kdevops: add initial nixos support
 2025-08-29  7:50 UTC  (2+ messages)

[RFT 0/4] guestfs: few custom image fixes
 2025-08-29  2:01 UTC  (2+ messages)

ansible.cfg pathname setting
 2025-08-28 19:33 UTC  (5+ messages)

[RFC PATCH] storage-subsystem: correct playbooks for Fedora distro
 2025-08-27 21:21 UTC  (11+ messages)

[PATCH] Makefile: Add support for user makefile params
 2025-08-27 20:34 UTC  (5+ messages)

[PATCH v1 00/26] Various fixes
 2025-08-27 19:16 UTC  (13+ messages)
` [PATCH v1 17/26] terraform/gce: Update existing machine types and introduce new ones
` [PATCH v1 18/26] terraform: Create the user's .ssh/config if it does not already exist
` [PATCH v1 19/26] pynfs: Don't install xdrlib3 on older RHEL
` [PATCH v1 20/26] guestfs: Update the guestfs playbook description
` [PATCH v1 21/26] gen_hosts: Add 'localhost' to the [all] group
` [PATCH v1 22/26] gen_host: Add [service] group to the builder template
` [PATCH v1 23/26] guestfs: Don't run the 'destroy' tags on the controller
` [PATCH v1 24/26] base_image: Skip "locales-all" package on Fedora
` [PATCH v1 25/26] update_etc_hosts: ipaddr
` [PATCH v1 26/26] Add an Ansible requirements.yml file


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox