Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gstlal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
Duncan Macleod
gstlal
Commits
0317df74
Commit
0317df74
authored
6 years ago
by
Alexander Pace
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml: turning on allow_failure for tests u
parent
26c44108
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-6
11 additions, 6 deletions
.gitlab-ci.yml
with
11 additions
and
6 deletions
.gitlab-ci.yml
+
11
−
6
View file @
0317df74
...
...
@@ -205,6 +205,7 @@ gstlal-verify:
-
cd ..
only
:
-
manual
allow_failure
:
true
test:gstlal
:
image
:
aepace/gstlal-dev:el7-mkl-1.14
...
...
@@ -224,6 +225,7 @@ test:gstlal:
only
:
-
pushes
-
schedules
allow_failure
:
true
test:gstlal-inspiral
:
image
:
aepace/gstlal-dev:el7-mkl-1.14
...
...
@@ -237,6 +239,7 @@ test:gstlal-inspiral:
only
:
-
pushes
-
schedules
allow_failure
:
true
test:gstlal-burst
:
image
:
aepace/gstlal-dev:el7-mkl-1.14
...
...
@@ -249,6 +252,7 @@ test:gstlal-burst:
only
:
-
pushes
-
schedules
allow_failure
:
true
test:offline
:
image
:
aepace/gstlal-dev:el7-mkl-1.14
...
...
@@ -264,9 +268,9 @@ test:offline:
-
export USER=gstlal_CI_test
# Get documentation packages, and download lalsuite-extra data:
-
yum -y install
--assume-yes
texlive-base texlive-dvipng
-
yum -y install
--assume-yes
texlive-latex texlive-latex-base-doc texlive-latex-fonts texlive-latex-bin texlive-latex-bin-bin
-
yum -y install
--assume-yes
texlive-pictures texlive-pstricks texlive-pstricks-doc
-
yum -y install texlive-base texlive-dvipng
-
yum -y install texlive-latex texlive-latex-base-doc texlive-latex-fonts texlive-latex-bin texlive-latex-bin-bin
-
yum -y install texlive-pictures texlive-pstricks texlive-pstricks-doc
# Get the necessary ROM data:
-
git clone https://git.ligo.org/lscsoft/lalsuite-extra.git ${GSTLAL_DIR}/lalsuite-extra
...
...
@@ -284,6 +288,7 @@ test:offline:
only
:
-
pushes
-
schedules
allow_failure
:
true
pages
:
image
:
aepace/gstlal-dev:el7-mkl-1.14l
...
...
@@ -294,9 +299,9 @@ pages:
# since they don't need to be part of the dev container for running, only
# for building documentation. This shaves ~600MB off the size of the gstlal-dev
# container:
-
yum -y install
--assume-yes
texlive-base texlive-dvipng python-sphinx
-
yum -y install
--assume-yes
texlive-latex texlive-latex-base-doc texlive-latex-fonts texlive-latex-bin texlive-latex-bin-bin
-
yum -y install
--assume-yes
texlive-pictures texlive-pstricks texlive-pstricks-doc
-
yum -y install texlive-base texlive-dvipng python-sphinx
-
yum -y install texlive-latex texlive-latex-base-doc texlive-latex-fonts texlive-latex-bin texlive-latex-bin-bin
-
yum -y install texlive-pictures texlive-pstricks texlive-pstricks-doc
-
export GSTLAL_FIR_WHITEN=0
-
export TMPDIR=tmp/
-
cd doc; make html
...
...
This diff is collapsed.
Click to expand it.
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