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
faac4588
Unverified
Commit
faac4588
authored
Jan 19, 2018
by
Stu Young
Committed by
GitHub
Jan 19, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4294 from edx/estute/increase-jenkins-worker-disk-size
increase jenkins worker disk space
parents
4f11d3fd
1ed071ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
4 deletions
+22
-4
util/packer/jenkins_worker_android.json
+7
-1
util/packer/jenkins_worker_loadtest.json
+7
-1
util/packer/jenkins_worker_simple.json
+8
-2
No files found.
util/packer/jenkins_worker_android.json
View file @
faac4588
...
...
@@ -24,7 +24,13 @@
"security_group_id"
:
"{{user `security_group`}}"
,
"tags"
:
{
"delete_or_keep"
:
"{{user `delete_or_keep`}}"
}
},
"launch_block_device_mappings"
:
[{
"delete_on_termination"
:
true
,
"device_name"
:
"/dev/sda1"
,
"volume_size"
:
"40"
,
"volume_type"
:
"gp2"
}]
}],
"provisioners"
:
[{
"type"
:
"shell"
,
...
...
util/packer/jenkins_worker_loadtest.json
View file @
faac4588
...
...
@@ -25,7 +25,13 @@
"security_group_id"
:
"{{user `security_group`}}"
,
"tags"
:
{
"delete_or_keep"
:
"{{user `delete_or_keep`}}"
}
},
"launch_block_device_mappings"
:
[{
"delete_on_termination"
:
true
,
"device_name"
:
"/dev/sda1"
,
"volume_size"
:
"40"
,
"volume_type"
:
"gp2"
}]
}],
"provisioners"
:
[{
"type"
:
"shell"
,
...
...
util/packer/jenkins_worker_simple.json
View file @
faac4588
...
...
@@ -25,8 +25,14 @@
"iam_instance_profile"
:
"jenkins-worker"
,
"security_group_id"
:
"{{user `security_group`}}"
,
"tags"
:
{
"delete_or_keep"
:
"{{user `delete_or_keep`}}"
}
"delete_or_keep"
:
"{{user `delete_or_keep`}}"
},
"launch_block_device_mappings"
:
[{
"delete_on_termination"
:
true
,
"device_name"
:
"/dev/sda1"
,
"volume_size"
:
"40"
,
"volume_type"
:
"gp2"
}]
}],
"provisioners"
:
[{
"type"
:
"shell"
,
...
...
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