Skip to content

Commit e2110fa

Browse files
[CI] Change metrics container to upstream version
Now that infrastructure has landed in the monorepo for the metrics container and we have a workflow to build the container and push it to the LLVM GCR, switch to using that container definition rather than the one in our downstream fork.
1 parent 6b163ae commit e2110fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

premerge/metrics_deployment.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: metrics
20-
# TODO(boomanaiden154): Update this image when we have the metrics
21-
# container build job in the monorepo.
22-
image: ghcr.io/keenuts-test-org/llvm-premerge-infra-metrics:debug
20+
image: ghcr.io/llvm/metrics:latest
2321
env:
2422
- name: GITHUB_TOKEN
2523
valueFrom:

0 commit comments

Comments
 (0)