Skip to content

Commit

Permalink
[CI] Change metrics container to upstream version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
boomanaiden154 committed Dec 1, 2024
1 parent 6b163ae commit e2110fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions premerge/metrics_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ spec:
spec:
containers:
- name: metrics
# TODO(boomanaiden154): Update this image when we have the metrics
# container build job in the monorepo.
image: ghcr.io/keenuts-test-org/llvm-premerge-infra-metrics:debug
image: ghcr.io/llvm/metrics:latest
env:
- name: GITHUB_TOKEN
valueFrom:
Expand Down

0 comments on commit e2110fa

Please sign in to comment.