diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 4cfab1e..eb8b31c 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -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 diff --git a/input_files/input_test.json b/input_files/input_test.json new file mode 100644 index 0000000..b9d09e6 --- /dev/null +++ b/input_files/input_test.json @@ -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" + ] + } +] \ No newline at end of file