Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipseq_analysis
Manage
Activity
Members
Labels
Plan
Issues
19
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
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
BICF
Astrocyte
chipseq_analysis
Commits
d9919554
There was a problem fetching the latest pipeline status.
Commit
d9919554
authored
6 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Only run certain tests on branches vs master.
parent
5f6dd111
1 merge request
!20
Resolve "Use SampleIds/ Experiment Id as file names throughtout pipeline"
Pipeline
#3177
failed with stages
in 18 hours, 55 minutes, and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-0
16 additions, 0 deletions
.gitlab-ci.yml
with
16 additions
and
0 deletions
.gitlab-ci.yml
+
16
−
0
View file @
d9919554
...
...
@@ -17,6 +17,10 @@ user_configuration:
single_end_mouse
:
stage
:
single
only
:
-
master
except
:
-
branches
script
:
-
nextflow run workflow/main.nf -resume
-
pytest -m singleend
...
...
@@ -25,6 +29,10 @@ single_end_mouse:
paired_end_human
:
stage
:
single
only
:
-
branches
except
:
-
master
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd
true
-resume
-
pytest -m pairedend
...
...
@@ -33,6 +41,10 @@ paired_end_human:
single_end_diff
:
stage
:
multiple
only
:
-
branches
except
:
-
master
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' -resume
-
pytest -m singlediff
...
...
@@ -40,6 +52,10 @@ single_end_diff:
expire_in
:
2 days
paired_end_diff
:
only
:
-
master
except
:
-
branches
stage
:
multiple
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_PE.txt" --genome 'GRCh38' --pairedEnd
true
-resume
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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