69ea632d3e
Change-Id: I1fd2e966863908751ab5cba685e99c1ddf07b582
54 lines
637 B
YAML
54 lines
637 B
YAML
---
|
|
|
|
version: '3.4'
|
|
services:
|
|
base:
|
|
build:
|
|
context: .
|
|
target: base
|
|
|
|
sources:
|
|
build:
|
|
context: .
|
|
target: sources
|
|
|
|
bindeps:
|
|
build:
|
|
context: .
|
|
target: bindeps
|
|
|
|
py3:
|
|
build:
|
|
context: .
|
|
target: py3
|
|
|
|
venv:
|
|
build:
|
|
context: .
|
|
target: venv
|
|
|
|
functional:
|
|
build:
|
|
context: .
|
|
target: functional
|
|
|
|
scenario:
|
|
build:
|
|
context: .
|
|
target: scenario
|
|
|
|
neutron:
|
|
build:
|
|
context: .
|
|
target: neutron
|
|
|
|
faults:
|
|
build:
|
|
context: .
|
|
target: faults
|
|
|
|
infrared:
|
|
build:
|
|
context: .
|
|
target: infrared
|