From 2c1c2373a46681db8b0fbe59e1688b5a07d7d242 Mon Sep 17 00:00:00 2001 From: David Lyle Date: Mon, 13 Jul 2015 11:10:06 -0600 Subject: [PATCH] Removing horizon django 1.4 job Django 1.4 is not supported when Liberty will release. Only versions 1.7 and 1.8 will be supported. Horizon is working on finalizing 1.8 support. But we don't need the 1.4 job on master any longer. Change-Id: I73e1f52465545888f70a6e398511c84f04bb7bf7 --- jenkins/jobs/horizon.yaml | 19 ------------------- zuul/layout.yaml | 2 -- 2 files changed, 21 deletions(-) diff --git a/jenkins/jobs/horizon.yaml b/jenkins/jobs/horizon.yaml index 4852471aeb..580ca6b021 100644 --- a/jenkins/jobs/horizon.yaml +++ b/jenkins/jobs/horizon.yaml @@ -1,22 +1,3 @@ -- job: - name: gate-horizon-python27-django14 - node: 'bare-precise || bare-trusty' - - wrappers: - - build-timeout: - timeout: 40 - - timestamps - - builders: - - revoke-sudo - - gerrit-git-prep - - shell: '/usr/local/jenkins/slave_scripts/run-tox.sh py27dj14' - - assert-no-extra-files - - publishers: - - test-results - - console-log - - job: name: gate-horizon-jshint node: 'bare-precise || bare-trusty' diff --git a/zuul/layout.yaml b/zuul/layout.yaml index f1d7d938cd..277423e2fb 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1917,7 +1917,6 @@ projects: check: - gate-horizon-npm-run-test - gate-horizon-npm-run-lint - - gate-horizon-python27-django14 - gate-horizon-selenium - gate-horizon-jshint - gate-horizon-dsvm-integration @@ -1925,7 +1924,6 @@ projects: - check-grenade-dsvm gate: - gate-horizon-npm-run-test - - gate-horizon-python27-django14 - gate-horizon-selenium - gate-tempest-dsvm-full - gate-grenade-dsvm