Skip to content

Commit

Permalink
Add otel collector to image publish pipeline (#7772)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Feb 27, 2024
1 parent 4220a04 commit 50444be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions eng/containers/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ parameters:
dockerFile: 'tools/http-fault-injector/Dockerfile'
stableTags:
- 'latest'
- name: otel_collector
pool: azsdk-pool-mms-ubuntu-2204-general
vmImage: ubuntu-22.04
dockerRepo: 'stress/otelcollector'
dockerFile: 'tools/stress-cluster/services/otelcollector/Dockerfile'
stableTags:
- '0.94.0'

trigger:
branches:
Expand All @@ -41,6 +48,7 @@ trigger:
- eng/containers/
- tools/keyvault-mock-attestation/Dockerfile
- tools/stress-cluster/services/Stress.Watcher/
- tools/stress-cluster/services/otelcollector/
- tools/stress-cluster/cluster/kubernetes/stress-test-addons/images/test-resource-deployer/
- tools/http-fault-injector/Dockerfile

Expand All @@ -53,7 +61,9 @@ pr:
- eng/containers/
- tools/keyvault-mock-attestation/Dockerfile
- tools/stress-cluster/services/Stress.Watcher/
- tools/stress-cluster/services/otelcollector/
- tools/stress-cluster/cluster/kubernetes/stress-test-addons/images/test-resource-deployer/
- tools/http-fault-injector/Dockerfile

variables:
- name: containerRegistry
Expand Down

0 comments on commit 50444be

Please sign in to comment.