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

Do not crash "make all" even if pylint isn't clean #2353

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

samsrabin
Copy link
Collaborator

Description of changes

Ensures that all steps of make all are run, even if pylint isn't clean.

Specific notes

Contributors other than yourself, if any: None

CTSM Issues Fixed (include github issue #):

Are answers expected to change (and if so in what way)? No

Any User Interface Changes (namelist or namelist defaults changes)? No

Testing performed, if any: make all now reaches "Successfully ran all standard tests" even though pylint isn't clean.

@samsrabin samsrabin added tag: simple bfb testing additions or changes to tests PR status: awaiting review Work on this PR is paused while waiting for review. labels Feb 8, 2024
@samsrabin samsrabin self-assigned this Feb 8, 2024
@samsrabin samsrabin mentioned this pull request Feb 12, 2024
@samsrabin samsrabin changed the base branch from master to b4b-dev February 12, 2024 22:36
Copy link
Collaborator

@ekluzek ekluzek left a comment

Choose a reason for hiding this comment

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

This is great!

@samsrabin samsrabin removed the PR status: awaiting review Work on this PR is paused while waiting for review. label Feb 13, 2024
@samsrabin samsrabin merged commit e4b66a7 into ESCOMP:b4b-dev Feb 13, 2024
6 checks passed
samsrabin added a commit that referenced this pull request Feb 22, 2024
Brings in 3 PRs from b4b-dev to master:
- Do not crash "make all" even if pylint isn't clean (#2353; Sam Rabin)
- Resolve pylint issues (#2354; Sam Rabin)
- Move FSURDATMODIFYCTSM test to Derecho (#2364; Sam Rabin)
samsrabin added a commit to samsrabin/CTSM that referenced this pull request Feb 22, 2024
Merge pull request ESCOMP#2382 from samsrabin/merge-b4bdev-20240222

Brings in 3 PRs from b4b-dev to master:
- Do not crash "make all" even if pylint isn't clean (ESCOMP#2353; Sam Rabin)
- Resolve pylint issues (ESCOMP#2354; Sam Rabin)
- Move FSURDATMODIFYCTSM test to Derecho (ESCOMP#2364; Sam Rabin)
samsrabin added a commit to samsrabin/CTSM that referenced this pull request Feb 25, 2024
Merge pull request ESCOMP#2382 from samsrabin/merge-b4bdev-20240222

Brings in 3 PRs from b4b-dev to master:
- Do not crash "make all" even if pylint isn't clean (ESCOMP#2353; Sam Rabin)
- Resolve pylint issues (ESCOMP#2354; Sam Rabin)
- Move FSURDATMODIFYCTSM test to Derecho (ESCOMP#2364; Sam Rabin)
olyson added a commit to olyson/ctsm that referenced this pull request Feb 28, 2024
Merge pull request ESCOMP#2382 from samsrabin/merge-b4bdev-20240222

Brings in 3 PRs from b4b-dev to master:
- Do not crash "make all" even if pylint isn't clean (ESCOMP#2353; Sam Rabin)
- Resolve pylint issues (ESCOMP#2354; Sam Rabin)
- Move FSURDATMODIFYCTSM test to Derecho (ESCOMP#2364; Sam Rabin)
@samsrabin samsrabin added simple bfb bit-for-bit labels Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bfb bit-for-bit testing additions or changes to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"make all" doesn't run black if lint fails
2 participants