Skip to content

Commit

Permalink
Merge pull request #4618 from ESMCI/update-mvk-config
Browse files Browse the repository at this point in the history
- Updates MVK SystemTest to be configurable via testmod
- Updates SystemTests documentation
- Refactors testmod 
- Adds ability to generate documentation from `Config` class

Test suite: n/a
Test baseline: n/a
Test namelist changes: n/a
Test status: n/a

Fixes #4592 
User interface changes?:
Update gh-pages html (Y/N)?:
  • Loading branch information
jasonb5 authored Oct 28, 2024
2 parents ee3393e + f494afd commit 450cb5b
Show file tree
Hide file tree
Showing 15 changed files with 1,505 additions and 244 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
# from 'entrypoint.sh', create and activate new environment
create_environment ${{ matrix.python-version }}
pip install -r test-requirements.txt
# GitHub runner home is different than container
cp -rf /root/.cime /github/home/
Expand Down Expand Up @@ -162,6 +164,8 @@ jobs:
CIME_DRIVER: ${{ matrix.driver }}
CIME_TEST_PLATFORM: ubuntu-latest
run: |
pip install -r test-requirements.txt
export CIME_REMOTE=https://github.com/${{ github.event.pull_request.head.repo.full_name || github.repository }}
export CIME_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF##*/}}
Expand Down
Loading

0 comments on commit 450cb5b

Please sign in to comment.