summaryrefslogtreecommitdiff
path: root/.buildkite/integration.sh
AgeCommit message (Collapse)Author
2024-10-17ci(buildkite): integration container updates and hook refactor (#8048)Amir Zarrinkafsh
This change updates our integration containers to include Provenance and SBOM attestations and refactors the `post-command` hook for readability. Signed-off-by: Amir Zarrinkafsh <nightah@me.com>
2022-06-05ci: add integration container for samba and refactor duo (#3480)Amir Zarrinkafsh
This change utilises a specific integration container for the ActiveDirectory suite and simplifies the DuoPush suite.
2022-06-04ci: add integration containers for duo and haproxy (#3479)Amir Zarrinkafsh
* ci: add integration containers for duo and haproxy This change utilises specific integration containers for the DuoPush and HAProxy suites. In the case of DuoPush suite specifically in dev mode the container will be built on suite startup. * ci: factorize pre-command hook and unset async on trigger steps