Disable deb tests for Oxygen, no pkg available 48/67748/4
authorDaniel Farrell <dfarrell@redhat.com>
Tue, 30 Jan 2018 22:07:58 +0000 (17:07 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Mon, 5 Feb 2018 21:36:58 +0000 (16:36 -0500)
No one has stepped up to properly maintain the deb pipelines, so we've
done what we can with our cycles and by mentoring interns, but it's
lagging behind the RPM pipelines. At least until we get an Oxygen RPM,
need to disable the tests on master.

INTPAK-135

Change-Id: Ie94c026f4b84bf4721fe9ebd79b81089542fb497
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Rakefile

index 97f8a624b806bbae362be7277aff9eb9c77eeac6..685a28bdef762f196ae49f4bd61cc7ef66f5eb1c 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -47,16 +47,16 @@ task :cent_8test_cbs_dock do
 end
 
 # Ubuntu VMs
-desc "Beaker tests against Ubuntu 16.04 Container with Nitrogen release Deb"
-task :ubuntu_6test_vm do
-  sh "RS_SET=ubuntu-16 DEB_REPO='ppa:odl-team/nitrogen' bundle exec rake beaker"
-end
+#desc "Beaker tests against Ubuntu 16.04 Container with Nitrogen release Deb"
+#task :ubuntu_6test_vm do
+#  sh "RS_SET=ubuntu-16 DEB_REPO='ppa:odl-team/nitrogen' bundle exec rake beaker"
+#end
 
 # Ubuntu Containers
-desc "Beaker tests against Ubuntu 16.04 Container with Nitrogen release Deb"
-task :ubuntu_6test_dock do
-  sh "RS_SET=ubuntu-16-docker DEB_REPO='ppa:odl-team/nitrogen' bundle exec rake beaker"
-end
+#desc "Beaker tests against Ubuntu 16.04 Container with Nitrogen release Deb"
+#task :ubuntu_6test_dock do
+#  sh "RS_SET=ubuntu-16-docker DEB_REPO='ppa:odl-team/nitrogen' bundle exec rake beaker"
+#end
 
 # Multi-test helpers
 
@@ -77,7 +77,6 @@ task :sanity=> [
 desc "All tests, use VMs for Beaker tests"
 task :acceptance_vm => [
   :test,
-  :ubuntu_6test_vm,
   :cent_8test_cbs_vm,
   :cent_8test_nexus_vm,
 ]
@@ -85,7 +84,6 @@ task :acceptance_vm => [
 desc "All tests, use containers for Beaker tests"
 task :acceptance_dock => [
   :test,
-  :ubuntu_6test_dock,
   :cent_8test_cbs_dock,
   :cent_8test_nexus_dock,
 ]