-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GLUTEN-4917][VL] GHA with pre-built docker image and github runner #4936
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
Run Gluten Clickhouse CI |
2 similar comments
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
9d0717e
to
3d1119d
Compare
3d1119d
to
d9ea84c
Compare
d9ea84c
to
8296ea6
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
f9cb288
to
46f58e5
Compare
46f58e5
to
aae111e
Compare
aae111e
to
d14a697
Compare
Run Gluten Clickhouse CI |
d14a697
to
e293d2a
Compare
Run Gluten Clickhouse CI |
e293d2a
to
9ccdd54
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
0353d47
to
ef7de77
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
ed9e760
to
12a1ee9
Compare
Run Gluten Clickhouse CI |
Signed-off-by: Yuan Zhou <[email protected]>
Run Gluten Clickhouse CI |
Signed-off-by: Yuan Zhou <[email protected]>
Signed-off-by: Yuan Zhou <[email protected]>
Signed-off-by: Yuan Zhou <[email protected]>
Run Gluten Clickhouse CI |
Signed-off-by: Yuan Zhou <[email protected]>
Signed-off-by: Yuan Zhou <[email protected]>
Run Gluten Clickhouse CI |
Signed-off-by: Yuan Zhou <[email protected]>
Run Gluten Clickhouse CI |
Signed-off-by: Yuan Zhou <[email protected]>
Run Gluten Clickhouse CI |
@@ -71,7 +71,7 @@ class VeloxTestSettings extends BackendTestSettings { | |||
enableSuite[GlutenWriterColumnarRulesSuite] | |||
|
|||
enableSuite[GlutenQueryCompilationErrorsDSv2Suite] | |||
enableSuite[GlutenQueryCompilationErrorsSuite] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The suite seems buggy on new runner, but only for Spark33. Looks odd, so I disabled it first
2024-03-20T05:47:06.2483725Z �[31m- UNSUPPORTED_FEATURE: Using Python UDF with unsupported join condition *** FAILED ***�[0m
2024-03-20T05:47:06.2486680Z �[31m Expected exception org.apache.spark.sql.AnalysisException to be thrown, but java.lang.RuntimeException was thrown (QueryCompilationErrorsSuite.scala:144)�[0m
&& GLUTEN_IT_JVM_ARGS=-Xmx5G sbin/gluten-it.sh queries-compare \ | ||
--local --preset=velox --benchmark-type=ds --error-on-memleak --off-heap-size=10g -s=1.0 --threads=16 --iterations=1 | ||
|
||
# run-tpc-test-centos8-oom-randomkill: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reports OOM on current GH runner, need to run with proper config
export SPARK_SCALA_VERSION=2.12 && \ | ||
export MAVEN_HOME=/usr/lib/maven | ||
export PATH=${PATH}:${MAVEN_HOME}/bin | ||
mvn clean install -Pspark-3.3 -Pbackends-velox -Prss -Pspark-ut -DargLine="-Dspark.test.home=$GITHUB_WORKSPACE//shims/spark33/spark_home/" -DtagsToExclude=org.apache.spark.tags.ExtendedSQLTest,io.glutenproject.tags.UDFTest,io.glutenproject.tags.SkipTestTags && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disabled iceberg test due to some version-hint.txt missing
disabled delta tests due to heap OOM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Hi @ulysses-you @zwangsheng thanks, |
Is there any block on enabling golden files test ? If not, I can help to recover it. |
If I understand correctly, we may just need to upload the artifact now, the "docker cp" is not required thanks, |
What changes were proposed in this pull request?
allow to use pre-built docker image in GHA
running in github runner
gap:
How was this patch tested?
pass GHA