forked from alisw/alisw.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (40 loc) · 1.16 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Site settings
title: ALICE SW Build Infrastructure pages
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Initial documentation for ALICE new build infrastructure.
This is work in progress.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://alisw.github.io" # the base hostname & protocol for your site
categories: [main, infrastructure]
# Build settings
markdown: kramdown
highlighter: rouge
openstack_project: "ALICE Release Testing"
voc_name: "Giulio Eulisse"
experiment: "ALICE"
exp_prefix: "ali"
master_hostgroup: "alibuild/mesos/master"
slave_hostgroup: "alibuild/mesos/slave"
jenkins_hostgroup: "alibuild/jenkins"
frontend_hostgroup: "alibuild/frontend"
builduser: "alibuild"
openstack_image: "CC7"
openstack_flavor: "m2.2xlarge"
openstack_master_flavor: "m2.large"
menu_header: ALICE SW
menu:
- name: ci
label: CI
items:
- name: aliphysics-ci
label: "AliPhysics"
- name: git
label: GIT
items:
- name: git-tutorial
label: "Basic Tutorial"
- name: git-advanced
label: "Advanced Tutorial"
- name: infrastructure
label: Build Infrastructure