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

CI: Run on main and on request in addition to pull requests #68

Merged
merged 19 commits into from
Dec 2, 2023

Conversation

chrysn
Copy link
Member

@chrysn chrysn commented Nov 24, 2023

When CI errors show up, it's always helpful to be able to look at (or re-run) the last merged state for comparison.

@chrysn chrysn force-pushed the run-on-main branch 7 times, most recently from fee80a4 to 81cbc1f Compare November 24, 2023 11:20
The largest amount of time is the machine checkout -- 2 minutes. The 7
seconds of `cargo update` are dwarved by that, and running in parallel
means we don't have to eat those 2 minutes twice.

(Also, I couldn't figure out how to carry the output state of the
`needs`'d preparations over to the actual working steps).
@chrysn
Copy link
Member Author

chrysn commented Nov 24, 2023

This also fixes what originally caused me to look into the CI again: not all tests sitting in tests/* any more (but the tests relied on everything in there to be a test)

@chrysn chrysn force-pushed the run-on-main branch 4 times, most recently from 599f8a6 to a6fb1eb Compare November 24, 2023 15:03
@chrysn chrysn force-pushed the run-on-main branch 2 times, most recently from 6b8d417 to db3bc63 Compare November 24, 2023 17:00
... because the test running clause would not test on its own and fail
on missing feature requirements
At least with the current GitHub versions, ::echo ::on doesn't do
anything.
(But not enabling RIOT_CI_BUILD b/c we're not inside a Murdock run, and
who knows what else that flag enables.)
@chrysn chrysn force-pushed the run-on-main branch 3 times, most recently from 02acff8 to 95b6a23 Compare December 1, 2023 18:59
@chrysn chrysn enabled auto-merge December 1, 2023 19:15
@chrysn chrysn merged commit 9d6851e into main Dec 2, 2023
17 checks passed
@chrysn chrysn deleted the run-on-main branch December 2, 2023 21:28
chrysn added a commit that referenced this pull request Dec 2, 2023
The tests are now run using individual steps for the same reasons the
examples were switched over.

In [68], the tests were accidentally switched over to running all RIOT
instead of all own tests (which may also make sense but is really
excessive, and most importantly lost the own tests)

[68]: #68
chrysn added a commit that referenced this pull request Dec 2, 2023
The tests are now run using individual steps for the same reasons the
examples were switched over.

In [68], the tests were accidentally switched over to running all RIOT
instead of all own tests (which may also make sense but is really
excessive, and most importantly lost the own tests)

[68]: #68
chrysn added a commit that referenced this pull request Dec 2, 2023
The tests are now run using individual steps for the same reasons the
examples were switched over.

In [68], the tests were accidentally switched over to running all RIOT
instead of all own tests (which may also make sense but is really
excessive, and most importantly lost the own tests)

[68]: #68
chrysn added a commit that referenced this pull request Dec 2, 2023
The tests are now run using individual steps for the same reasons the
examples were switched over.

In [68], the tests were accidentally switched over to running all RIOT
instead of all own tests (which may also make sense but is really
excessive, and most importantly lost the own tests)

[68]: #68
chrysn added a commit that referenced this pull request Dec 2, 2023
The tests are now run using individual steps for the same reasons the
examples were switched over.

In [68], the tests were accidentally switched over to running all RIOT
instead of all own tests (which may also make sense but is really
excessive, and most importantly lost the own tests)

[68]: #68
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.

1 participant