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

Travis: Move regression tests to separate build #1030

Merged
merged 2 commits into from
Nov 15, 2019

Conversation

marshallward
Copy link
Collaborator

This patch removes the regression test from the standard Travis job and
moves it to a new job. We also run all regression tests before
reporting the status code, and report a fail if any of the test give a
different result. All files which have changed are reported at the end
of the job.

Code coverage tests have also been moved out of the invariance tests and
into the regression testing. They continue to be based on symmetric
grids.

This test also combines the whitespace and documentation auditing into a
a single test, in order to stay within 3 concurrent tests.

@codecov-io
Copy link

codecov-io commented Nov 15, 2019

Codecov Report

Merging #1030 into dev/gfdl will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           dev/gfdl    #1030   +/-   ##
=========================================
  Coverage     43.53%   43.53%           
=========================================
  Files           212      212           
  Lines         62478    62478           
=========================================
  Hits          27202    27202           
  Misses        35276    35276

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 840881d...558b5e0. Read the comment docs.

@marshallward
Copy link
Collaborator Author

This one looks ready for merge.

This patch removes the regression test from the standard Travis job and
moves it to a new job.  We also run all regression tests before
reporting the status code, and report a fail if any of the test give a
different result.  All files which have changed are reported at the end
of the job.

Code coverage tests have also been moved out of the invariance tests and
into the regression testing.  They continue to be based on symmetric
grids.

This test also combines the whitespace and documentation auditing into a
a single test, in order to stay within 3 concurrent tests.
@adcroft adcroft merged commit 8791de3 into mom-ocean:dev/gfdl Nov 15, 2019
@marshallward marshallward deleted the travis_regression_fix branch September 2, 2020 14:51
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