Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Nov 3, 2023
1 parent 2e47b90 commit 6d1c6df
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Split input into 10 files
run: |
python3 scripts/split_input/split_input.py --input_file input_files/input.json
python3 scripts/split_input/split_input.py --input_file input_files/input_test.json
- name: Archive output file
uses: actions/upload-artifact@v3
Expand Down
88 changes: 88 additions & 0 deletions input_files/input_test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
[
{
"name": "app-aeternity",
"owner": "LedgerHQ",
"ref": "master",
"url": "https://github.com/LedgerHQ/app-aeternity",
"variant_param": "COIN",
"variants_nanos": [
"aeternity"
],
"variants_nanox": [
"aeternity"
],
"variants_nanosp": [
"aeternity"
],
"variants_stax": [
"aeternity"
]
},
{
"name": "app-age",
"owner": "LedgerHQ",
"ref": "main",
"url": "https://github.com/LedgerHQ/app-age",
"build_blacklist": [
"nanos",
"nanosp",
"nanox",
"stax"
],
"test_blacklist": [
"nanos",
"nanosp",
"nanox",
"stax"
]
},
{
"name": "app-monero",
"owner": "LedgerHQ",
"ref": "develop",
"url": "https://github.com/LedgerHQ/app-monero",
"test_dir": "tests",
"extra_flags": "DEBUG=1",
"variant_param": "COIN",
"variants_nanos": [
"monero"
],
"variants_nanox": [
"monero"
],
"variants_nanosp": [
"monero"
],
"variants_stax": [
"monero"
]
},
{
"name": "app-solar",
"owner": "Solar-network",
"ref": "develop",
"url": "https://github.com/LedgerHQ/app-solar",
"build_blacklist": [
"stax"
],
"test_blacklist": [
"nanos",
"nanosp",
"nanox",
"stax"
],
"variant_param": "COIN",
"variants_nanos": [
"SXP"
],
"variants_nanox": [
"SXP"
],
"variants_nanosp": [
"SXP"
],
"variants_stax": [
"SXP"
]
}
]

0 comments on commit 6d1c6df

Please sign in to comment.