-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathengine.ini
38 lines (31 loc) · 890 Bytes
/
engine.ini
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
[engine:shared_testing]
description = engine for testing of shared provider
sources = workspace
bash_container
core_container
parts = engine
bash
core
[engine_source:workspace]
type = local_dir
local_dir_path = ./
[engine_source:bash_container]
type = container
container_registry_url = https://ghcr.io
container_repository = hamlet-io/executor-bash
container_tag = edge
[engine_source:core_container]
type = container
container_registry_url = https://ghcr.io
container_repository = hamlet-io/engine-core
container_tag = edge
[engine_part:engine]
type = engine
source_name = workspace
[engine_part:bash]
type = executor-bash
source_name = bash_container
[engine_part:core]
type = bundled-wrapper
source_path = image
source_name = core_container