You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/19 05:33:23 UTC

[GitHub] [spark] HyukjinKwon opened a new pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

HyukjinKwon opened a new pull request #30091:
URL: https://github.com/apache/spark/pull/30091


   ### What changes were proposed in this pull request?
   
   This PR proposes to use `fail_if_no_tests` option at `action-surefire-report` plugin, see also https://github.com/ScaCap/action-surefire-report/issues/29.
   
   https://github.com/apache/spark/pull/29946 introduced the manual skipping in Apache Spark itself. After that, the plugin introduced the feature. Now, this PR reverts #29946 and enable that option.
   
   ### Why are the changes needed?
   
   To remove manual skipping and avoid maintenance cost.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, dev-only.
   
   ### How was this patch tested?
   
   I will push a commit to show in this PR because this change is specific to GitHub Actions.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711959314






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711708387


   **[Test build #129992 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129992/testReport)** for PR 30091 at commit [`db9563f`](https://github.com/apache/spark/commit/db9563fac32b3476a58d1132108e90053734de9a).


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711702812


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/129991/
   Test FAILed.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711956598


   **[Test build #129992 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129992/testReport)** for PR 30091 at commit [`db9563f`](https://github.com/apache/spark/commit/db9563fac32b3476a58d1132108e90053734de9a).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711798943


   Kubernetes integration test status success
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34597/
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711680938






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711702792






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711603590


   **[Test build #129984 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129984/testReport)** for PR 30091 at commit [`bc4fd8f`](https://github.com/apache/spark/commit/bc4fd8f41219445578bd7fea8e0546424973d2c7).


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711799032






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711681618






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711693643


   **[Test build #129991 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129991/testReport)** for PR 30091 at commit [`344dde3`](https://github.com/apache/spark/commit/344dde3816261de893fe1c3ad0aa990ceca89735).


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711790073


   Kubernetes integration test status success
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34595/
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711646731


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34592/
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711702697


   **[Test build #129991 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129991/testReport)** for PR 30091 at commit [`344dde3`](https://github.com/apache/spark/commit/344dde3816261de893fe1c3ad0aa990ceca89735).
    * This patch **fails to build**.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711708387


   **[Test build #129992 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129992/testReport)** for PR 30091 at commit [`db9563f`](https://github.com/apache/spark/commit/db9563fac32b3476a58d1132108e90053734de9a).


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711959314






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711681693






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711698187






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711684342


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/129985/
   Test FAILed.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711775613


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34597/
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711790106






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711680938






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711698187


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711790106






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711748065


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34595/
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711807491


   Oh, looks like now it fails to download when artifacts are not uploaded (https://github.com/dawidd6/action-download-artifact/pull/32). I am just going to revert the original PR alone.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711777079


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34598/
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711698054


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34592/
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711804166


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/34598/
   Test FAILed.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711609498


   **[Test build #129985 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129985/testReport)** for PR 30091 at commit [`bc857d3`](https://github.com/apache/spark/commit/bc857d3b48ccc54355f772c71799dd413391111d).


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711684320






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711702792


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711804033


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34598/
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711693643


   **[Test build #129991 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129991/testReport)** for PR 30091 at commit [`344dde3`](https://github.com/apache/spark/commit/344dde3816261de893fe1c3ad0aa990ceca89735).


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711698211


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/34592/
   Test FAILed.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711804157






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711799032






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711804157


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30091:
URL: https://github.com/apache/spark/pull/30091#issuecomment-711677499


   **[Test build #129989 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129989/testReport)** for PR 30091 at commit [`ec486d2`](https://github.com/apache/spark/commit/ec486d2c75324e79abf9708611953c52385cb581).


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon closed pull request #30091: [SPARK-33180][INFRA] Enables 'fail_if_no_tests' when reporting test results in GitHub Actions

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #30091:
URL: https://github.com/apache/spark/pull/30091


   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org