Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Jenkinsfile.kola.aws
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ podTemplate(cloud: 'openshift', label: 'coreos-assembler', yaml: pod, defaultCon
stage('Fetch Metadata') {
utils.shwrap("""
export AWS_CONFIG_FILE=\${AWS_FCOS_BUILDS_BOT_CONFIG}
coreos-assembler init https://github.com/coreos/fedora-coreos-config
coreos-assembler buildprep s3://${params.S3_STREAM_DIR}/builds
""")

Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ podTemplate(cloud: 'openshift', label: 'coreos-assembler', yaml: pod, defaultCon
// recent build
utils.shwrap("""
export AWS_CONFIG_FILE=\${AWS_FCOS_BUILDS_BOT_CONFIG}
coreos-assembler init https://github.com/coreos/fedora-coreos-config
coreos-assembler buildprep s3://${s3_stream_dir}/builds
coreos-assembler aws-replicate --build=${params.VERSION}
git clone https://github.com/coreos/fedora-coreos-releng-automation /var/tmp/fcos-releng
Expand Down