Skip to content

Commit a2773cc

Browse files
committed
jenkins: Clean up AMI maintenance scripts
Remove the agent-setup-script.sh and linux-init.sh scripts, because they're not used in the current workflows. Rename build-ami.sh to build-amis.sh (since it builds all of them, not just a single AMI) and add some comments about how to run.
1 parent 721cbab commit a2773cc

File tree

3 files changed

+9
-115
lines changed

3 files changed

+9
-115
lines changed

jenkins/agent-setup-script.sh

Lines changed: 0 additions & 73 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
#!/bin/sh
22
#
3+
# Copyright (c) 2017 Amazon.com, Inc. or its affiliates. All Rights
4+
# Reserved.
5+
#
6+
# Additional copyrights may follow
7+
#
38
# Build a new set of AMIs for Jenkins using Packer. This script
49
# requires packer be installed, along with the packer.json and
510
# customize-ami.sh scripts in this directory.
611
#
12+
# Run this script from your laptop using an IAM role for the
13+
# ompi-aws-prod account with EC2 priviledges or from aws.open-mpi.org
14+
# using the instance's role.
15+
#
716

817
OPTIND=1
918
packer_opts=""

jenkins/linux-init.sh

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)