Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add additional device pool to test #793

Merged
merged 7 commits into from
Jun 14, 2024
Merged

add additional device pool to test #793

merged 7 commits into from
Jun 14, 2024

Conversation

sbSteveK
Copy link
Contributor

Add additional Android 8.0.0 device pool for testing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -12,6 +12,7 @@
parser.add_argument('--run_attempt', required=True, help="A unique number for each attempt of a particular workflow run in a repository")
parser.add_argument('--project_arn', required=True, help="Arn for the Device Farm Project the apk will be tested on")
parser.add_argument('--device_pool_arn', required=True, help="Arn for device pool of the Device Farm Project the apk will be tested on")
parser.add_argument('--device_pool', required=True, help="Which device pool is being used for this test")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit-Pick: The device_pool argument seems only setup a different file name for the test files. Is it mandatory to have different file names for the test?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's more for our own convenience when looking at the test runs on device farm itself. Otherwise you'd have to dig into the run itself to determine which device pool was run. It may or may not be mandatory to have a different name but having identically named tests is not ideal in general.

@sbSteveK sbSteveK merged commit 44cc86f into main Jun 14, 2024
51 checks passed
@sbSteveK sbSteveK deleted the android-ci-8 branch June 14, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants