forked from oar-team/batsim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbatsim_ci.yaml
60 lines (49 loc) · 1.57 KB
/
batsim_ci.yaml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: An applicance for batsim continuous integration (CI)
# It contains all the dependencies mandatory for build and tests batsim
#
#==============================================================================
---
## Choose one of them the following extends
extend: default/from_upstream_build/debian-stretch
global:
backend: qemu
btrfs_volume: "/"
virtualbox_memory_size: 2048
qemu_memory_size : 2048
appliance_formats: tar.gz
appliance_tar_compression_level: fast
setup_packages: git cmake build-essential e2fsprogs $${setup_packages}
default_keyboard_layout: fr
default_timezone: Europe/Paris
root_password: root
hostname: batsim
work_dir: /root
simgrid_remote: https://github.com/mpoquet/simgrid.git
simgrid_commit: 587483ebe7882e # Fri Jan 6 15:45:05 2017
#execo_remote: https://github.com/mickours/execo.git
execo_remote: https://github.com/mpoquet/execo.git
execo_commit: 406f4fa06
bootstrap:
- "@base"
setup:
#
# General configuration
#
- "@base"
- enable_root_ssh_login
- install_ci_deps:
- install_build_tools:
- exec_in: apt-get update && apt-get -y install cmake gcc clang g++
- install_ci_tools:
- exec_in: apt-get update && apt-get -y install netcat
- simgrid
- batsim_dependencies
- pybatsim_dependencies
- result_analysis
export:
- "@base"
- docker_export