forked from oar-team/batsim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbatsim.yaml
35 lines (29 loc) · 1015 Bytes
/
batsim.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
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: An applicance for batsim experiments en development.
#
#==============================================================================
---
extend: default/from_image/from_docker
global:
backend: docker
from_docker_image: oarteam/batsim_ci:latest
to_docker_image: oarteam/batsim:latest
work_dir: /root
batsim_commit: 78465ddfc48e1
bootstrap:
- "@base"
setup:
- batsim_build_and_install
export:
- "@base"
- tag_and_push_image:
- do_tag:
- exec_local: |
docker tag oarteam/$${kameleon_recipe_name}:latest oarteam/$${kameleon_recipe_name}:$(date --iso-8601)
- do_push:
- exec_local: |
docker push oarteam/$${kameleon_recipe_name}:latest
docker push oarteam/$${kameleon_recipe_name}:$(date --iso-8601)