这是indexloc提供的服务,不要输入任何密码
Skip to content

Remove cancellation workflow, fail-fast. #1415

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

Merged
merged 6 commits into from
Jun 23, 2022
Merged

Conversation

nathanhammond
Copy link
Contributor

@nathanhammond nathanhammond commented Jun 17, 2022

A flaky test can bring down an entire set of CI runs but I only notice when I go back to look at the results, which means I've already waited for what I instinctively feel is the entire duration of the tests. Cancelled runs give me no information about the change.

Like this run here:
https://github.com/vercel/turborepo/runs/6934131393?check_suite_focus=true

I only wanted to make sure it passed Windows CI, but that got cancelled for reason of a flaky test on Linux.

This removes our cancellation workflow (replaced by built-in concurrency groups), and disables fast fail.

It also corrects a bug in caching.

@vercel
Copy link

vercel bot commented Jun 17, 2022

@nathanhammond is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Jun 17, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
turborepo ❌ Failed (Inspect) Jun 23, 2022 at 2:58PM (UTC)
1 Ignored Deployment
Name Status Preview Updated
turbo-site ⬜️ Ignored (Inspect) Jun 23, 2022 at 2:58PM (UTC)

@nathanhammond nathanhammond force-pushed the no-churn branch 2 times, most recently from 99abc18 to 13e0e6d Compare June 21, 2022 06:19
@nathanhammond nathanhammond changed the title Remove cancellation workflow. Remove cancellation workflow, fail-fast. Jun 21, 2022
@tknickman
Copy link
Member

Sounds good to me.

@@ -96,7 +102,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
cache: pnpm
cache: ${{matrix.manager}}
Copy link
Member

Choose a reason for hiding this comment

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

🙏🏼

This was getting pretty annoying yesterday, thanks for the fix!

@gsoltis
Copy link
Contributor

gsoltis commented Jun 21, 2022

Looks like the test failures might be related? They appear to be due to package-manager and caching stuff.

@kodiakhq kodiakhq bot merged commit c76cf60 into vercel:main Jun 23, 2022
@nathanhammond nathanhammond deleted the no-churn branch June 24, 2022 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants