Skip to content

Commit

Permalink
Remove CentOS 6 tests (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Apr 28, 2023
1 parent 632b637 commit 2b9ea7d
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 1,759 deletions.
39 changes: 0 additions & 39 deletions docs/CONTROLLER.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,42 +69,3 @@ The behaviour of this controller can be customized through the following environ

This controller is useful when you want to debug Jenkins while you run a test. It can be also used during
iterative test development to execute tests quickly.

## Vagrant family of controllers
There's a family of controllers which use Vagrant to launch a virtual machine and then launch jenkins.war inside.

When run for the first time, this test harness will create a virtual machine.
To make repeated tests fast, the VM won't get shut down automatically at the end of a run.

To do shut it down, cd `vagrant/*` and run `vagrant halt`. You can run any other Vagrant commands
in this manner, which is useful for debugging.

You can also create `pre-configure.sh` and/or `post-configure.sh` in the current directory as needed
to customize how the Vagrant VM is initialized. These scripts are copied into the VM and then executed:

* `pre-configure.sh` runs before the controller attempts to install Jenkins
* `post-configure.sh` runs after the controller finished installing Jenkins

### Ubuntu controller (TYPE=ubuntu)
This controller uses Vagrant to run Ubuntu, then deploy Jenkins from an APT repository as a debian package.
(This controller is not yet capable of testing an individual `*.deb` file.)

Variables:

* `REPO_URL` The location of APT repository in the format used by `/etc/apt/sources.list`, such as `http://pkg.jenkins-ci.org/debian binary/`

### CentOS controller (TYPE=centos)
This controller uses Vagrant to run CentOS, then deploy Jenkins from an RPM repository.
(This controller is not yet capable of testing an individual `*.rpm` file.)

Variables:

* `REPO_URL` The location of RPM repository, such as `http://pkg.jenkins-ci.org/opensuse/`

### OpenSUSE controller (TYPE=opensuse)
This controller uses Vagrant to run CentOS, then deploy Jenkins from an RPM repository.
(This controller is not yet capable of testing an individual `*.rpm` file.)

Variables:

* `REPO_URL` The location of RPM repository, such as `http://pkg.jenkins-ci.org/opensuse/`
9 changes: 0 additions & 9 deletions vagrant/centos/Vagrantfile

This file was deleted.

10 changes: 0 additions & 10 deletions vagrant/opensuse/Vagrantfile

This file was deleted.

3 changes: 0 additions & 3 deletions vagrant/readme.txt

This file was deleted.

9 changes: 0 additions & 9 deletions vagrant/ubuntu/Vagrantfile

This file was deleted.

21 changes: 0 additions & 21 deletions veewee/definitions/jenkins-test-centos-6.0/base.sh

This file was deleted.

3 changes: 0 additions & 3 deletions veewee/definitions/jenkins-test-centos-6.0/chef.sh

This file was deleted.

5 changes: 0 additions & 5 deletions veewee/definitions/jenkins-test-centos-6.0/cleanup.sh

This file was deleted.

40 changes: 0 additions & 40 deletions veewee/definitions/jenkins-test-centos-6.0/definition.rb

This file was deleted.

47 changes: 0 additions & 47 deletions veewee/definitions/jenkins-test-centos-6.0/ks.cfg

This file was deleted.

12 changes: 0 additions & 12 deletions veewee/definitions/jenkins-test-centos-6.0/puppet.sh

This file was deleted.

3 changes: 0 additions & 3 deletions veewee/definitions/jenkins-test-centos-6.0/ruby.sh

This file was deleted.

18 changes: 0 additions & 18 deletions veewee/definitions/jenkins-test-centos-6.0/vagrant.sh

This file was deleted.

8 changes: 0 additions & 8 deletions veewee/definitions/jenkins-test-centos-6.0/virtualbox.sh

This file was deleted.

3 changes: 0 additions & 3 deletions veewee/definitions/jenkins-test-centos-6.0/zerodisk.sh

This file was deleted.

Loading

0 comments on commit 2b9ea7d

Please sign in to comment.