Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bndabbs committed Apr 26, 2019
1 parent a6a2fbe commit 297f1b8
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 259 deletions.
170 changes: 85 additions & 85 deletions concourse/pipelines/manual/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,88 +22,88 @@ jobs:
build_logs_to_retain: 14
serial: true
plan:
- get: rock-createiso-git
- task: Download centOS Minimal ISO
config:
platform: linux
image_resource:
type: docker-image
source: { repository: centos }
inputs:
- name: rock-createiso-git
outputs:
- name: centos-minimal-iso
run:
path: /bin/bash
args:
- '-c'
- 'rock-createiso-git/concourse/download_minimal_iso.sh "$MIRROR_HOST"'
params:
MIRROR_HOST: ((mirror-host))
on_failure:
put: RockNSM-Slack
params:
text: "Concourse Manual failed to build. Could not retrieve a copy of centos minimal iso."
username: "Concourse-CI"
# icon_url: URL

- task: ROCK Create ISO
config:
platform: linux
image_resource:
type: docker-image
source: { repository: centos }
inputs:
- name: rock-createiso-git
- name: centos-minimal-iso
outputs:
- name: rocknsm-iso
run:
path: /bin/bash
args:
- '-c'
- 'rock-createiso-git/concourse/create_iso.sh "$GPG_KEY_NAME" "$GPG_KEY_PASS" "$GPG_KEY" "$ENABLE_TESTING" "$OFFICIAL_RELEASE" "$PULP_HOST"'
params:
GPG_KEY: ((gpg-key))
GPG_KEY_PASS: ((gpg-passphrase))
GPG_KEY_NAME: ((gpg-key-name))
ENABLE_TESTING: 1
OFFICIAL_RELEASE: 0
PULP_HOST: ((pulp-host))
on_failure:
put: RockNSM-Slack
params:
text: "Concourse Manual Failed to build. Task: ROCK Create ISO. Check webui for additional information."
username: "Concourse-CI"
# icon_url: URL
- task: Upload ISO
config:
platform: linux
image_resource:
type: docker-image
source: { repository: centos }
inputs:
- name: rocknsm-iso
- name: rock-createiso-git
run:
path: /bin/bash
args:
- '-c'
- 'rock-createiso-git/concourse/upload.sh "$MIRROR_USER" "$MIRROR_PASS" "$MIRROR_HOST" "$MIRROR_REPO" "$MIRROR_PRIVATE" "$MIRROR_PUBLIC"'
params:
MIRROR_USER: ((mirror-user))
MIRROR_PASS: ((mirror-pass))
MIRROR_HOST: ((mirror-host))
MIRROR_REPO: "testing"
MIRROR_PRIVATE: ((mirror-private-key))
MIRROR_PUBLIC: ((mirror-public-key))
on_failure:
put: RockNSM-Slack
params:
text: "Concourse Manual prerelease Failed to upload ISO to mirror. Check webui for additional information."
username: "Concourse-CI"
on_success:
put: RockNSM-Slack
params:
text: "Concourse Manual prerelease build successful. The prerelease build can be found here <((mirror-uri))|Manual Release>"
username: "Concourse-CI"
- get: rock-createiso-git
- task: Download centOS Minimal ISO
config:
platform: linux
image_resource:
type: docker-image
source: { repository: centos }
inputs:
- name: rock-createiso-git
outputs:
- name: centos-minimal-iso
run:
path: /bin/bash
args:
- '-c'
- 'rock-createiso-git/concourse/download_minimal_iso.sh "$MIRROR_HOST"'
params:
MIRROR_HOST: ((mirror-host))
on_failure:
put: RockNSM-Slack
params:
text: "Concourse Manual failed to build. Could not retrieve a copy of centos minimal iso."
username: "Concourse-CI"
# icon_url: URL
- task: ROCK Create ISO
config:
platform: linux
image_resource:
type: docker-image
source: { repository: centos }
inputs:
- name: rock-createiso-git
- name: centos-minimal-iso
outputs:
- name: rocknsm-iso
run:
path: /bin/bash
args:
- '-c'
- 'rock-createiso-git/concourse/create_iso.sh "$GPG_KEY_NAME" "$GPG_KEY_PASS" "$GPG_KEY" "$ENABLE_TESTING" "$OFFICIAL_RELEASE" "$PULP_HOST"'
params:
GPG_KEY: ((gpg-key))
GPG_KEY_PASS: ((gpg-passphrase))
GPG_KEY_NAME: ((gpg-key-name))
ENABLE_TESTING: 1
OFFICIAL_RELEASE: 0
PULP_HOST: ((pulp-host))
on_failure:
put: RockNSM-Slack
params:
text: "Concourse Manual Failed to build. Task: ROCK Create ISO. Check webui for additional information."
username: "Concourse-CI"
# icon_url: URL
- task: Upload ISO
config:
platform: linux
image_resource:
type: docker-image
source: { repository: centos }
inputs:
- name: rocknsm-iso
- name: rock-createiso-git
run:
path: /bin/bash
args:
- '-c'
- 'rock-createiso-git/concourse/upload.sh "$MIRROR_USER" "$MIRROR_PASS" "$MIRROR_HOST" "$MIRROR_REPO" "$MIRROR_PRIVATE" "$MIRROR_PUBLIC"'
params:
MIRROR_USER: ((mirror-user))
MIRROR_PASS: ((mirror-pass))
MIRROR_HOST: ((mirror-host))
MIRROR_REPO: "testing"
MIRROR_PRIVATE: ((mirror-private-key))
MIRROR_PUBLIC: ((mirror-public-key))
on_failure:
put: RockNSM-Slack
params:
text: "Concourse Manual prerelease Failed to upload ISO to mirror. Check webui for additional information."
username: "Concourse-CI"
on_success:
put: RockNSM-Slack
params:
text: "Concourse Manual prerelease build successful. The prerelease build can be found here <((mirror-uri))|Manual Release>"
username: "Concourse-CI"
174 changes: 87 additions & 87 deletions concourse/pipelines/nightly/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,90 +28,90 @@ jobs:
build_logs_to_retain: 14
serial: true
plan:
- get: rock-createiso-git
- get: Nightly-Timer
trigger: true
- task: Download centOS Minimal ISO
config:
platform: linux
image_resource:
type: docker-image
source: { repository: centos }
inputs:
- name: rock-createiso-git
outputs:
- name: centos-minimal-iso
run:
path: /bin/bash
args:
- '-c'
- 'rock-createiso-git/concourse/download_minimal_iso.sh "$MIRROR_HOST"'
params:
MIRROR_HOST: ((mirror-host))
on_failure:
put: RockNSM-Slack
params:
text: "Concourse Nightly failed to build. Could not retrieve a copy of centos minimal iso."
username: "Concourse-CI"
# icon_url: URL

