Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Main Repositories
otb
Commits
b0dbfb53
Commit
b0dbfb53
authored
Apr 09, 2019
by
Stéphane Albert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: (Temporarily) disabled all jobs except centos.
parent
4377c4e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
28 deletions
+28
-28
.gitlab-ci.yml
.gitlab-ci.yml
+28
-28
No files found.
.gitlab-ci.yml
View file @
b0dbfb53
...
...
@@ -5,7 +5,7 @@
# But Git fails to manage efficiently numerous LFS data.
# We have to use directly git-lfs wrapping commands to have an
# efficient cloning step.
# Furthermore, Git-LFS and Gitlab sufer a bug preventing usage of
# Furthermore, Git-LFS and Gitlab sufer a bug preventing usage of
# GIT_STRATEGY=fetch (https://gitlab.com/gitlab-org/gitlab-runner/issues/3318)
variables
:
...
...
@@ -47,13 +47,13 @@ native-build:
script
:
-
ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc
debian-build
:
extends
:
.general
only
:
[
merge_requests
]
stage
:
build
image
:
$BUILD_IMAGE_REGISTRY/otb-debian-native:unstable
script
:
-
ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=debian-unstable-gcc
#
debian-build:
#
extends: .general
#
only: [merge_requests]
#
stage: build
#
image: $BUILD_IMAGE_REGISTRY/otb-debian-native:unstable
#
script:
#
- ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=debian-unstable-gcc
.common-build
:
extends
:
.general
...
...
@@ -63,14 +63,14 @@ debian-build:
-
ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-llvm-shark
# This is needed to have only one pipeline in a merge request context
ubuntu-llvm
:
only
:
[
merge_requests
]
extends
:
.common-build
#
#
This is needed to have only one pipeline in a merge request context
#
ubuntu-llvm:
#
only: [merge_requests]
#
extends: .common-build
ubuntu-llvm-wip
:
except
:
[
merge_requests
]
extends
:
.common-build
#
ubuntu-llvm-wip:
#
except: [merge_requests]
#
extends: .common-build
.common-prepare
:
# only: [merge_requests]
...
...
@@ -100,12 +100,12 @@ ubuntu-llvm-wip:
# This recovers logs from superbuild build
-
build/*/*/*/*.log
ubuntu-superbuild-prepare
:
only
:
[
merge_requests
]
extends
:
.common-prepare
image
:
$BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
script
:
-
ctest -VV -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
#
ubuntu-superbuild-prepare:
#
only: [merge_requests]
#
extends: .common-prepare
#
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
#
script:
#
- ctest -VV -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
centos-superbuild-prepare
:
only
:
[
merge_requests
]
...
...
@@ -114,13 +114,13 @@ centos-superbuild-prepare:
script
:
-
ctest -VV -S CI/prepare_superbuild.cmake -DIMAGE_NAME:string=otb-centos-superbuild-base
ubuntu-superbuild-build
:
only
:
[
merge_requests
]
extends
:
.common-build
stage
:
build
image
:
$BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
script
:
-
ctest -VV -S CI/build_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
#
ubuntu-superbuild-build:
#
only: [merge_requests]
#
extends: .common-build
#
stage: build
#
image: $BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
#
script:
#
- ctest -VV -S CI/build_superbuild.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
centos-superbuild-build
:
only
:
[
merge_requests
]
...
...
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