
CPU arch dependencies cleanup. Everything works fine apart from redis-benchmark test. Type: test Change-Id: I4a1e7d3bce994f6ea0681e06955ef9c621468642 Signed-off-by: Matus Fabian <matfabia@cisco.com>
47 lines
995 B
YAML
47 lines
995 B
YAML
---
|
|
volumes:
|
|
- volume: &shared-vol
|
|
host-dir: "$HST_VOLUME_DIR/shared-vol"
|
|
|
|
containers:
|
|
- name: "vpp"
|
|
volumes:
|
|
- <<: *shared-vol
|
|
container-dir: "/tmp/vpp"
|
|
is-default-work-dir: true
|
|
|
|
- name: "nginx"
|
|
volumes:
|
|
- <<: *shared-vol
|
|
container-dir: "/tmp/nginx"
|
|
is-default-work-dir: true
|
|
image: "hs-test/nginx-ldp"
|
|
is-optional: true
|
|
|
|
- name: "nginx-http3"
|
|
volumes:
|
|
- <<: *shared-vol
|
|
container-dir: "/tmp/nginx"
|
|
is-default-work-dir: true
|
|
- host-dir: $HST_DIR/resources/cert
|
|
container-dir: "/etc/nginx/ssl"
|
|
image: "hs-test/nginx-http3"
|
|
is-optional: true
|
|
|
|
- name: "ab"
|
|
image: "hs-test/ab"
|
|
is-optional: true
|
|
run-detached: false
|
|
|
|
- name: "wrk"
|
|
image: "hs-test/wrk"
|
|
is-optional: true
|
|
run-detached: false
|
|
|
|
- name: "curl"
|
|
vars:
|
|
- name: LD_LIBRARY_PATH
|
|
value: "/usr/local/lib"
|
|
image: "hs-test/curl"
|
|
is-optional: true
|
|
run-detached: false |