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
if grep -q "Found 1 manifest files for reachability upload""$LOG"&& \
46
46
grep -q "Found 0 projects across 0 ecosystems to analyze""$LOG"&& \
47
47
grep -q "Filtered out 1 orphaned component""$LOG";then
48
-
echo"::warning title=e2e-reachability inconclusive backend result::ENG-5093: tier-1 returned the known zero-project/orphaned-component signature after retries; core reachability execution and finalization passed"
49
-
echo"e2e-reachability: inconclusive after retries — known ENG-5093 zero-project backend signature; diagnostics uploaded">>"${GITHUB_STEP_SUMMARY:-/dev/null}"
48
+
echo"::warning title=e2e-reachability inconclusive backend result::tier-1 returned the known zero-project/orphaned-component signature after retries; core reachability execution and finalization passed"
49
+
echo"e2e-reachability: inconclusive after retries — known zero-project backend signature; diagnostics uploaded">>"${GITHUB_STEP_SUMMARY:-/dev/null}"
50
50
exit 0
51
51
fi
52
-
echo"FAIL: no components with alerts in .socket.facts.json and the known ENG-5093 backend signature was not present"
52
+
echo"FAIL: no components with alerts in .socket.facts.json and the known backend signature was not present"
0 commit comments