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

Base.runtests: rename the --force-net option to --ci #43168

Merged
merged 2 commits into from
Nov 21, 2021

Conversation

DilumAluthge
Copy link
Member

@DilumAluthge DilumAluthge commented Nov 20, 2021

Right now, we have the --force-net flag. When the --force-net flag is passed, if networking is not available, we throw an error. The motivation for the --force-net flag is CI environments, where we want CI to fail immediately if networking is not available.

It occurs to me that we might want to use this flag for more things in the future, in addition to just networking.

So this PR renames the --force-net flag to --ci.

The --force-net flag is not part of the public API, so this change is fine to make.

@DilumAluthge DilumAluthge added testsystem The unit testing framework and Test stdlib backport 1.6 Change should be backported to release-1.6 backport 1.7 labels Nov 20, 2021
@DilumAluthge DilumAluthge requested a review from a team as a code owner November 20, 2021 06:37
@DilumAluthge DilumAluthge removed the request for review from a team November 20, 2021 06:37
test/choosetests.jl Outdated Show resolved Hide resolved
@DilumAluthge DilumAluthge merged commit e9430c9 into master Nov 21, 2021
@DilumAluthge DilumAluthge deleted the dpa/base-runtests-ci-flag branch November 21, 2021 01:55
KristofferC pushed a commit that referenced this pull request Nov 25, 2021
Co-authored-by: Rafael Fourquet <[email protected]>

Co-authored-by: Rafael Fourquet <[email protected]>
(cherry picked from commit e9430c9)
KristofferC pushed a commit that referenced this pull request Nov 26, 2021
Co-authored-by: Rafael Fourquet <[email protected]>

Co-authored-by: Rafael Fourquet <[email protected]>
(cherry picked from commit e9430c9)
KristofferC pushed a commit that referenced this pull request Nov 26, 2021
Co-authored-by: Rafael Fourquet <[email protected]>

Co-authored-by: Rafael Fourquet <[email protected]>
(cherry picked from commit e9430c9)
@KristofferC KristofferC mentioned this pull request Dec 2, 2021
29 tasks
@KristofferC KristofferC mentioned this pull request Jan 10, 2022
50 tasks
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
…#43168)

Co-authored-by: Rafael Fourquet <[email protected]>

Co-authored-by: Rafael Fourquet <[email protected]>
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
…#43168)

Co-authored-by: Rafael Fourquet <[email protected]>

Co-authored-by: Rafael Fourquet <[email protected]>
@KristofferC KristofferC mentioned this pull request May 16, 2022
45 tasks
@KristofferC KristofferC removed the backport 1.6 Change should be backported to release-1.6 label Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testsystem The unit testing framework and Test stdlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants