Commit e41ee098 by Cory Lee

OPS-2301 Remove statuspage dependencies on Jenkins

parent 60801cd7
......@@ -70,8 +70,6 @@ jenkins_admin_debian_pkgs:
# Needed by the CMS to manipulate images.
- libjpeg8-dev
- libpng12-dev
# for status.edx.org
- ruby
# for check-migrations
- mysql-client
# for aws cli scripting
......@@ -80,10 +78,6 @@ jenkins_admin_debian_pkgs:
# Need by python script that check SSL expiration
- libffi-dev
jenkins_admin_gem_pkgs:
# for generating status.edx.org
- { name: sass, version: "3.2.4" }
jenkins_admin_redhat_pkgs: []
jenkins_admin_plugins: [] # Plugins installed manually, not tracked here.
......
......@@ -135,14 +135,6 @@
mode: 0440
validate: "visudo -cf %s"
- name: install global gem dependencies
gem:
name: "{{ item.name }}"
state: present
version: "{{ item.version }}"
user_install: no
with_items: "{{ jenkins_admin_gem_pkgs }}"
- name: get s3 one time url
s3:
bucket: "{{ JENKINS_ADMIN_BACKUP_BUCKET }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment