From 7314fe027ed322605b72ec48c00fad148c73c6f6 Mon Sep 17 00:00:00 2001 From: Christopher Weibel Date: Mon, 15 Apr 2024 09:08:28 -0400 Subject: [PATCH] True up pipeline.yml --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ ci/pipeline.yml | 15 ++++++--------- 2 files changed, 42 insertions(+), 9 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f7302e --- /dev/null +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/ci/pipeline.yml b/ci/pipeline.yml index cb6da36..0cf89d3 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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 @@ -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: @@ -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)) @@ -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 @@ -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: @@ -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)) @@ -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 @@ -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: @@ -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))