Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
aml
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
27
Issues
27
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
aml
Commits
4c0093b7
Commit
4c0093b7
authored
May 02, 2019
by
Nicolas Denoyelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CI pipeline
parent
669cfa5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
.gitlab-ci.yml
.gitlab-ci.yml
+14
-8
doc/requirements.txt
doc/requirements.txt
+1
-0
No files found.
.gitlab-ci.yml
View file @
4c0093b7
...
...
@@ -16,11 +16,16 @@ repoquality:
checkpatch
:
stage
:
style
tags
:
-
integration
script
:
-
nix run -f "$ARGOPKGS" checkpatch --command checkpatch.pl
make:generic:
stage
:
build
except
:
-
/^wip.*/
-
/^WIP.*/
script
:
-
./autogen.sh
-
mkdir build
...
...
@@ -32,12 +37,14 @@ make:generic:
when
:
on_failure
paths
:
-
tests/*.log
except
:
-
/^wip.*/
-
/^WIP.*/
make:knl:
stage
:
build
except
:
-
/^wip.*/
-
/^WIP.*/
tags
:
-
knl
script
:
-
source /opt/intel/compilers_and_libraries/linux/bin/compilervars.sh intel64
-
./autogen.sh
...
...
@@ -50,11 +57,6 @@ make:knl:
when
:
on_failure
paths
:
-
tests/*.log
except
:
-
/^wip.*/
-
/^WIP.*/
tags
:
-
knl
readthedocs
:
stage
:
docs
...
...
@@ -62,6 +64,8 @@ readthedocs:
only
:
-
master
-
/v[0-9]+\.[0-9]+\.x/
tags
:
-
integration
script
:
-
nix run nixpkgs.curl -c curl -X POST -d "branch=$CI_COMMIT_REF_NAME" -d "token=$READTHEDOCS_TOKEN" https://readthedocs.org/api/v2/webhook/argo-aml/83161/
...
...
@@ -70,6 +74,8 @@ dist:
when
:
on_success
only
:
-
tags
tags
:
-
integration
script
:
-
nix-build "$ARGOPKGS" -A aml-dist --arg aml-src ./.
-
./release.sh CREATE $CI_JOB_ID $CI_PROJECT_ID $RELEASE_TOKEN $CI_COMMIT_REF_NAME
...
...
doc/requirements.txt
View file @
4c0093b7
breathe
recommonmark
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment