mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-31 11:21:27 +02:00
* Add LDAP secrets engine blackbox tests * Format * format * cleanup environment * Install ldap-utils in CI for LDAP domain provisioning * wrap in eventually * debugging * fix ip issues Co-authored-by: Luis (LT) Carbonell <lt.carbonell@hashicorp.com>
267 lines
5.9 KiB
HCL
267 lines
5.9 KiB
HCL
// Copyright IBM Corp. 2016, 2025
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
sample "release_ce_linux_amd64_deb" {
|
|
attributes = global.sample_attributes
|
|
|
|
subset "agent" {
|
|
matrix {
|
|
arch = ["amd64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "smoke" {
|
|
matrix {
|
|
arch = ["amd64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "proxy" {
|
|
matrix {
|
|
arch = ["amd64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "upgrade" {
|
|
matrix {
|
|
arch = ["amd64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
}
|
|
|
|
sample "release_ce_linux_arm64_deb" {
|
|
attributes = global.sample_attributes
|
|
|
|
subset "agent" {
|
|
matrix {
|
|
arch = ["arm64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "smoke" {
|
|
matrix {
|
|
arch = ["arm64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "proxy" {
|
|
matrix {
|
|
arch = ["arm64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "upgrade" {
|
|
matrix {
|
|
arch = ["arm64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
}
|
|
|
|
sample "release_ce_linux_arm64_rpm" {
|
|
attributes = global.sample_attributes
|
|
|
|
subset "agent" {
|
|
matrix {
|
|
arch = ["arm64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["amzn", "rhel", "sles"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "smoke" {
|
|
matrix {
|
|
arch = ["arm64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["amzn", "rhel", "sles"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "proxy" {
|
|
matrix {
|
|
arch = ["arm64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["amzn", "rhel", "sles"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "upgrade" {
|
|
matrix {
|
|
arch = ["arm64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["amzn", "rhel", "sles"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
}
|
|
|
|
sample "release_ce_linux_amd64_rpm" {
|
|
attributes = global.sample_attributes
|
|
|
|
subset "agent" {
|
|
matrix {
|
|
arch = ["amd64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["amzn", "rhel", "sles"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "smoke" {
|
|
matrix {
|
|
arch = ["amd64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["amzn", "rhel", "sles"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "proxy" {
|
|
matrix {
|
|
arch = ["amd64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["amzn", "rhel", "sles"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "upgrade" {
|
|
matrix {
|
|
arch = ["amd64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["package"]
|
|
distro = ["amzn", "rhel", "sles"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
}
|
|
|
|
sample "release_ce_linux_amd64_zip" {
|
|
attributes = global.sample_attributes
|
|
|
|
subset "agent" {
|
|
matrix {
|
|
arch = ["amd64"]
|
|
artifact_type = ["bundle"]
|
|
artifact_source = ["artifactory"]
|
|
distro = ["amzn", "ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "smoke" {
|
|
matrix {
|
|
arch = ["amd64"]
|
|
artifact_type = ["bundle"]
|
|
artifact_source = ["artifactory"]
|
|
distro = ["amzn", "ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "proxy" {
|
|
matrix {
|
|
arch = ["amd64"]
|
|
artifact_type = ["bundle"]
|
|
artifact_source = ["artifactory"]
|
|
distro = ["amzn", "ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "upgrade" {
|
|
matrix {
|
|
arch = ["amd64"]
|
|
artifact_type = ["bundle"]
|
|
artifact_source = ["artifactory"]
|
|
distro = ["amzn", "ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
}
|
|
|
|
sample "release_ce_linux_arm64_zip" {
|
|
attributes = global.sample_attributes
|
|
|
|
subset "agent" {
|
|
matrix {
|
|
arch = ["arm64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["bundle"]
|
|
distro = ["amzn", "ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "smoke" {
|
|
matrix {
|
|
arch = ["arm64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["bundle"]
|
|
distro = ["amzn", "ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "proxy" {
|
|
matrix {
|
|
arch = ["arm64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["bundle"]
|
|
distro = ["amzn", "ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
|
|
subset "upgrade" {
|
|
matrix {
|
|
arch = ["arm64"]
|
|
artifact_source = ["artifactory"]
|
|
artifact_type = ["bundle"]
|
|
distro = ["amzn", "ubuntu"]
|
|
edition = ["ce"]
|
|
}
|
|
}
|
|
}
|