Skip to content

Ensure haproxy test step depends on patches having been applied #135

Ensure haproxy test step depends on patches having been applied

Ensure haproxy test step depends on patches having been applied #135

Workflow file for this run

on:
push:
branches: [ "*" ]
tags: [ "*" ]
jobs:
haproxy-dependencies:
uses: "./.github/workflows/haproxy-deps.yml"
with:
DEBIAN_CODENAME: "bookworm"
dist-stable:
needs: [ "haproxy-dependencies" ]
uses: "./.github/workflows/haproxy-dist.yml"
secrets: "inherit" # for Docker image publication
with:
DEBIAN_CODENAME: "bookworm"
HAPROXY_FLAVOUR: "stable"
# https://git.haproxy.org/?p=haproxy-3.1.git;a=commit;h=v3.1.0
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-3.1.git"
HAPROXY_VERSION: "3.1-stable"
HAPROXY_GITREF: "v3.1.0"
HAPROXY_DATAPLANEAPI_VERSION: "v3.0"
dist-dev:
needs: [ "haproxy-dependencies" ]
uses: "./.github/workflows/haproxy-dist.yml"
secrets: "inherit" # for Docker image publication
with:
DEBIAN_CODENAME: "bookworm"
HAPROXY_FLAVOUR: "dev"
# https://git.haproxy.org/?p=haproxy.git;a=commit;h=eea2697e95acd5c48fa9bb8e8be8375fa1bf128f
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git"
HAPROXY_VERSION: "3.2-dev"
HAPROXY_GITREF: "eea2697e95acd5c48fa9bb8e8be8375fa1bf128f"
HAPROXY_DATAPLANEAPI_VERSION: "master"