You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log::error!("Failed to insert release benchmark request: {e}");
111
+
"Something went wrong! This is most likely an internal failure, please let us know on [Zulip](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra)".to_string()
112
+
}
91
113
}
92
114
}
93
115
@@ -128,7 +150,7 @@ async fn handle_rust_timer(
128
150
issue.number,
129
151
cmd.params.backends.unwrap_or(""),
130
152
)
131
-
.await;
153
+
.await
132
154
}else{
133
155
conn.queue_pr(
134
156
issue.number,
@@ -138,14 +160,8 @@ async fn handle_rust_timer(
138
160
cmd.params.backends,
139
161
)
140
162
.await;
163
+
get_awaiting_on_bors_message()
141
164
}
142
-
format!(
143
-
"Awaiting bors try build completion.
144
-
145
-
@rustbot label: +S-waiting-on-perf
146
-
147
-
{COMMENT_MARK_TEMPORARY}"
148
-
)
149
165
}
150
166
Err(error) => {
151
167
format!("Error occurred while parsing comment: {error}")
0 commit comments