From b1329ec7ba51b4e319e8e55afe24c496a253aeec Mon Sep 17 00:00:00 2001 From: Sarah GLINER Date: Thu, 31 Aug 2023 13:58:07 +0200 Subject: [PATCH] fixup! tmp --- .github/workflows/_build_devices.yml | 10 +++++----- .github/workflows/_test_devices.yml | 14 +++++++------- scripts/build_and_test/main.py | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/_build_devices.yml b/.github/workflows/_build_devices.yml index 9cc3a27..105615e 100644 --- a/.github/workflows/_build_devices.yml +++ b/.github/workflows/_build_devices.yml @@ -11,22 +11,22 @@ on: run_nanos: type: boolean required: false - default: false + default: true run_nanosp: type: boolean required: false - default: false + default: true run_nanox: type: boolean required: false - default: false + default: true run_stax: type: boolean required: false - default: false + default: true pull_request: - #push: + push: jobs: diff --git a/.github/workflows/_test_devices.yml b/.github/workflows/_test_devices.yml index 748f582..d742409 100644 --- a/.github/workflows/_test_devices.yml +++ b/.github/workflows/_test_devices.yml @@ -6,32 +6,32 @@ on: sdk_ref_nanosp: type: string required: false - default: 'master' + default: 'API_LEVEL_1' run_nanosp: type: boolean required: false - default: false + default: true sdk_ref_nanox: type: string required: false - default: 'master' + default: 'API_LEVEL_5' run_nanox: type: boolean required: false - default: false + default: true sdk_ref_stax: type: string required: false - default: 'master' + default: 'API_LEVEL_12' run_stax: type: boolean required: false - default: false + default: true pull_request: - #push: + push: jobs: diff --git a/scripts/build_and_test/main.py b/scripts/build_and_test/main.py index 24cfb37..3cba87a 100644 --- a/scripts/build_and_test/main.py +++ b/scripts/build_and_test/main.py @@ -70,7 +70,7 @@ git_setup(SDK_NAME, args.sdk_ref, SDK_URL, abs_workdir) - for app_json in merged_json: + for app_json in input_json: repo_name = app_json.get("name") if not args.skip_setup: repo_ref = app_json.get("ref")