Skip to content

Commit

Permalink
Merge branch 'develop' into dev/io
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin authored Jul 10, 2024
2 parents 4f1e4fe + 0a02a3c commit 4b7d3c7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 12 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/regressiontests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ on:
- examples/**
- superdsm.yml
- tests/regression
- requirements.txt

jobs:

regression_tests:
name: "Test: ${{ matrix.taskdir }}"
timeout-minutes: 1440
runs-on: self-hosted
runs-on: gpuagrohr-01
container:
image: ubuntu:22.04
defaults:
run:
shell: bash -el {0}
Expand All @@ -28,13 +31,15 @@ jobs:
- NIH3T3
- GOWT1-1
- GOWT1-2
- BBBC039

steps:

- name: Checkout
uses: actions/checkout@v2

- name: Clear cache # otherwise corrupted packages can be reported sometimes
run: rm -rf /github/home/conda_pkgs_dir

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ on:
- examples/**
- superdsm.yml
- tests/**
- requirements.txt

jobs:

run_testsuite:
name: Test suite
runs-on: self-hosted
runs-on: gpuagrohr-01
container:
image: ubuntu:22.04
defaults:
run:
shell: bash -el {0}
Expand All @@ -25,6 +28,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Clear cache # otherwise corrupted packages can be reported sometimes
run: rm -rf /github/home/conda_pkgs_dir

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down
18 changes: 10 additions & 8 deletions .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,22 @@ jobs:
validate_conditional_checks:
name: Validate conditional checks
runs-on: ubuntu-latest
timeout-minutes: 1440
runs-on: gpuagrohr-02
container:
image: ubuntu:22.04

steps:

- name: Install dependencies
run: |
apt-get update
apt-get install -y ca-certificates
- uses: blend/require-conditional-status-checks@2022.02.04
with:
interval: 20s
timeout: 1440m
checks-yaml: |
- job: 'Test: U2OS'
paths:
Expand Down Expand Up @@ -55,13 +64,6 @@ jobs:
- examples/**
- superdsm.yml
- tests/regression
- job: 'Test: BBBC039'
paths:
- .github/workflows/regressiontests.yml
- superdsm/**
- examples/**
- superdsm.yml
- tests/regression
- job: 'Test suite'
paths:
- .github/workflows/testsuite.yml
Expand Down
2 changes: 1 addition & 1 deletion superdsm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- brunsli=0.1=h9c3ff4c_0
- bzip2=1.0.8=hd590300_5
- c-ares=1.26.0=hd590300_0
- c-blosc2=2.13.2=hb4ffafa_0
- c-blosc2=2
- ca-certificates=2024.2.2=hbcca054_0
- certifi=2024.2.2=pyhd8ed1ab_0
- cfitsio=4.1.0=hd9d235c_0
Expand Down

0 comments on commit 4b7d3c7

Please sign in to comment.