You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by GitBox <gi...@apache.org> on 2021/10/17 00:50:46 UTC

[GitHub] [maven-gh-actions-shared] slawekjaranowski opened a new pull request #4: Exclude os,jdk,distributions used in ff from matrix build

slawekjaranowski opened a new pull request #4:
URL: https://github.com/apache/maven-gh-actions-shared/pull/4


   Now the same build is run as fail-fast-build and next in the build matrix
   
   We cen exclude it from build matrix


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-gh-actions-shared] slawekjaranowski commented on pull request #4: Exclude os,jdk,distributions used in ff from matrix build

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on pull request #4:
URL: https://github.com/apache/maven-gh-actions-shared/pull/4#issuecomment-945373669


   my vote for #7 - In this case we release additional node asap


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-gh-actions-shared] slawekjaranowski commented on pull request #4: Exclude os,jdk,distributions used in ff from matrix build

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on pull request #4:
URL: https://github.com/apache/maven-gh-actions-shared/pull/4#issuecomment-946548455


   Any other votes, suggestions ...?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-gh-actions-shared] slawekjaranowski commented on pull request #4: Exclude os,jdk,distributions used in ff from matrix build

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on pull request #4:
URL: https://github.com/apache/maven-gh-actions-shared/pull/4#issuecomment-945063486


   A other way is not introduce special build `"fast-fail"` but let matrix to run everything 
   ... in this case we have `fail-fast: true` on matrix so GH will break / don't run next job from matrix
   
   I think it will be the clear and simple.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-gh-actions-shared] olamy commented on pull request #4: Exclude os,jdk,distributions used in ff from matrix build

Posted by GitBox <gi...@apache.org>.
olamy commented on pull request #4:
URL: https://github.com/apache/maven-gh-actions-shared/pull/4#issuecomment-945317807


   I will be happy with #7 or #8 :) 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-gh-actions-shared] slawekjaranowski commented on pull request #4: Exclude os,jdk,distributions used in ff from matrix build

Posted by GitBox <gi...@apache.org>.
slawekjaranowski commented on pull request #4:
URL: https://github.com/apache/maven-gh-actions-shared/pull/4#issuecomment-945159754


   I prepared three propositions - maybe a one will be ok #6, #7, #8


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-gh-actions-shared] olamy commented on pull request #4: Exclude os,jdk,distributions used in ff from matrix build

Posted by GitBox <gi...@apache.org>.
olamy commented on pull request #4:
URL: https://github.com/apache/maven-gh-actions-shared/pull/4#issuecomment-945023580


   I'm definitely -0 for such as it introduces so much non need complexity in the file.. 
   look at the mess is our Jenkinsfile.... we really don't want to introduce such complexity here. we need to keep this file as declarative same as Maven is). so much complexity for exclude one build. does it worth it really? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-gh-actions-shared] olamy commented on pull request #4: Exclude os,jdk,distributions used in ff from matrix build

Posted by GitBox <gi...@apache.org>.
olamy commented on pull request #4:
URL: https://github.com/apache/maven-gh-actions-shared/pull/4#issuecomment-945082627


   even with using `fail-fast: true` gh will schedule the use of some nodes and reduce the number available for the org `apache`.
   if this happen for long build such a plugin with plenty of its it will still takes time and use a lot of nodes for nothing.
   just use some input args with default values (jdk8, ubuntu) for running the `fail-fast-build` and voila do not think too much complicated ;)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] [maven-gh-actions-shared] slachiewicz merged pull request #4: Exclude os,jdk,distributions used in ff from matrix build

Posted by GitBox <gi...@apache.org>.
slachiewicz merged pull request #4:
URL: https://github.com/apache/maven-gh-actions-shared/pull/4


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org