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

Remove Node Existence Check Prior to Docker Build #2146

Conversation

adamfarley
Copy link
Contributor

Docker nodes do not exist prior to us trying to use them, as they
are dynamically generated.

So waiting for one to become active prior to use is a futile effort,
and the inevitable timeout causes build failure.

So this change removes the "wait for active node" step from the
docker builds.

Signed-off-by: Adam Farley adam.farley@uk.ibm.com

Docker nodes do not exist prior to us trying to use them, as they
are dynamically generated.

So waiting for one to become active prior to use is a futile effort,
and the inevitable timeout causes build failure.

So this change removes the "wait for active node" step from the
docker builds.

Signed-off-by: Adam Farley <adam.farley@uk.ibm.com>
@adamfarley adamfarley self-assigned this Oct 15, 2020
Copy link
Contributor

@andrew-m-leonard andrew-m-leonard left a comment

Choose a reason for hiding this comment

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

lgtm

@andrew-m-leonard
Copy link
Contributor

run tests

@adamfarley adamfarley merged commit 2820587 into adoptium:master Oct 15, 2020
@karianna karianna added this to TODO in temurin-build via automation Oct 18, 2020
@karianna karianna added the bug Issues that are problems in the code as reported by the community label Oct 18, 2020
@karianna karianna added this to the October 2020 milestone Oct 18, 2020
@karianna karianna moved this from TODO to Done in temurin-build Oct 18, 2020
@adamfarley adamfarley deleted the remove_node_existance_check_before_docker_run branch October 19, 2020 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that are problems in the code as reported by the community
Projects
No open projects
temurin-build
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants