Home
last modified time | relevance | path

Searched +full:- +full:- +full:device_pool_arn (Results 1 – 2 of 2) sorted by relevance

/external/aws-crt-java/.github/workflows/
Drun_android_ci.py7 import requests # - for uploading files
11 parser.add_argument('--run_id', required=True, help="A unique number for each workflow run within a…
12 parser.add_argument('--run_attempt', required=True, help="A unique number for each attempt of a par…
13 parser.add_argument('--project_arn', required=True, help="Arn for the Device Farm Project the apk w…
14 parser.add_argument('--device_pool_arn', required=True, help="Arn for device pool of the Device Far…
17 …= current_working_directory + '/src/test/android/testapp/build/outputs/apk/debug/testapp-debug.apk'
18 …ory + '/src/test/android/testapp/build/outputs/apk/androidTest/debug/testapp-debug-androidTest.apk'
26 device_pool_arn = args.device_pool_arn
36 print("Error - could not make Boto3 client. Credentials likely could not be sourced")
37 sys.exit(-1)
[all …]
Dci.yml5 branches-ignore:
6 - 'main'
7 - 'docs'
13 PACKAGE_NAME: aws-crt-java
14 LINUX_BASE_IMAGE: ubuntu-18-x64
15 RUN: ${{ github.run_id }}-${{ github.run_number }}
19 AWS_REGION: us-east-1
20 AWS_DEVICE_FARM_REGION: us-west-2 # Device Farm only available in us-west-2 region
23 linux-compat:
24 runs-on: ubuntu-22.04 # latest
[all …]