Skip to content

Commit

Permalink
enable ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Jan 14, 2025
1 parent 8ae25dd commit ebc127c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
mllib-local, mllib, graphx
- >-
streaming, sql-kafka-0-10, streaming-kafka-0-10, streaming-kinesis-asl,
kubernetes, hadoop-cloud, spark-ganglia-lgpl, protobuf, connect
kubernetes, hadoop-cloud, spark-ganglia-lgpl, profiler, protobuf, connect
- yarn
# Here, we split Hive and SQL tests into some of slow ones and the rest of them.
included-tags: [""]
Expand Down
9 changes: 9 additions & 0 deletions dev/sparktestsupport/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,15 @@ def __hash__(self):
],
)

profiler = Module(
name="profiler",
dependencies=[],
build_profile_flags=["-Pjvm-profiler"],
source_file_regexes=[
"connector/profiler",
],
)

protobuf = Module(
name="protobuf",
dependencies=[sql],
Expand Down
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ object SparkBuild extends PomBuild {
Seq(
spark, hive, hiveThriftServer, repl, networkCommon, networkShuffle, networkYarn,
unsafe, tags, tokenProviderKafka010, sqlKafka010, connectCommon, connect, connectClient,
variant, connectShims
variant, connectShims, profiler
).contains(x)
}

Expand Down

0 comments on commit ebc127c

Please sign in to comment.