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
"There are no provisioners that accept the required tags. Please contact your administrator. Once a compatible provisioner becomes available, provisioning will continue.";
26
-
break;
27
-
caseavailableProvisioners===0:
28
-
title="Provisioning Delayed";
29
-
detail=
30
-
"Provisioners that accept the required tags are currently anavailable. This may delay your build. Please contact your administrator if your build does not complete.";
"Your build has been enqueued, but there are no provisioners that accept the required tags. Once a compatible provisioner becomes available, your build will continue. Please contact your administrator.";
24
+
severity="warning";
25
+
break;
26
+
caseavailableProvisioners===0:
27
+
title="Build delayed";
28
+
detail=
29
+
"Provisioners that accept the required tags have not responded for longer than expected. This may delay your build. Please contact your administrator if your build does not complete.";
30
+
severity="warning";
31
+
break;
32
+
default:
33
+
title="Build enqueued";
34
+
detail=
35
+
"Your build has been enqueued and will begin once a provisioner becomes available to process it.";
0 commit comments