-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdappnode_package.json
More file actions
48 lines (48 loc) · 1.74 KB
/
Copy pathdappnode_package.json
File metadata and controls
48 lines (48 loc) · 1.74 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
{
"architectures": [
"linux/amd64",
"linux/arm64"
],
"author": "DAppNode Association <admin@dappnode.io>",
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-package-harness/issues"
},
"categories": [
"Developer tools"
],
"description": "Polls Tropibot for deterministic baseline-to-candidate Dappnode package tests on a dedicated disposable node. It captures bounded evidence, performs advisory log analysis, cleans up the target package, and reliably delivers the result back to Tropibot.",
"exposable": [
{
"description": "Local health and readiness endpoints for package supervision only; jobs are polled outbound from Tropibot.",
"name": "Package Harness supervision",
"port": 8080,
"serviceName": "package-harness"
}
],
"keywords": [
"testing",
"packages",
"ci",
"upgrade",
"developer"
],
"license": "GPL-3.0",
"links": {
"homepage": "https://github.com/dappnode/DAppNodePackage-package-harness"
},
"name": "package-harness.dnp.dappnode.eth",
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-package-harness"
},
"requirements": {
"minimumDappnodeVersion": "0.2.50"
},
"shortDescription": "Disposable-node upgrade tests for Dappnode package builds",
"type": "service",
"version": "0.1.1",
"warnings": {
"onInstall": "This package performs destructive install, upgrade, removal, and volume-deletion operations. Use it only on a dedicated disposable test Dappnode and explicitly acknowledge destructive testing in the setup wizard.",
"onRemove": "Removing the harness deletes its persisted run history. It does not automatically remove dependencies left behind by earlier package tests."
}
}