You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/07/05 17:58:40 UTC

[GitHub] [kafka] hachikuji opened a new pull request, #12380: MINOR: Get rid of agent checks in Jenkinsfile

hachikuji opened a new pull request, #12380:
URL: https://github.com/apache/kafka/pull/12380

   We see the ARM agent check timing out frequently. I think the 5 minute timeout might be too aggressive. I think the original intent of this check was to prevent one of these agent check timeouts from propagating to the top level, but that never really worked. So perhaps we don't need these.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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: jira-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] hachikuji commented on pull request #12380: MINOR: Get rid of agent checks in Jenkinsfile

Posted by GitBox <gi...@apache.org>.
hachikuji commented on PR #12380:
URL: https://github.com/apache/kafka/pull/12380#issuecomment-1179582348

   @showuon @ijuma @mumrah @dajac Thanks. I've removed these builds from the Jenkinsfile. I am not sure I know how to run them only against trunk. If one of you knows how to do that, let me know or we can consider doing it separately.


-- 
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: jira-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] mumrah commented on pull request #12380: MINOR: Get rid of agent checks in Jenkinsfile

Posted by GitBox <gi...@apache.org>.
mumrah commented on PR #12380:
URL: https://github.com/apache/kafka/pull/12380#issuecomment-1176265122

   We can probably do without these agent checks. The idea behind them was to fail-fast when the node provider wasn't available (rather than waiting for the 2hr timeout). But, the end result is pretty much the same (aborted build status).
   
   I wonder if we can set up a different Jenkins job that runs on trunk only for ARM and PPC. I doubt we have gained much from running these builds on each PR. Seems they mainly add noise to our build status.


-- 
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: jira-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] dajac commented on pull request #12380: MINOR: Get rid of agent checks in Jenkinsfile

Posted by GitBox <gi...@apache.org>.
dajac commented on PR #12380:
URL: https://github.com/apache/kafka/pull/12380#issuecomment-1178699376

   Using different Jenkins jobs that runs on trunk seems to be a good tradeoff.


-- 
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: jira-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] dajac commented on pull request #12380: MINOR: Remove ARM/PowerPC builds from Jenkinsfile

Posted by GitBox <gi...@apache.org>.
dajac commented on PR #12380:
URL: https://github.com/apache/kafka/pull/12380#issuecomment-1179704024

   I suppose that we could use the “when” clause like here: https://github.com/apache/kafka/blob/8f64477832ac190ec349e188ba47d830aaaed3c8/Jenkinsfile#L170
   
   We can definitely do this separately.


-- 
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: jira-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] cmccabe merged pull request #12380: MINOR: Remove ARM/PowerPC builds from Jenkinsfile

Posted by GitBox <gi...@apache.org>.
cmccabe merged PR #12380:
URL: https://github.com/apache/kafka/pull/12380


-- 
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: jira-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] cmccabe commented on pull request #12380: MINOR: Remove ARM/PowerPC builds from Jenkinsfile

Posted by GitBox <gi...@apache.org>.
cmccabe commented on PR #12380:
URL: https://github.com/apache/kafka/pull/12380#issuecomment-1204549585

   Yeah, these builds are out of control, failing all the time. It's probably more appropriate to make these nightly builds anyway


-- 
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: jira-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] showuon commented on pull request #12380: MINOR: Get rid of agent checks in Jenkinsfile

Posted by GitBox <gi...@apache.org>.
showuon commented on PR #12380:
URL: https://github.com/apache/kafka/pull/12380#issuecomment-1175906691

   The `ARM build` is still failing. I've rebuilt it and failed, too.
   https://ci-builds.apache.org/blue/organizations/jenkins/Kafka%2Fkafka-pr/detail/PR-12380/2/pipeline/76
   
   I can also take a look when I have time. Thanks.


-- 
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: jira-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] ijuma commented on pull request #12380: MINOR: Get rid of agent checks in Jenkinsfile

Posted by GitBox <gi...@apache.org>.
ijuma commented on PR #12380:
URL: https://github.com/apache/kafka/pull/12380#issuecomment-1178420987

   +1 for removing these builds from PRs. Generally, we should only include widely used platforms where we also have stable build machines.


-- 
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: jira-unsubscribe@kafka.apache.org

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