Skip to content

Commit

Permalink
[SPARK-48192][INFRA] Enable TPC-DS tests in forked repository
Browse files Browse the repository at this point in the history
This PR is a sort of a followup of #46361. It proposes to run TPC-DS and Docker integration tests in PRs (that does not consume ASF resources).

TPC-DS and Docker integration stuff at least have to be tested in the PR if the PR touches the codes related to that.

No, test-only.

Manually

No.

Closes #46470 from HyukjinKwon/SPARK-48192.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
(cherry picked from commit f693abc)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
HyukjinKwon authored and dongjoon-hyun committed May 8, 2024
1 parent 6dbbf08 commit 8277921
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,15 @@ jobs:
pandas=$pyspark
kubernetes=`./dev/is-changed.py -m kubernetes`
sparkr=`./dev/is-changed.py -m sparkr`
tpcds=`./dev/is-changed.py -m sql`
docker=`./dev/is-changed.py -m docker-integration-tests`
else
pandas=false
kubernetes=false
sparkr=false
tpcds=false
docker=false
fi
tpcds=`./dev/is-changed.py -m sql`
docker=`./dev/is-changed.py -m docker-integration-tests`
build=`./dev/is-changed.py -m "core,unsafe,kvstore,avro,utils,network-common,network-shuffle,repl,launcher,examples,sketch,graphx,catalyst,hive-thriftserver,streaming,sql-kafka-0-10,streaming-kafka-0-10,mllib-local,mllib,yarn,mesos,kubernetes,hadoop-cloud,spark-ganglia-lgpl,sql,hive"`
precondition="
{
Expand Down

0 comments on commit 8277921

Please sign in to comment.