Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nightlies
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
bob
nightlies
Commits
4492f40d
There was a problem fetching the pipeline summary.
Commit
4492f40d
authored
8 years ago
by
Tiago de Freitas Pereira
Browse files
Options
Downloads
Patches
Plain Diff
6 stages
parent
5c5fbb10
No related branches found
No related tags found
1 merge request
!2
Ci2
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-8
8 additions, 8 deletions
.gitlab-ci.yml
with
8 additions
and
8 deletions
.gitlab-ci.yml
+
8
−
8
View file @
4492f40d
...
@@ -16,7 +16,7 @@ stages:
...
@@ -16,7 +16,7 @@ stages:
# Template for the build stage
# Template for the build stage
# Needs to run on all supported architectures, platforms and python versions
# Needs to run on all supported architectures, platforms and python versions
.build_bob_template
:
&build_job
.build_bob_template
:
&build_
bob_
job
stage
:
build_bob
stage
:
build_bob
before_script
:
before_script
:
-
git clean -ffdx
-
git clean -ffdx
...
@@ -38,7 +38,7 @@ stages:
...
@@ -38,7 +38,7 @@ stages:
# Template for the test stage - re-installs from uploaded wheels
# Template for the test stage - re-installs from uploaded wheels
# Needs to run on all supported architectures, platforms and python versions
# Needs to run on all supported architectures, platforms and python versions
.test_bob_template
:
&test_job
.test_bob_template
:
&test_
bob_
job
stage
:
test_bob
stage
:
test_bob
before_script
:
before_script
:
#- ./_ci/install.sh _ci #updates
#- ./_ci/install.sh _ci #updates
...
@@ -51,7 +51,7 @@ stages:
...
@@ -51,7 +51,7 @@ stages:
# Template for the wheel uploading stage
# Template for the wheel uploading stage
# Needs to run against all combinations of python and operating systems
# Needs to run against all combinations of python and operating systems
.wheels_bob_template
:
&wheels_job
.wheels_bob_template
:
&wheels_
bob_
job
stage
:
wheels_bob
stage
:
wheels_bob
environment
:
intranet
environment
:
intranet
only
:
only
:
...
@@ -73,25 +73,25 @@ stages:
...
@@ -73,25 +73,25 @@ stages:
# Linux + Python 2.7: Builds, tests, uploads wheel and deploys (if needed)
# Linux + Python 2.7: Builds, tests, uploads wheel and deploys (if needed)
build_bob_linux_27
:
build_bob_linux_27
:
<<
:
*build_job
<<
:
*build_
bob_
job
variables
:
&linux_27_build_variables
variables
:
&linux_27_build_variables
PYTHON_VERSION
:
"
2.7"
PYTHON_VERSION
:
"
2.7"
tags
:
tags
:
-
conda-linux
-
conda-linux
test_bob_linux_27
:
test_bob_linux_27
:
<<
:
*test_job
<<
:
*test_
bob_
job
variables
:
*linux_27_build_variables
variables
:
*linux_27_build_variables
dependencies
:
dependencies
:
-
build_linux_27
-
build_
bob_
linux_27
tags
:
tags
:
-
conda-linux
-
conda-linux
wheels_bob_linux_27
:
wheels_bob_linux_27
:
<<
:
*wheels_job
<<
:
*wheels_
bob_
job
variables
:
*linux_27_build_variables
variables
:
*linux_27_build_variables
dependencies
:
dependencies
:
-
build_linux_27
-
build_
bob_
linux_27
tags
:
tags
:
-
conda-linux
-
conda-linux
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