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
7aebfd6d
There was a problem fetching the pipeline summary.
Commit
7aebfd6d
authored
7 years ago
by
Andrea Michelotti
Browse files
Options
Downloads
Plain Diff
Merge branch 'experimental' into development
parents
4418492f
b31c7619
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-11
5 additions, 11 deletions
.gitlab-ci.yml
with
5 additions
and
11 deletions
.gitlab-ci.yml
+
5
−
11
View file @
7aebfd6d
...
...
@@ -65,10 +65,8 @@ ubuntu1604_x86_64:
ubuntu1604_static_x86_64
:
tags
:
-
chaos
stage
:
build
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:
1604
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:
lite
script
:
-
mkdir -p $INSTALL_DIR
-
repo init -u git@baltig.infn.it:chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
...
...
@@ -156,10 +154,8 @@ ubuntu1404_test_x86_64:
expire_in
:
7 day
build_arm_linux26
:
tags
:
-
chaos
stage
:
build
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:
1404
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:
lite
script
:
-
export PATH=/usr/local/chaos/i686-nptl-linux-gnu/bin/:$PATH
-
export DISTRIB_NAME=chaos-distrib-$CI_COMMIT_REF_NAME-$CI_JOB_NAME
...
...
@@ -180,10 +176,8 @@ build_arm_linux26:
expire_in
:
1 day
build_i686_static_linux26
:
tags
:
-
chaos
stage
:
build
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:
1404
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:
lite
script
:
-
repo init -u git@baltig.infn.it:chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
-
repo sync
...
...
@@ -204,7 +198,7 @@ build_i686_static_linux26:
build_i686_dynamic_linux26
:
stage
:
build
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:
1404
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:
lite
script
:
-
export DISTRIB_NAME=chaos-distrib-$CI_COMMIT_REF_NAME-$CI_JOB_NAME
-
export INSTALL_DIR=/builds/amichelo/chaos_bundle_compilation/distrib/$DISTRIB_NAME
...
...
@@ -227,7 +221,7 @@ deploy_stage:
tags
:
-
chaos
stage
:
deploy
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:
1404
image
:
baltig.infn.it:4567/amichelo/chaos_bundle_compilation:
lite
script
:
-
scripts/accept_merge_request.sh $CI_COMMIT_REF_NAME
-
if [ -e chaos-osx10-distrib.tar.gz ];then scp $DISTRIB_NAME.tar.gz chaosweb@opensource.lnf.infn.it:/var/www/html/binary/chaos/osx/;fi
...
...
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