Skip to content

Concurrent CI#365

Merged
keiravillekode merged 2 commits intoexercism:mainfrom
keiravillekode:concurrent-ci
May 2, 2026
Merged

Concurrent CI#365
keiravillekode merged 2 commits intoexercism:mainfrom
keiravillekode:concurrent-ci

Conversation

@keiravillekode
Copy link
Copy Markdown
Contributor

CI now checks 4 exercises concurrently.

We remove printed debug output in roman_numerals.d

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested.

If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos.

[no important files changed]

For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping @exercism/maintainers-admin in a comment. Thank you!

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

Hello 👋 Thanks for your PR.

This repo does not currently have dedicated maintainers. Our cross-track maintainers team will attempt to review and merge your PR, but it will likely take longer for your PR to be reviewed.

If you enjoy contributing to Exercism and have a track-record of doing so successfully, you might like to become an Exercism maintainer for this track.

Please feel free to ask any questions, or chat to us about anything to do with this PR or the reviewing process on the Exercism forum.

(cc @exercism/cross-track-maintainers)

Comment thread bin/test-all-exercises Outdated
Comment on lines +18 to +22
printf '%s\n' "$exercises"/practice/*/ | xargs -P "$jobs" -I{} sh -c '
if ! "$1" "$3"; then
basename "$3" >> "$2"
fi
done
' _ "$test_one" "$failed_file" "{}"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
printf '%s\n' "$exercises"/practice/*/ | xargs -P "$jobs" -I{} sh -c '
if ! "$1" "$3"; then
basename "$3" >> "$2"
fi
done
' _ "$test_one" "$failed_file" "{}"
cmd=$(printf '"%s" "$1" || basename "$1" >> "%s"' "$test_one" "$failed_file")
printf '%s\n' "$exercises"/practice/*/ | xargs -P "$jobs" -I{} sh -c "${cmd}" "{}"

@keiravillekode keiravillekode merged commit 157c246 into exercism:main May 2, 2026
5 checks passed
@keiravillekode keiravillekode deleted the concurrent-ci branch May 2, 2026 01:40
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.

2 participants