Skip to content

Commit c767ac0

Browse files
committed
Remove downstream gates from CI
1 parent 9c2382a commit c767ac0

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

ci.jsonnet

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
local cov_jacoco_base = self.cov_jacoco_gate_base,
7373
local cov_truffle = self.cov_truffle_gate,
7474
local watchdog = self.watchdog,
75-
local downstream_tests_gate = self.downstream_tests_gate,
7675
local bench_task(bench=null, benchmarks=BENCHMARKS) = super.bench_task(bench=bench, benchmarks=benchmarks),
7776
local bisect_bench_task = self.bisect_bench_task,
7877

@@ -341,14 +340,6 @@
341340
"tox-example": gpgate_ee + require(GPYEE_NATIVE_STANDALONE) + platform_spec(no_jobs) + platform_spec({
342341
"linux:amd64:jdk-latest" : tier3 + t("01:00:00"),
343342
}),
344-
"python-downstream-tests": gpgate + platform_spec(no_jobs) + downstream_tests_gate({
345-
"project:*": {
346-
"linux:amd64:jdk-latest": daily + require(GPY_NATIVE_STANDALONE) + t("01:00:00"),
347-
},
348-
"project:virtualenv": {
349-
"darwin:aarch64:jdk-latest": weekly + t("01:00:00"),
350-
},
351-
}),
352343
"build-wheels": base_gate + platform_spec(no_jobs) + platform_spec({
353344
"windows:amd64:jdk-latest" : on_demand + t("01:00:00"),
354345
"darwin:aarch64:jdk-latest" : on_demand + t("01:00:00"),

ci/python-gate.libsonnet

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -614,21 +614,6 @@
614614
style_gate:: base_style_gate + task_spec({
615615
tags +:: ",fullbuild,python-license",
616616
}),
617-
618-
local downstream_projects = ["pybind11", "virtualenv"],
619-
local downstream_tests_feature_map = {
620-
project: {
621-
[name]: $.no_jobs {"*" +: task_spec({downstream_project:: name})}
622-
for name in downstream_projects
623-
},
624-
},
625-
626-
downstream_tests_gate(downstream_spec):: run_spec.generate_variants(downstream_spec, downstream_tests_feature_map) + task_spec({
627-
name_suffix:: [self.downstream_project],
628-
run: [
629-
["mx"] + self.mx_parameters + self.dy + self.primary_suite + ["downstream-test", self.downstream_project],
630-
],
631-
}),
632617
}
633618

634619
// Local Variables:

0 commit comments

Comments
 (0)