From dd837be375b350a21261fb2798c14381cdb3ba77 Mon Sep 17 00:00:00 2001 From: Kevin Leimkuhler Date: Mon, 14 Dec 2020 11:42:51 -0500 Subject: [PATCH] Build jaeger-webhook in release CI (#5381) Signed-off-by: Kevin Leimkuhler --- .github/workflows/integration_tests.yml | 1 + .github/workflows/release.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 20128d60e..cd8112e27 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -15,6 +15,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: + # Keep in sync with release.yaml matrix build target: [proxy, controller, web, cni-plugin, debug, cli-bin, grafana, jaeger-webhook] name: Docker build (${{ matrix.target }}) timeout-minutes: 30 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37c7949a6..2bea35bd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,8 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - target: [proxy, controller, web, cni-plugin, debug, cli-bin, grafana] + # Keep in sync with integration_tests.yaml matrix build + target: [proxy, controller, web, cni-plugin, debug, cli-bin, grafana, jaeger-webhook] name: Docker build (${{ matrix.target }}) timeout-minutes: 30 steps: