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
5b405d08
Commit
5b405d08
authored
6 years ago
by
Andrea Michelotti
Browse files
Options
Downloads
Patches
Plain Diff
re-enable macosx test, publish simplified
parent
a82ce6d0
No related branches found
No related tags found
No related merge requests found
Pipeline
#12884
canceled
6 years ago
Stage: build
Stage: test
Stage: deploy
Stage: publish
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-10
6 additions, 10 deletions
.gitlab-ci.yml
with
6 additions
and
10 deletions
.gitlab-ci.yml
+
6
−
10
View file @
5b405d08
...
...
@@ -51,11 +51,11 @@ macosx_x86_64:
-
cmake -DCHAOS_ARCHITECTURE_TEST=ON -DCHAOS_VME=OFF -DCHAOS_VERSION_MAJOR="$CI_COMMIT_REF_NAME.$CHAOS_LIB_HASH" -DCHAOS_VERSION_MINOR="$CI_JOB_STAGE.$CI_COMMIT_SHA" -DCHAOS_WAN=ON . -DCHAOS_BUILD_ID=${CI_PIPELINE_ID} -DCMAKE_INSTALL_PREFIX=$PWD/chaos-osx10-distrib
-
make -j 8 install
-
export CHAOS_LIVE_SERVERS=localhost;export CHAOS_DB_SERVERS=localhost
#
- cd $PWD/chaos-osx10-distrib
#
- source chaos_env.sh
#
- ./tools/dbinit.sh localhost localhost
#
- ./tools/chaos_test.sh .
#
- ./tools/chaos_services.sh stop
-
cd $PWD/chaos-osx10-distrib
-
source chaos_env.sh
-
./tools/dbinit.sh localhost localhost
-
./tools/chaos_test.sh .
-
./tools/chaos_services.sh stop
-
tar cfz chaos-osx10-distrib.tar.gz chaos-osx10-distrib
allow_failure
:
true
artifacts
:
...
...
@@ -499,16 +499,12 @@ pages:
-
centos7_test_x86_64
image
:
baltig.infn.it:4567/chaos-lnf-control/chaos_bundle_compilation:lite
script
:
-
repo init -q --no-clone-bundle -u git@baltig.infn.it:chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
-
repo sync
-
mkdir -p perf/ubuntu1404 perf/ubuntu1604 perf/centos7 public
-
ls -latr
-
tar xfvz chaos-distrib-$CI_COMMIT_REF_NAME-ubuntu-14.04-x86_64-log-ok.tar.gz -C perf/ubuntu1404
-
tar xfvz chaos-distrib-$CI_COMMIT_REF_NAME-ubuntu-16.04-x86_64-log-ok.tar.gz -C perf/ubuntu1604
-
tar xfvz chaos-distrib-$CI_COMMIT_REF_NAME-centos-7-x86_64-log-ok.tar.gz -C perf/centos7
-
./tools/images2html.sh perf Benchmark
-
mv index.html public/
-
mv perf public/
-
mv perf/ public/
allow_failure
:
true
artifacts
:
paths
:
...
...
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