Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
LINC
Commits
783f553b
Commit
783f553b
authored
3 years ago
by
David Rafferty
Browse files
Options
Downloads
Patches
Plain Diff
Combine tests and edit path
Former-commit-id:
29729ee7
parent
1b53528c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-12
5 additions, 12 deletions
.gitlab-ci.yml
with
5 additions
and
12 deletions
.gitlab-ci.yml
+
5
−
12
View file @
783f553b
...
...
@@ -10,8 +10,7 @@ variables:
stages
:
-
download_data
-
validate_cwl_scripts
-
test_calibrator
-
test_target
-
test_full
before_script
:
-
mkdir workdir
...
...
@@ -38,19 +37,13 @@ validate_scripts:
script
:
-
for file in `find . -name 'steps/*.cwl'`; do cwltool --validate $file; done
run_hba_
calibrator
:
stage
:
test_
calibrator
run_hba_
full
:
stage
:
test_
full
allow_failure
:
true
needs
:
[
"
download_data"
]
script
:
-
cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH workflows/HBA_calibrator.cwl test_jobs/HBA_calibrator.json
-
test_jobs/check_workflow_results.py results results_calibrator
-
test_jobs/check_workflow_results.py results
/builds/eosc/prefactor3-cwl/data/
results_calibrator
-
rm -f results
run_hba_target
:
stage
:
test_target
allow_failure
:
true
needs
:
[
"
download_data"
]
script
:
-
cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH workflows/HBA_target.cwl test_jobs/HBA_target.json
-
test_jobs/check_workflow_results.py results results_target
-
test_jobs/check_workflow_results.py results
/builds/eosc/prefactor3-cwl/data/
results_target
This diff is collapsed.
Click to expand it.
Andre Offringa
@offringa
mentioned in commit
7be1981f
·
3 years ago
mentioned in commit
7be1981f
mentioned in commit 7be1981ff81591e356db923e7637d73ad1ed4e4b
Toggle commit list
Andre Offringa
@offringa
mentioned in commit
639296e9
·
3 years ago
mentioned in commit
639296e9
mentioned in commit 639296e95efb9a91800c94ca82319f66bfc5eaa7
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment