Build jaeger-webhook in release CI (#5381)

Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
This commit is contained in:
Kevin Leimkuhler 2020-12-14 11:42:51 -05:00 committed by GitHub
parent 5ceaf29bac
commit dd837be375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
strategy: strategy:
matrix: matrix:
# Keep in sync with release.yaml matrix build
target: [proxy, controller, web, cni-plugin, debug, cli-bin, grafana, jaeger-webhook] target: [proxy, controller, web, cni-plugin, debug, cli-bin, grafana, jaeger-webhook]
name: Docker build (${{ matrix.target }}) name: Docker build (${{ matrix.target }})
timeout-minutes: 30 timeout-minutes: 30

View File

@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
strategy: strategy:
matrix: 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 }}) name: Docker build (${{ matrix.target }})
timeout-minutes: 30 timeout-minutes: 30
steps: steps: