Skip to content

Commit 11fd60e

Browse files
authored
[core] Don't trigger Spark-on-Ray tests with java tag (#57993)
Although Spark-on-Ray depends on the Java bindings, we `java` tests are triggered by all C++ changes and we don't want to run Spark-on-Ray tests every time we change C++ code. --------- Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
1 parent b375907 commit 11fd60e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/core.rayci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,10 @@ steps:
451451
- corebuild
452452

453453
- label: ":core: core: spark-on-ray tests"
454+
# NOTE: The Spark-on-Ray tests intentionally aren't triggered by the `java` tag to
455+
# avoid running them for every C++ code change.
454456
tags:
455457
- spark_on_ray
456-
- java
457458
- oss
458459
instance_type: medium
459460
commands:

0 commit comments

Comments
 (0)