diff --git a/config.py b/config.py
index 559ca99f..3c81c372 100644
--- a/config.py
+++ b/config.py
@@ -5,8 +5,6 @@
 # ## Build configuration, tied to config.json in yocto-autobuilder-helpers
 # Repositories used by each builder
 buildertorepos = {
-    "eclipse-plugin-neon": ["eclipse-poky-neon"],
-    "eclipse-plugin-oxygen": ["eclipse-poky-oxygen"],
     "a-quick": ["poky", "meta-intel", "oecore", "bitbake",
                 "meta-mingw", "meta-gplv2"],
     "a-full": ["poky", "meta-intel", "oecore", "bitbake",
@@ -45,10 +43,6 @@ repos = {
     "yocto-autobuilder-helper":
         ["ssh://git@push.yoctoproject.org/yocto-autobuilder-helper",
          "master"],
-    "eclipse-poky-neon": ["ssh://git@push.yoctoproject.org/eclipse-yocto",
-                          "neon-master"],
-    "eclipse-poky-oxygen": ["ssh://git@push.yoctoproject.org/eclipse-yocto",
-                            "oxygen-master"],
     "poky": ["ssh://git@push.yoctoproject.org/poky", "master"],
     "meta-intel": ["ssh://git@push.yoctoproject.org/meta-intel", "master"],
     "meta-arm": ["ssh://git@push.yoctoproject.org/meta-arm", "master"],
