Skip to content

Commit

Permalink
Merge branch 'develop' into feat/sched_option_sbatch
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak committed Jun 13, 2024
2 parents 809cba4 + be710fa commit a17d83e
Show file tree
Hide file tree
Showing 195 changed files with 6,224 additions and 7,269 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
python -m pip install coverage
coverage run --source=reframe ./test_reframe.py
coverage report -m
- name: Upload Coverage to Codecov
if: matrix.python-version == '3.8'
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
unittest-py36:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -86,7 +81,7 @@ jobs:
run: |
docker run reframe-${{ matrix.modules-version }}:latest
tutorialtest:
eb-spack-howto:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -99,7 +94,7 @@ jobs:
- name: Build Image for Tutorial Tests
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
docker build -f ci-scripts/dockerfiles/tutorials.dockerfile -t reframe-tutorials:latest .
docker build -f ci-scripts/dockerfiles/eb-spack-howto.dockerfile -t reframe-tutorials:latest .
docker logout
- name: Run Tutorial Tests
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
run: |
export PATH=$PWD/bin:$PATH
which reframe
flux start reframe -c tutorials/flux -C tutorials/flux/settings.py -l
flux start reframe -c tutorials/flux -C tutorials/flux/settings.py --run
flux start python3 ./test_reframe.py --rfm-user-config=tutorials/flux/settings.py -vvvv
flux start reframe -c examples/howto/flux -C examples/howto/flux/settings.py -l
flux start reframe -c examples/howto/flux -C examples/howto/flux/settings.py -r
flux start python3 ./test_reframe.py --rfm-user-config=examples/howto/flux/settings.py -vvvv
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ RUN echo '. /usr/local/lmod/lmod/init/profile && . /home/rfmuser/spack/share/spa

ENV BASH_ENV /home/rfmuser/setup.sh

CMD ["/bin/bash", "-c", "./bin/reframe -r -C tutorials/config/lmodsys.py -R -c tutorials/build_systems"]
CMD ["/bin/bash", "-c", "./bin/reframe --system=tutorialsys -r -C examples/tutorial/config/baseline_modules.py -R -c examples/tutorial/easybuild/eb_test.py -c examples/tutorial/spack/spack_test.py"]
3 changes: 3 additions & 0 deletions docs/_static/img/reframe-system-arch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/_static/img/test-naming.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a17d83e

Please sign in to comment.