Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: throw final error in turbo script #6594

Merged
merged 12 commits into from
Oct 29, 2024
Merged

test: throw final error in turbo script #6594

merged 12 commits into from
Oct 29, 2024

Conversation

kuhe
Copy link
Contributor

@kuhe kuhe commented Oct 28, 2024

Throw the final error in the Turbo wrapper script instead of only logging it.

Internal JS-5525

@kuhe kuhe requested a review from a team as a code owner October 28, 2024 19:08
trivikr
trivikr previously approved these changes Oct 28, 2024
@trivikr trivikr self-requested a review October 28, 2024 19:47
@trivikr trivikr dismissed their stale review October 28, 2024 19:47

CI is still running

@trivikr

This comment was marked as outdated.

@@ -28,10 +28,7 @@ const runTurbo = async (task, args, { apiSecret, apiEndpoint, apiSignatureKey }
});
} catch (error) {
console.error("Error running turbo:", error);
if (args?.length > 0) {
// Retry without additional filters
return await runTurbo(task, null, apiSecret, apiEndpoint);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the null never worked since args is spread above. And now, the arguments structure is different anyway.

@kuhe kuhe merged commit 19abef7 into aws:main Oct 29, 2024
4 checks passed
@kuhe kuhe deleted the test/turbo branch October 29, 2024 16:40
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants