Skip to content

Commit

Permalink
Adjusting Test pipeline naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPates committed Dec 13, 2023
1 parent f68a295 commit cdadba9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions cicd/cloudformation/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,8 @@ Resources:
Value: !Sub ${ManagementBucket}
- Name: StagingRole
Value: !Sub "arn:aws:iam::${ManagementAccount}:role/SSOSync-ProdAccount-${AWS::Region}"
- Name: pipeline
Value: "SSOSync-Test-Account_Execution"
Artifacts:
Name: SSOSync-Build
Type: CODEPIPELINE
Expand Down Expand Up @@ -564,6 +566,8 @@ Resources:
Value: !Sub ${DelegatedBucket}
- Name: StagingRole
Value: !Sub "arn:aws:iam::${DelegatedAccount}:role/SSOSync-ProdAccount-${AWS::Region}"
- Name: pipeline
Value: "SSOSync-Test-Account_Execution"
Artifacts:
Name: SSOSync-Build
Type: CODEPIPELINE
Expand Down Expand Up @@ -591,6 +595,8 @@ Resources:
Value: !Sub ${NonDelegatedBucket}
- Name: StagingRole
Value: !Sub "arn:aws:iam::${NonDelegatedAccount}:role/SSOSync-ProdAccount-${AWS::Region}"
- Name: pipeline
Value: "SSOSync-Test-Account_Execution"
Artifacts:
Name: SSOSync-Build
Type: CODEPIPELINE
Expand Down
2 changes: 1 addition & 1 deletion cicd/cloudformation/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Resources:
CodePipeline:
Type: AWS::CodePipeline::Pipeline
Properties:
Name: SSOSync-Test
Name: SSOSync-Test-Account_Execution
RoleArn: !Sub ${CodePipelineRole.Arn}
ArtifactStore:
Type: S3
Expand Down
1 change: 0 additions & 1 deletion cicd/staging/testing/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version: 0.2
env:
variables:
ShareWith: "NOT-SHARED"
pipeline: "SSOSync-Test"
interval: 10
Success: '"Succeeded"'
InProgress: '"InProgress"'
Expand Down

0 comments on commit cdadba9

Please sign in to comment.