mirror of https://github.com/linkerd/linkerd2.git
Build jaeger-webhook in release CI (#5381)
Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
This commit is contained in:
parent
5ceaf29bac
commit
dd837be375
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue