-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqtf-execution.example.json
More file actions
77 lines (77 loc) · 1.79 KB
/
Copy pathqtf-execution.example.json
File metadata and controls
77 lines (77 loc) · 1.79 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"kind": "qtf.execution",
"payload": {
"qtf_execution": {
"artifacts": {
"created_files": [
"out.txt"
],
"deleted_files": [],
"modified_files": []
},
"backend": "podman",
"backend_note": "fallback:ready; bwrap_unavailable:setting up uid map: Permission denied",
"backend_requested": "auto",
"capture_ts": "2026-04-08T19:10:00Z",
"command": [
"/bin/sh",
"-lc",
"echo hello > out.txt"
],
"command_text": "/bin/sh -lc echo hello > out.txt",
"image": "ubuntu:latest",
"label": "local-offline-cage",
"manifest": {
"fake_home": "/home/qtf",
"network": "disabled",
"read_only_system": true,
"tmpfs": [
"/tmp",
"/var/tmp",
"/home/qtf"
],
"workspace_mount": "/workspace"
},
"result": {
"duration_ms": 987,
"exit_code": 0,
"success": true,
"timed_out": false
},
"sandbox_kept": false,
"sandbox_root": "",
"stderr": "",
"stdout": "",
"workspace_mode": "directory",
"workspace_seed": "/tmp/example-project"
},
"qtf_signature": {
"content_hash": "sha256:example",
"signature_version": "v1",
"stable_keys": [
"label",
"backend",
"command_text",
"workspace_seed",
"workspace_mode",
"success",
"exit_code"
]
}
},
"source": {
"host": "qtf-runner",
"observer": "qtf-podman",
"session": "local-cage",
"workspace": "/path/to/QTMoS-Alp-Beta"
},
"subject": "qtf.execution",
"tags": [
"qtf_execution",
"containment",
"offline_local",
"qtf_backend:podman",
"qtf_success"
],
"type": "qtf.execution"
}