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: