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

[CI] disable aws cloud testing by default #23186

Merged
merged 5 commits into from
Jan 7, 2021

Conversation

v1v
Copy link
Member

@v1v v1v commented Dec 16, 2020

What does this PR do?

Run Cloud Testing on demand using the UI, comments or labels or on a weekly basis for the master and 7.x branches.

Triggers:

  • UI based with the parameter awsCloudTests
  • GH comment /test x-pack/metricbeat for aws cloud
  • GH Label aws

Why is it important?

Cloud Testing got a limitation with the number of db instances concurrently with the current service account used in the CI

[2020-12-14T15:41:25.769Z] Error: Error creating DB Instance: InstanceQuotaExceeded: DB Instance quota exceeded
[2020-12-14T15:41:25.769Z] 	status code: 400, request id: 7ce18407-a537-4d4e-ad21-75cd3730160b
[2020-12-14T15:41:25.769Z] 
[2020-12-14T15:41:25.769Z]   on terraform.tf line 18, in resource "aws_db_instance" "test":
[2020-12-14T15:41:25.769Z]   18: resource "aws_db_instance" "test" {

The quotas and limitations can be found in the limits section.

Issues

See #23105 (comment)

cc @jsoriano and @ph as you commented in #23105 (comment)

@v1v v1v requested a review from a team December 16, 2020 20:21
@v1v v1v self-assigned this Dec 16, 2020
@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label Team:Automation Label for the Observability productivity team and removed needs_team Indicates that the issue/PR needs a Team:* label labels Dec 16, 2020
@elasticmachine
Copy link
Collaborator

elasticmachine commented Dec 17, 2020

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #23186 updated

  • Start Time: 2021-01-06T18:39:37.300+0000

  • Duration: 53 min 26 sec

Test stats 🧪

Test Results
Failed 0
Passed 17805
Skipped 1385
Total 19190

Steps errors 2

Expand to view the steps failures

Terraform Apply on x-pack/metricbeat/module/aws
  • Took 0 min 4 sec . View more details on here
  • Description: terraform apply -auto-approve
Terraform Apply on x-pack/metricbeat/module/aws
  • Took 0 min 4 sec . View more details on here
  • Description: terraform apply -auto-approve

💚 Flaky test report

Tests succeeded.

Expand to view the summary

Test stats 🧪

Test Results
Failed 0
Passed 17805
Skipped 1385
Total 19190

@v1v v1v added the aws Enable builds in the CI for aws cloud testing label Dec 17, 2020
x-pack/metricbeat/Jenkinsfile.yml Outdated Show resolved Hide resolved
@v1v v1v added aws Enable builds in the CI for aws cloud testing and removed aws Enable builds in the CI for aws cloud testing labels Jan 6, 2021
@v1v v1v merged commit d283c46 into elastic:master Jan 7, 2021
@v1v v1v deleted the feature/disable-aws-cloud-testing branch January 7, 2021 10:27
v1v added a commit to v1v/beats that referenced this pull request Jan 7, 2021
* Disable by default, and added the labels/parameters/comments configuration to be customised on a PR basis if required
* Created a weekly job to run AWS cloud testing for master and 7.x branches
v1v added a commit to v1v/beats that referenced this pull request Jan 7, 2021
* Disable by default, and added the labels/parameters/comments configuration to be customised on a PR basis if required
* Created a weekly job to run AWS cloud testing for master and 7.x branches
v1v added a commit to v1v/beats that referenced this pull request Jan 7, 2021
* Disable by default, and added the labels/parameters/comments configuration to be customised on a PR basis if required
* Created a weekly job to run AWS cloud testing for master and 7.x branches
v1v added a commit that referenced this pull request Jan 7, 2021
* Disable by default, and added the labels/parameters/comments configuration to be customised on a PR basis if required
* Created a weekly job to run AWS cloud testing for master and 7.x branches
v1v added a commit that referenced this pull request Jan 7, 2021
* Disable by default, and added the labels/parameters/comments configuration to be customised on a PR basis if required
* Created a weekly job to run AWS cloud testing for master and 7.x branches
v1v added a commit that referenced this pull request Jan 7, 2021
* Disable by default, and added the labels/parameters/comments configuration to be customised on a PR basis if required
* Created a weekly job to run AWS cloud testing for master and 7.x branches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation aws Enable builds in the CI for aws cloud testing ci Team:Automation Label for the Observability productivity team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants