Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Nov 21, 2024
1 parent 800b665 commit 2e2676f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bazel/upload_systest_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ else
break
fi

echo "attempt $attempt failed"
echo "attempt $attempt failed" >&2
if [ "$attempt" -ge 10 ]; then
echo " giving up" >&2
exit 1
Expand All @@ -102,4 +102,3 @@ echo " image '$image_filename': download_url: '$image_download_url'" >&2
echo " -> $image_varname=$image_download_url" >&2
echo "$image_varname=$image_download_url" >&2
echo "$image_download_url"
#done
2 changes: 1 addition & 1 deletion rs/ic_os/metrics_tool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ impl Metric {
Self {
name: name.to_string(),
value,
annotation: "Custom metric plop".to_string(),
annotation: "Custom metric plopplop".to_string(),
labels: Vec::new(),
}
}
Expand Down

0 comments on commit 2e2676f

Please sign in to comment.