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

Avoid starting test fixtures when resolving all external dependencies #86357

Merged

Conversation

mark-vieira
Copy link
Contributor

I noticed a few of our CI image builds failing due to compseUp tasks timing out. We really shouldn't be starting test fixtures when resolving dependencies. This just happened to be a case where a dependency is actually generated by the test fixture. Given these aren't "external" dependencies, it makes no sense to seed them into our CI images so I've ignored it here. There are likely loads of other instances of this, perhaps we should use some kind of convention when declaring these types of configurations so they are ignored.

@mark-vieira mark-vieira requested a review from breskeby May 2, 2022 17:31
@elasticmachine elasticmachine added the Team:Delivery Meta label for Delivery team label May 2, 2022
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-delivery (Team:Delivery)

@elasticsearchmachine
Copy link
Collaborator

💔 Backport failed

Status Branch Result
8.2
7.17 Commit could not be cherrypicked due to conflicts

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 86357

mark-vieira added a commit to mark-vieira/elasticsearch that referenced this pull request May 11, 2022
elasticsearchmachine pushed a commit that referenced this pull request May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure >non-issue Team:Delivery Meta label for Delivery team v7.17.4 v8.2.1 v8.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants