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
ifecho"$logs"| grep -Eq "SNP_APP_CONTAINER_STARTED|Container dstack-smoke-1 Started";thenecho"$logs"| tee "$ART/app-ready-log.txt";echo"APP ready after ${i}s";break;fi
507
-
ifecho"$logs"| grep -q "Failed to get app key\|amd sev-snp key release\|measurement mismatch\|App not allowed\|KMS self authorization failed\|KDS collateral unavailable\|HTTP status client error";thenecho"$logs"| tee "$ART/app-failure-log.txt";exit 2;fi
538
+
ifecho"$logs"| grep -q "Failed to get app key\|Failed to verify app\|Invalid mr_config\|amd sev-snp key release\|measurement mismatch\|App not allowed\|KMS self authorization failed\|KDS collateral unavailable\|HTTP status client error";thenecho"$logs"| tee "$ART/app-failure-log.txt";exit 2;fi
508
539
sleep 2
509
540
if [[ $((i %30))-eq 0 ]];thenecho"waiting for APP...";echo"$logs"| tail -60;fi
510
541
if [[ $i-eq 240 ]];thenecho"APP did not become ready";echo"$logs"| tee "$ART/app-timeout-log.txt";exit 1;fi
0 commit comments