-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
r/devicefarm_project - add default_job_timeout_minutes
and tags
arguments
#19574
r/devicefarm_project - add default_job_timeout_minutes
and tags
arguments
#19574
Conversation
default_job_timeout_minutes
argdefault_job_timeout_minutes
and tags
arguments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSDeviceFarmProject_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSDeviceFarmProject_ -timeout 180m
=== RUN TestAccAWSDeviceFarmProject_basic
=== PAUSE TestAccAWSDeviceFarmProject_basic
=== RUN TestAccAWSDeviceFarmProject_timeout
=== PAUSE TestAccAWSDeviceFarmProject_timeout
=== RUN TestAccAWSDeviceFarmProject_tags
=== PAUSE TestAccAWSDeviceFarmProject_tags
=== RUN TestAccAWSDeviceFarmProject_disappears
=== PAUSE TestAccAWSDeviceFarmProject_disappears
=== CONT TestAccAWSDeviceFarmProject_basic
=== CONT TestAccAWSDeviceFarmProject_tags
=== CONT TestAccAWSDeviceFarmProject_timeout
=== CONT TestAccAWSDeviceFarmProject_disappears
--- PASS: TestAccAWSDeviceFarmProject_disappears (13.04s)
--- PASS: TestAccAWSDeviceFarmProject_basic (29.05s)
--- PASS: TestAccAWSDeviceFarmProject_timeout (29.39s)
--- PASS: TestAccAWSDeviceFarmProject_tags (39.17s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 44.059s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSDeviceFarmProject_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSDeviceFarmProject_ -timeout 180m
=== RUN TestAccAWSDeviceFarmProject_basic
=== PAUSE TestAccAWSDeviceFarmProject_basic
=== RUN TestAccAWSDeviceFarmProject_timeout
=== PAUSE TestAccAWSDeviceFarmProject_timeout
=== RUN TestAccAWSDeviceFarmProject_tags
=== PAUSE TestAccAWSDeviceFarmProject_tags
=== RUN TestAccAWSDeviceFarmProject_disappears
=== PAUSE TestAccAWSDeviceFarmProject_disappears
=== CONT TestAccAWSDeviceFarmProject_basic
=== CONT TestAccAWSDeviceFarmProject_disappears
=== CONT TestAccAWSDeviceFarmProject_timeout
=== CONT TestAccAWSDeviceFarmProject_tags
=== CONT TestAccAWSDeviceFarmProject_basic
provider_test.go:734: skipping tests; partition aws-us-gov does not support devicefarm service
=== CONT TestAccAWSDeviceFarmProject_timeout
provider_test.go:734: skipping tests; partition aws-us-gov does not support devicefarm service
=== CONT TestAccAWSDeviceFarmProject_disappears
provider_test.go:734: skipping tests; partition aws-us-gov does not support devicefarm service
--- SKIP: TestAccAWSDeviceFarmProject_basic (1.36s)
--- SKIP: TestAccAWSDeviceFarmProject_disappears (1.36s)
--- SKIP: TestAccAWSDeviceFarmProject_timeout (1.36s)
=== CONT TestAccAWSDeviceFarmProject_tags
provider_test.go:734: skipping tests; partition aws-us-gov does not support devicefarm service
--- SKIP: TestAccAWSDeviceFarmProject_tags (1.36s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 5.883s
This has been released in version 3.44.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #8745.
Output from acceptance testing: