Skip to content

Commit 2296e4a

Browse files
BCDA-9145: Remove old workflows (#1149)
## 🎫 Ticket https://jira.cms.gov/browse/BCDA-9145 ## 🛠 Changes - removed legacy workflows and renamed greenfield workflows - removed some temporary changes to the smoke-tests workflow that limited its scope to the default 'dev' aco ## ℹ️ Context <!-- Why were these changes made? Add background context suitable for a non-technical audience. --> <!-- If any of the following security implications apply, this PR must not be merged without Stephen Walter's approval. Explain in this section and add @SJWalter11 as a reviewer. - Adds a new software dependency or dependencies. - Modifies or invalidates one or more of our security controls. - Stores or transmits data that was not stored or transmitted before. - Requires additional review of security implications for other reasons. --> ## 🧪 Validation <!-- How were the changes verified? Did you fully test the acceptance criteria in the ticket? Provide reproducible testing instructions and screenshots if applicable. -->
1 parent 0da6389 commit 2296e4a

File tree

60 files changed

+242
-2634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+242
-2634
lines changed

.github/workflows/admin-aco-deny-deploy-GF.yml renamed to .github/workflows/admin-aco-deny-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Admin ACO Deny deploy GF
1+
name: Admin ACO Deny deploy
22

33
on:
44
workflow_call:
@@ -19,7 +19,7 @@ on:
1919
- main
2020
paths:
2121
- bcda/lambda/admin_aco_deny/**
22-
- .github/workflows/admin-aco-deny-deploy-GF.yml
22+
- .github/workflows/admin-aco-deny-deploy.yml
2323

2424
jobs:
2525
build_and_zip:

.github/workflows/admin-aco-deny-dev-deploy.yml

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

.github/workflows/admin-aco-deny-integration-test-GF.yml renamed to .github/workflows/admin-aco-deny-integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Admin ACO Deny Integration Tests GF
1+
name: Admin ACO Deny Integration Tests
22

33
on:
44
pull_request:
55
paths:
66
- .github/workflows/admin-aco-deny-integration-test.yml
7-
- .github/workflows/admin-aco-deny-deploy-GF.yml
7+
- .github/workflows/admin-aco-deny-deploy.yml
88
- bcda/lambda/admin_aco_deny/**
99
workflow_dispatch:
1010

@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
contents: read
2121
id-token: write
22-
uses: ./.github/workflows/admin-aco-deny-deploy-GF.yml
22+
uses: ./.github/workflows/admin-aco-deny-deploy.yml
2323
secrets: inherit
2424

2525
trigger:

.github/workflows/admin-aco-deny-prod-deploy.yml

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

.github/workflows/admin-aco-deny-sbx-deploy.yml

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

.github/workflows/admin-aco-deny-test-deploy.yml

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

.github/workflows/admin-aco-deny-test-integration.yml

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

.github/workflows/admin-create-aco-creds-deploy-GF.yml renamed to .github/workflows/admin-create-aco-creds-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Admin Create ACO Credentials deploy GF
1+
name: Admin Create ACO Credentials deploy
22

33
on:
44
workflow_dispatch:
@@ -25,7 +25,7 @@ on:
2525
- main
2626
paths:
2727
- bcda/lambda/admin_create_aco_creds/**
28-
- .github/workflows/admin-create-aco-creds-deploy-GF.yml
28+
- .github/workflows/admin-create-aco-creds-deploy.yml
2929

3030
jobs:
3131
test:

.github/workflows/admin-create-aco-creds-dev-deploy.yml

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

.github/workflows/admin-create-aco-creds-integration-test-GF.yml renamed to .github/workflows/admin-create-aco-creds-integration-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Admin Create ACO Credentials Integration Tests GF
1+
name: Admin Create ACO Credentials Integration Tests
22

33
on:
44
pull_request:
55
paths:
6-
- .github/workflows/admin-create-aco-creds-integration-test-GF.yml
7-
- .github/workflows/admin-create-aco-creds-deploy-GF.yml
6+
- .github/workflows/admin-create-aco-creds-integration-test.yml
7+
- .github/workflows/admin-create-aco-creds-deploy.yml
88
- bcda/lambda/admin_create_aco_creds/**
99
workflow_dispatch:
1010

@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
contents: read
2121
id-token: write
22-
uses: ./.github/workflows/admin-create-aco-creds-deploy-GF.yml
22+
uses: ./.github/workflows/admin-create-aco-creds-deploy.yml
2323
secrets: inherit
2424
with:
2525
deploy_env: dev

0 commit comments

Comments
 (0)