danny0405 commented on code in PR #5279:
URL: https://github.com/apache/hudi/pull/5279#discussion_r846994161


##########
.github/workflows/bot.yml:
##########
@@ -14,51 +14,26 @@ jobs:
   build:
     runs-on: ubuntu-latest
     strategy:
-      max-parallel: 8
       matrix:
         include:
-          # Spark 2.4.4, scala 2.11
           - scalaProfile: "scala-2.11"
             sparkProfile: "spark2.4"
-            sparkVersion: "2.4.4"
             flinkProfile: "flink1.13"
 
-          # Spark 2.4.4, scala 2.12
-          - scalaProfile: "scala-2.12"
+          - scalaProfile: "scala-2.11"
             sparkProfile: "spark2.4"
-            sparkVersion: "2.4.4"
             flinkProfile: "flink1.14"
 
-          # Spark 3.1.x
-          - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.0"
-            flinkProfile: "flink1.13"
-
           - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.1"
+            sparkProfile: "spark2.4"
             flinkProfile: "flink1.13"
 
           - scalaProfile: "scala-2.12"
             sparkProfile: "spark3.1"
-            sparkVersion: "3.1.2"
             flinkProfile: "flink1.14"
 
-          - scalaProfile: "scala-2.12"
-            sparkProfile: "spark3.1"
-            sparkVersion: "3.1.3"

Review Comment:
   I have the same feeling, + 1  for testing the major version.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to