Build branch fix-integration-tests with version dev (2dbe3b72)

Build pipeline: vsh-ci-dev-k8tz4

Source commit: 2dbe3b7231

Source message: Fix pointers to test resources
This commit is contained in:
CI
2024-10-17 17:56:12 +00:00
commit cd0af18851
2125 changed files with 1018836 additions and 0 deletions

29
_viash.yaml Normal file
View File

@@ -0,0 +1,29 @@
viash_version: 0.9.0
version: dev
source: src
target: target
# Note: this causes the docker images to be renamed
name: openpipeline
organization: openpipelines-bio
links:
repository: https://github.com/openpipelines-bio/openpipeline
docker_registry: ghcr.io
homepage: https://openpipelines.bio
documentation: https://openpipelines.bio/fundamentals
issue_tracker: https://github.com/openpipelines-bio/openpipeline/issues
info:
test_resources:
- type: s3
path: s3://openpipelines-data
dest: resources_test
config_mods: |
.test_resources += {path: '/src/base/openpipelinetestutils', dest: 'openpipelinetestutils'}
.resources += {path: '/src/workflows/utils/labels.config', dest: 'nextflow_labels.config'}
.runners[.type == 'nextflow'].directives.tag := '$id'
.runners[.type == 'nextflow'].config.script := 'includeConfig("nextflow_labels.config")'