- task: ROCK Create ISO
config:
platform: linux
image_resource:
type: docker-image
source: { repository: centos }
inputs:
- name: rock-createiso-git
- name: centos-minimal-iso
outputs:
- name: rocknsm-iso
run:
path: /bin/bash
args:
- '-c'
- 'rock-createiso-git/concourse/create_iso.sh "$GPG_KEY_NAME" "$GPG_KEY_PASS" "$GPG_KEY" "$ENABLE_TESTING" "$OFFICIAL_RELEASE" "$PULP_HOST"'
params:
GPG_KEY: ((gpg-key))
GPG_KEY_PASS: ((gpg-passphrase))
GPG_KEY_NAME: ((gpg-key-name))
ENABLE_TESTING: 1
OFFICIAL_RELEASE: 0
PULP_HOST: ((pulp-host))
on_failure:
put: RockNSM-Slack
params:
text: "Concourse Nightly Failed to build. Task: ROCK Create ISO. Check webui for additional information."
username: "Concourse-CI"
# icon_url: URL
- task: Upload ISO
config:
platform: linux
image_resource:
type: docker-image
source: { repository: centos }
inputs:
- name: rock-createiso-git
- name: rocknsm-iso
run:
path: /bin/bash
args:
- '-c'
- 'rock-createiso-git/concourse/upload.sh "$MIRROR_USER" "$MIRROR_PASS" "$MIRROR_HOST" "$MIRROR_REPO" "$MIRROR_PRIVATE" "$MIRROR_PUBLIC"'
params:
MIRROR_USER: ((mirror-user))
MIRROR_PASS: ((mirror-pass))
MIRROR_HOST: ((mirror-host))
MIRROR_REPO: "testing"
MIRROR_PRIVATE: ((mirror-private-key))
MIRROR_PUBLIC: ((mirror-public-key))
on_failure:
put: RockNSM-Slack
params:
text: "Concourse Nightly Release Failed to upload ISO to mirror. Check webui for additional information."
username: "Concourse-CI"
on_success:
put: RockNSM-Slack
params:
text: "Concourse Nightly Release build successful. The prerelease build can be found here <((mirror-uri))|Nightly Release>"
username: "Concourse-CI"
- get: rock-createiso-git
- get: Nightly-Timer
trigger: true
- task: Download centOS Minimal ISO
config:
platform: linux
image_resource:
type: docker-image
source: { repository: centos }
inputs:
- name: rock-createiso-git
outputs:
- name: centos-minimal-iso
run:
path: /bin/bash
args:
- '-c'
- 'rock-createiso-git/concourse/download_minimal_iso.sh "$MIRROR_HOST"'
params:
MIRROR_HOST: ((mirror-host))
on_failure:
put: RockNSM-Slack
params:
text: "Concourse Nightly failed to build. Could not retrieve a copy of centos minimal iso."
username: "Concourse-CI"
# icon_url: URL
- task: ROCK Create ISO
config:
platform: linux
image_resource:
type: docker-image
source: { repository: centos }
inputs:
- name: rock-createiso-git
- name: centos-minimal-iso
outputs:
- name: rocknsm-iso
run:
path: /bin/bash
args:
- '-c'
- 'rock-createiso-git/concourse/create_iso.sh "$GPG_KEY_NAME" "$GPG_KEY_PASS" "$GPG_KEY" "$ENABLE_TESTING" "$OFFICIAL_RELEASE" "$PULP_HOST"'
params:
GPG_KEY: ((gpg-key))
GPG_KEY_PASS: ((gpg-passphrase))
GPG_KEY_NAME: ((gpg-key-name))
ENABLE_TESTING: 1
OFFICIAL_RELEASE: 0
PULP_HOST: ((pulp-host))
on_failure:
put: RockNSM-Slack
params:
text: "Concourse Nightly Failed to build. Task: ROCK Create ISO. Check webui for additional information."
username: "Concourse-CI"
# icon_url: URL
- task: Upload ISO
config:
platform: linux
image_resource:
type: docker-image
source: { repository: centos }
inputs:
- name: rock-createiso-git
- name: rocknsm-iso
run:
path: /bin/bash
args:
- '-c'
- 'rock-createiso-git/concourse/upload.sh "$MIRROR_USER" "$MIRROR_PASS" "$MIRROR_HOST" "$MIRROR_REPO" "$MIRROR_PRIVATE" "$MIRROR_PUBLIC"'
params:
MIRROR_USER: ((mirror-user))
MIRROR_PASS: ((mirror-pass))
MIRROR_HOST: ((mirror-host))
MIRROR_REPO: "testing"
MIRROR_PRIVATE: ((mirror-private-key))
MIRROR_PUBLIC: ((mirror-public-key))
on_failure:
put: RockNSM-Slack
params:
text: "Concourse Nightly Release Failed to upload ISO to mirror. Check webui for additional information."
username: "Concourse-CI"
on_success:
put: RockNSM-Slack
params:
text: "Concourse Nightly Release build successful. The prerelease build can be found here <((mirror-uri))|Nightly Release>"
username: "Concourse-CI"
Loading

0 comments on commit 297f1b8

Please sign in to comment.