Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
chaos_bundle_compilation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
chaos-lnf-control
chaos_bundle_compilation
Commits
07af2dec
There was a problem fetching the pipeline summary.
Commit
07af2dec
authored
7 years ago
by
Andrea Michelotti
Browse files
Options
Downloads
Patches
Plain Diff
wrong dependency
parent
309344e9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-5
3 additions, 5 deletions
.gitlab-ci.yml
with
3 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
5
View file @
07af2dec
...
...
@@ -86,8 +86,6 @@ ubuntu1604_x86_64:
ubuntu1604_static_x86_64
:
tags
:
-
chaos
stage
:
build
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:1604
script
:
...
...
@@ -212,7 +210,7 @@ deploy_stage:
ubuntu1604_test_x86_64
:
dependencies
:
-
ubuntu1
4
04_x86_64
-
ubuntu1
6
04_x86_64
stage
:
test
services
:
-
name
:
couchbase/server:community-3.1.3
...
...
@@ -222,7 +220,7 @@ ubuntu1604_test_x86_64:
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:1604
script
:
-
tar xfz $DISTRIB_NAME.tar.gz -C /
-
tar xfz $DISTRIB_NAME.tar.gz -C /
usr/local/chaos/
-
scripts/dbinit.sh couchbase mongo
-
repo init -u git@baltig.infn.it:chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
-
repo sync
...
...
@@ -257,7 +255,7 @@ ubuntu1404_test_x86_64:
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:1404
script
:
-
tar xfz $DISTRIB_NAME.tar.gz -C /
-
tar xfz $DISTRIB_NAME.tar.gz -C /
usr/local/chaos
-
scripts/dbinit.sh couchbase mongo
-
repo init -u git@baltig.infn.it:chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
-
repo sync
...
...
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