Skip to content

Commit

Permalink
Print version+arch of Mimir loaded to Docker. (#1793)
Browse files Browse the repository at this point in the history
* Print version+arch of Mimir loaded to Docker.

Signed-off-by: Peter Štibraný <[email protected]>

* Use debug log for distributor.

Signed-off-by: Peter Štibraný <[email protected]>
  • Loading branch information
pstibrany authored Apr 29, 2022
1 parent a9b2f3f commit 48fe647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ jobs:
export IMAGE_TAG=$(make image-tag)
# skopeo will by default load system-specific version of the image (linux/amd64).
skopeo copy oci-archive:/tmp/images/mimir.oci "docker-daemon:grafana/mimir:$IMAGE_TAG"
# Print Mimir version and architecture loaded to Docker.
docker run "grafana/mimir:$IMAGE_TAG" --version
- name: Preload Images
# We download docker images used by integration tests so that all images are available
# locally and the download time doesn't account in the test execution time, which is subject
Expand Down
2 changes: 1 addition & 1 deletion integration/e2emimir/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func NewDistributor(name string, consulAddress string, flags map[string]string,
name,
map[string]string{
"-target": "distributor",
"-log.level": "warn",
"-log.level": "debug",
"-auth.multitenancy-enabled": "true",
"-ingester.ring.replication-factor": "1",
"-distributor.remote-timeout": "2s", // Fail fast in integration tests.
Expand Down

0 comments on commit 48fe647

Please sign in to comment.