Skip to content

Commit 65ec6f4

Browse files
meteorcloudyfweikert
authored andcommitted
Cleanup in-active downstream projects (bazelbuild#1931)
Removed projects: - rules_groovy: repo archived - rules_gwt: repo archived - rules_sass: repo abandoned, will be archived - upb: always broken, and will be moved to protobuf anyway. Re-enabled projects: - flogger
1 parent 1188562 commit 65ec6f4

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

buildkite/bazelci.py

-21
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@
194194
"git_repository": "https://github.com/google/flogger.git",
195195
"http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/pipelines/flogger.yml",
196196
"pipeline_slug": "flogger",
197-
"disabled_reason": "https://github.com/bazelbuild/continuous-integration/issues/1588#issuecomment-1874630563",
198197
},
199198
"Gerrit": {
200199
"git_repository": "https://gerrit.googlesource.com/gerrit.git",
@@ -304,16 +303,6 @@
304303
"git_repository": "https://github.com/sgammon/rules_graalvm.git",
305304
"pipeline_slug": "rules-graalvm",
306305
},
307-
"rules_groovy": {
308-
"git_repository": "https://github.com/bazelbuild/rules_groovy.git",
309-
"pipeline_slug": "rules-groovy",
310-
"disabled_reason": "https://github.com/bazelbuild/rules_groovy/issues/68",
311-
},
312-
"rules_gwt": {
313-
"git_repository": "https://github.com/bazelbuild/rules_gwt.git",
314-
"pipeline_slug": "rules-gwt",
315-
"disabled_reason": "https://github.com/bazelbuild/continuous-integration/issues/1202",
316-
},
317306
"rules_haskell": {
318307
"git_repository": "https://github.com/tweag/rules_haskell.git",
319308
"pipeline_slug": "rules-haskell-haskell",
@@ -366,11 +355,6 @@
366355
"pipeline_slug": "rules-rust-rustlang",
367356
"disabled_reason": "https://github.com/bazelbuild/rules_rust/issues/2519, https://github.com/bazelbuild/rules_rust/issues/2464"
368357
},
369-
"rules_sass": {
370-
"git_repository": "https://github.com/bazelbuild/rules_sass.git",
371-
"pipeline_slug": "rules-sass",
372-
"disabled_reason": "https://github.com/bazelbuild/rules_sass/issues/153",
373-
},
374358
"rules_scala": {
375359
"git_repository": "https://github.com/bazelbuild/rules_scala.git",
376360
"pipeline_slug": "rules-scala-scala",
@@ -389,11 +373,6 @@
389373
"git_repository": "https://github.com/bazelbuild/rules_webtesting.git",
390374
"pipeline_slug": "rules-webtesting-saucelabs",
391375
},
392-
"upb": {
393-
"git_repository": "https://github.com/protocolbuffers/upb.git",
394-
"pipeline_slug": "upb",
395-
"disabled_reason": "https://github.com/protocolbuffers/upb/issues/1290",
396-
},
397376
}
398377

399378
DOWNSTREAM_PROJECTS_TESTING = {

0 commit comments

Comments
 (0)