diff --git a/bazel/upload_systest_deps.sh b/bazel/upload_systest_deps.sh index 5fb97da04ddb..4e2eb891843e 100755 --- a/bazel/upload_systest_deps.sh +++ b/bazel/upload_systest_deps.sh @@ -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 @@ -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 diff --git a/rs/ic_os/metrics_tool/src/lib.rs b/rs/ic_os/metrics_tool/src/lib.rs index 4b33dba9a088..117db3d44de9 100644 --- a/rs/ic_os/metrics_tool/src/lib.rs +++ b/rs/ic_os/metrics_tool/src/lib.rs @@ -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(), } }