Skip to content

Commit b4219ef

Browse files
committed
Update CHANGELOG
1 parent 8aab2cc commit b4219ef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/cloud_tests_small.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
run-small-tests-on-aws:
1818
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'aws' }}
19-
runs-on: self-hosted
19+
runs-on: ubuntu-latest
2020
steps:
2121
- uses: seqeralabs/action-tower-launch@v1
2222
with:
@@ -37,7 +37,7 @@ jobs:
3737
path: tower_action_*.log
3838
run-small-tests-on-gcp:
3939
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'gcp' }}
40-
runs-on: self-hosted
40+
runs-on: ubuntu-latest
4141
steps:
4242
- uses: seqeralabs/action-tower-launch@v1
4343
with:
@@ -58,7 +58,7 @@ jobs:
5858
path: tower_action_*.log
5959
run-small-tests-on-azure:
6060
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'azure' }}
61-
runs-on: self-hosted
61+
runs-on: ubuntu-latest
6262
steps:
6363
- uses: seqeralabs/action-tower-launch@v1
6464
with:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
2020

2121
### Enhancements & fixes
2222

23+
- Add infrastructure and CI for multi-cloud full-sized tests run via Nextflow Tower (see [#981](https://github.com/nf-core/rnaseq/pull/981))
2324
- Added fastp support.
2425
- Users can now select between `--trimmer trimgalore` (default) and `--trimmer fastp`.
2526
- Trim Galore! specific pipeline parameters have been deprecated: `--clip_r1`, `--clip_r2`, `--three_prime_clip_r1`, `--three_prime_clip_r2` and `--trim_nextseq`

0 commit comments

Comments
 (0)