Searched +full:- +full:- +full:device_pool_arn (Results 1 – 2 of 2) sorted by relevance
7 import requests # - for uploading files11 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_arn36 print("Error - could not make Boto3 client. Credentials likely could not be sourced")37 sys.exit(-1)[all …]
5 branches-ignore:6 - 'main'7 - 'docs'13 PACKAGE_NAME: aws-crt-java14 LINUX_BASE_IMAGE: ubuntu-18-x6415 RUN: ${{ github.run_id }}-${{ github.run_number }}19 AWS_REGION: us-east-120 AWS_DEVICE_FARM_REGION: us-west-2 # Device Farm only available in us-west-2 region23 linux-compat:24 runs-on: ubuntu-22.04 # latest[all …]