Skip to content

Commit

Permalink
Update tests names
Browse files Browse the repository at this point in the history
  • Loading branch information
marboledacci committed Nov 12, 2024
1 parent 3304633 commit 14f6000
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ workflows:
profile_name: OIDC-User
capabilities: CAPABILITY_IAM, CAPABILITY_NAMED_IAM
template: "./sample_test/sam-app/template.yaml"
stack_name: "orb-deploy-job-test-1"
stack_name: "orb-deploy-job-test-3"
s3_bucket: "sam-orb-testing"
context: CPE-OIDC
filters: *filters
Expand All @@ -55,7 +55,7 @@ workflows:
profile_name: OIDC-User
capabilities: CAPABILITY_IAM, CAPABILITY_NAMED_IAM
template: "./sample_test/sam-app/template.yaml"
stack_name: "orb-deploy-job-test-1"
stack_name: "orb-deploy-job-test-3"
s3_bucket: "sam-orb-testing"
parameter_overrides: ParameterKey=dummy,ParameterValue=dummy
arguments: --disable-rollback
Expand All @@ -73,7 +73,7 @@ workflows:
profile_name: OIDC-User
capabilities: CAPABILITY_IAM, CAPABILITY_NAMED_IAM
template: "./sample_test/sam-app/template.yaml"
stack_name: "orb-deploy-job-test-1"
stack_name: "orb-deploy-job-test-3"
s3_bucket: "sam-orb-testing"
arguments: >-
--disable-rollback
Expand All @@ -93,7 +93,7 @@ workflows:
profile_name: OIDC-User
capabilities: CAPABILITY_IAM, CAPABILITY_NAMED_IAM
template: "./sample_test/sam-app/template.yaml"
stack_name: "orb-deploy-job-test-1"
stack_name: "orb-deploy-job-test-3"
s3_bucket: "sam-orb-testing"
arguments: --disable-rollback --debug
build_container_vars: Function1.GITHUB_TOKEN=VAR1, GLOBAL_ENV_VAR=VAR2
Expand All @@ -109,7 +109,7 @@ workflows:
profile_name: OIDC-User
capabilities: CAPABILITY_IAM, CAPABILITY_NAMED_IAM
template: "./sample_test/sam-container/template.yaml"
stack_name: "orb-deploy-job-test-2"
stack_name: "orb-deploy-job-test-4"
image_repositories: $DEMO_IMG_URI
context: CPE-OIDC
validate: false
Expand Down

0 comments on commit 14f6000

Please sign in to comment.