Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
9730dd34
Commit
9730dd34
authored
7 years ago
by
Stu Young
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4018 from edx/zoldak/TE-1293
Remove alternate firefox version from jenkins workers TE-1293
parents
b9af5fc4
81edb964
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
20 deletions
+0
-20
playbooks/roles/jenkins_worker/defaults/main.yml
+0
-4
playbooks/roles/jenkins_worker/tasks/python_platform_worker.yml
+0
-16
No files found.
playbooks/roles/jenkins_worker/defaults/main.yml
View file @
9730dd34
...
@@ -14,7 +14,3 @@ jenkins_debian_pkgs:
...
@@ -14,7 +14,3 @@ jenkins_debian_pkgs:
# packer direct download URL
# packer direct download URL
packer_url
:
"
https://releases.hashicorp.com/packer/0.8.6/packer_0.8.6_linux_amd64.zip"
packer_url
:
"
https://releases.hashicorp.com/packer/0.8.6/packer_0.8.6_linux_amd64.zip"
# custom firefox
custom_firefox_version
:
42.0
custom_firefox_url
:
"
https://ftp.mozilla.org/pub/firefox/releases/{{
custom_firefox_version
}}/linux-x86_64/en-US/firefox-{{
custom_firefox_version
}}.tar.bz2"
This diff is collapsed.
Click to expand it.
playbooks/roles/jenkins_worker/tasks/python_platform_worker.yml
View file @
9730dd34
...
@@ -61,19 +61,3 @@
...
@@ -61,19 +61,3 @@
# done with it
# done with it
-
name
:
Remove shallow-clone
-
name
:
Remove shallow-clone
file
:
path={{ jenkins_home }}/shallow-clone state=absent
file
:
path={{ jenkins_home }}/shallow-clone state=absent
# Although firefox is installed through the browsers role, install
# a newer copy under the jenkins home directory. This will allow
# platform pull requests to use a custom firefox path to a different
# version
-
name
:
Install custom firefox to jenkins home
get_url
:
url
:
"
{{
custom_firefox_url
}}"
dest
:
"
{{
jenkins_home
}}/firefox-{{
custom_firefox_version
}}.tar.bz2"
-
name
:
unpack custom firefox version
unarchive
:
src
:
"
{{
jenkins_home
}}/firefox-{{
custom_firefox_version
}}.tar.bz2"
dest
:
"
{{
jenkins_home
}}"
creates
:
"
{{
jenkins_home
}}/firefox"
copy
:
no
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment