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
'succeeded event' | 'europe-west2' | 'Task state is updated from RUNNING to SUCCEEDED on zones/europe-west2-a/instances/i-abc123' | 'europe-west2-a'
1142
+
'preemption event' | 'us-central1' | 'Task state is updated from RUNNING to FAILED on zones/us-central1-f/instances/i-xyz789 due to Spot VM preemption with exit code 50001.' | 'us-central1-f'
1143
+
'no zone in event' | 'europe-west2' | 'Task state is updated from PENDING to RUNNING' | 'europe-west2'
'succeeded event' | [StatusEvent.newBuilder().setDescription('Task state is updated from RUNNING to SUCCEEDED on zones/europe-west2-a/instances/i-abc').build()] | 'europe-west2-a'
1218
+
'preemption event' | [StatusEvent.newBuilder().setDescription('Task state is updated from RUNNING to FAILED on zones/us-central1-f/instances/i-xyz due to Spot VM preemption').build()] | 'us-central1-f'
1219
+
'no zone pattern' | [StatusEvent.newBuilder().setDescription('Task state is updated from PENDING to RUNNING').build()] | null
'picks first zone match' | [StatusEvent.newBuilder().setDescription('no zone here').build(), StatusEvent.newBuilder().setDescription('on zones/us-east1-b/instances/i-1').build()] | 'us-east1-b'
1225
+
}
1226
+
1116
1227
def'should build container runnable with fusion privileged' () {
0 commit comments