You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by GitBox <gi...@apache.org> on 2020/08/24 07:44:51 UTC

[GitHub] [ambari] hapylestat opened a new pull request #3222: Test PR to check CI Integration hooks

hapylestat opened a new pull request #3222:
URL: https://github.com/apache/ambari/pull/3222


   ## What changes were proposed in this pull request?
   
   This is only test PR, no real code change
   
   


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



[GitHub] [ambari] hapylestat closed pull request #3222: Test PR to check CI Integration hooks

Posted by GitBox <gi...@apache.org>.
hapylestat closed pull request #3222:
URL: https://github.com/apache/ambari/pull/3222


   


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



[GitHub] [ambari] hapylestat commented on a change in pull request #3222: Test PR to check CI Integration hooks

Posted by GitBox <gi...@apache.org>.
hapylestat commented on a change in pull request #3222:
URL: https://github.com/apache/ambari/pull/3222#discussion_r476358535



##########
File path: .github/workflows/pull-request-check.yml
##########
@@ -0,0 +1,45 @@
+name: Pull Request Check
+on:
+  pull_request:
+    branches:
+      - trunk
+      - branch-2.7
+  check_run:
+    types: [created, rerequested, requested_action]
+
+jobs:
+  testing:
+    strategy:
+      matrix:
+        runs-on: [ubuntu-latest]
+        python-version: [2.7]

Review comment:
       Does Ambari support Python  version 3? :) 




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



[GitHub] [ambari] hapylestat closed pull request #3222: Test PR to check CI Integration hooks

Posted by GitBox <gi...@apache.org>.
hapylestat closed pull request #3222:
URL: https://github.com/apache/ambari/pull/3222


   


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



[GitHub] [ambari] dlysnichenko commented on a change in pull request #3222: Test PR to check CI Integration hooks

Posted by GitBox <gi...@apache.org>.
dlysnichenko commented on a change in pull request #3222:
URL: https://github.com/apache/ambari/pull/3222#discussion_r476357755



##########
File path: .github/workflows/pull-request-check.yml
##########
@@ -0,0 +1,45 @@
+name: Pull Request Check
+on:
+  pull_request:
+    branches:
+      - trunk
+      - branch-2.7
+  check_run:
+    types: [created, rerequested, requested_action]
+
+jobs:
+  testing:
+    strategy:
+      matrix:
+        runs-on: [ubuntu-latest]
+        python-version: [2.7]

Review comment:
       should not it be 3.x ?




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