-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Integration Testing Workflow (#14)
* Fix indentation * Add logic to handle exit codes for timeout * Capture symlinks db in artifacts * Use tee to redirect to file * Create output dirs before running simulator * Adjust timeouts * Adjust workflow * Add badge to README * Can't collect symlinks in artifacts * Update projects config * Generate debug logs
- Loading branch information
Showing
4 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
project_id,fastq_symlinks_dir,excluded_runs_list,excluded_libraries_list,simplify_symlink_filenames | ||
assay_development,artifacts/symlinks_by_project/assay_development,test/data/config/integration_testing/assay_development_excluded_runs.csv,test/data/config/integration_testing/assay_development_excluded_libraries.csv,False | ||
viral_outbreak,artifacts/symlinks_by_project/viral_outbreak,test/data/config/integration_testing/viral_outbreak_excluded_runs.csv,test/data/config/integration_testing/viral_outbreak_excluded_libraries.csv,True | ||
antibiotic_resistance,artifacts/symlinks_by_project/antibiotic_resistance,test/data/config/integration_testing/antibiotic_resistance_excluded_runs.csv,test/data/config/integration_testing/antibiotic_resistance_excluded_libraries.csv,True | ||
assay_development,test_output/symlinks_by_project/assay_development,test/data/config/integration_testing/assay_development_excluded_runs.csv,test/data/config/integration_testing/assay_development_excluded_libraries.csv,False | ||
viral_outbreak,test_output/symlinks_by_project/viral_outbreak,test/data/config/integration_testing/viral_outbreak_excluded_runs.csv,test/data/config/integration_testing/viral_outbreak_excluded_libraries.csv,True | ||
antibiotic_resistance,test_output/symlinks_by_project/antibiotic_resistance,test/data/config/integration_testing/antibiotic_resistance_excluded_runs.csv,test/data/config/integration_testing/antibiotic_resistance_excluded_libraries.csv,True |