Skip to content

Commit

Permalink
True up pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cweibel committed Apr 15, 2024
1 parent 5a22976 commit 7314fe0
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 9 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# YAML property files
manifest.yml
cf-secrets.yml
secrets.yml
cf-secrets-staging.yml
manifest-staging.yml
manifest-staging.yml--
credentials.yml
credentials.dev.yml

# Mac files
.DS_Store

# Eclipse files
.project

# Temporary directory
tmp/

# Certs

*-certs
jwt_*

# Python
__pycache__/
*.py[cod]

# Python Environments
.venv
.terraform
.terraform.lock.hcl

# Testing document
tests.md
*manifest.yml
15 changes: 6 additions & 9 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- app-autoscaler-release/operations/remove-metricsserver.yml
- app-autoscaler-release/operations/remove-metricsgateway.yml
- app-autoscaler-release/operations/enable-scheduler-logging.yml
- app-autoscaler-release/operations/enable-scheduler-logging.yml
- autoscaler-manifests/bosh/opsfiles/cf-uaa-client-secret-dev.yml
- autoscaler-manifests/bosh/opsfiles/certificates.yml
- autoscaler-manifests/bosh/opsfiles/scaling-dev.yml
Expand All @@ -44,7 +43,7 @@ jobs:
text: |
:white_check_mark: Successfully deployed CF App Autoscaler on development
<$ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME|View build details>
channel: ((slack-channel-success))
channel: "#cg-platform-news"
username: ((slack-username))
icon_url: ((slack-icon-url))
on_failure:
Expand All @@ -53,7 +52,7 @@ jobs:
text: |
:x: FAILED to deploy CF App Autoscaler on development
<$ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME|View build details>
channel: ((slack-channel-success))
channel: "#cg-platform-news"
username: ((slack-username))
icon_url: ((slack-icon-url))

Expand Down Expand Up @@ -92,7 +91,6 @@ jobs:
- app-autoscaler-release/operations/remove-metricsserver.yml
- app-autoscaler-release/operations/remove-metricsgateway.yml
- app-autoscaler-release/operations/enable-scheduler-logging.yml
- app-autoscaler-release/operations/enable-scheduler-logging.yml
- autoscaler-manifests/bosh/opsfiles/cf-uaa-client-secret-stage.yml
- autoscaler-manifests/bosh/opsfiles/certificates.yml
- autoscaler-manifests/bosh/opsfiles/scaling-stage.yml
Expand All @@ -105,7 +103,7 @@ jobs:
text: |
:white_check_mark: Successfully deployed CF App Autoscaler on staging
<$ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME|View build details>
channel: ((slack-channel-success))
channel: "#cg-platform-news"
username: ((slack-username))
icon_url: ((slack-icon-url))
on_failure:
Expand All @@ -114,7 +112,7 @@ jobs:
text: |
:x: FAILED to deploy CF App Autoscaler on staging
<$ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME|View build details>
channel: ((slack-channel-success))
channel: "#cg-platform-news"
username: ((slack-username))
icon_url: ((slack-icon-url))

Expand Down Expand Up @@ -152,7 +150,6 @@ jobs:
- app-autoscaler-release/operations/remove-metricsserver.yml
- app-autoscaler-release/operations/remove-metricsgateway.yml
- app-autoscaler-release/operations/enable-scheduler-logging.yml
- app-autoscaler-release/operations/enable-scheduler-logging.yml
- autoscaler-manifests/bosh/opsfiles/cf-uaa-client-secret-prod.yml
- autoscaler-manifests/bosh/opsfiles/certificates.yml
- autoscaler-manifests/bosh/opsfiles/scaling-prod.yml
Expand All @@ -166,7 +163,7 @@ jobs:
text: |
:white_check_mark: Successfully deployed CF App Autoscaler on prod
<$ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME|View build details>
channel: ((slack-channel-success))
channel: "#cg-platform-news"
username: ((slack-username))
icon_url: ((slack-icon-url))
on_failure:
Expand All @@ -175,7 +172,7 @@ jobs:
text: |
:x: FAILED to deploy CF App Autoscaler on prod
<$ATC_EXTERNAL_URL/teams/$BUILD_TEAM_NAME/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME|View build details>
channel: ((slack-channel-failure))
channel: "#cg-platform"
username: ((slack-username))
icon_url: ((slack-icon-url))

Expand Down

0 comments on commit 7314fe0

Please sign in to comment.