Add interoperability test suite to CI
This commit is contained in:
parent
503727334c
commit
b7193f64e4
5 changed files with 224 additions and 0 deletions
28
.github/test-suite/config.json.template
vendored
Normal file
28
.github/test-suite/config.json.template
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"drivers": [
|
||||
{
|
||||
"id": "gosop-branch",
|
||||
"path": "__GOSOP_BRANCH__"
|
||||
},
|
||||
{
|
||||
"id": "gosop-main",
|
||||
"path": "__GOSOP_MAIN__"
|
||||
},
|
||||
{
|
||||
"path": "__SQOP__"
|
||||
},
|
||||
{
|
||||
"path": "__GPGME_SOP__"
|
||||
},
|
||||
{
|
||||
"path": "__SOP_OPENPGPJS__"
|
||||
},
|
||||
{
|
||||
"path": "__RNP_SOP__"
|
||||
}
|
||||
],
|
||||
"rlimits": {
|
||||
"DATA": 1073741824
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue