Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Dec 20, 2023
1 parent 2efeeb4 commit d1b63a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
28 changes: 5 additions & 23 deletions .github/workflows/cicd-dev-acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,41 +25,23 @@ jobs:
- test-datasouces
if: always()
with:
test_case: TestVmaasInstance
test_case: TestVmaasInstance TestAccResourceInstance
secrets: inherit

test-vmaas-resource-instance:
uses: ./.github/workflows/reusable-dev-acc.yml
needs:
- test-vmaas-instance
if: always()
with:
test_case: TestAccResourceInstance
secrets: inherit

test-vmaas-lb:
uses: ./.github/workflows/reusable-dev-acc.yml
needs:
- test-vmaas-resource-instance
- test-vmaas-instance
if: always()
with:
test_case: TestVmaasLB
test_case: TestVmaasLB TestAccResourceLB TestVmaasLoadBalancerPlan TestAccResourceLoadBalancerCreate
secrets: inherit

test-vmaas-resource-lb:
test-vmaas-network:
uses: ./.github/workflows/reusable-dev-acc.yml
needs:
- test-vmaas-lb
if: always()
with:
test_case: TestAccResourceLB
secrets: inherit

test-vmaas-lb-plan:
uses: ./.github/workflows/reusable-dev-acc.yml
needs:
- test-vmaas-resource-lb
if: always()
with:
test_case: "TestVmaasLoadBalancerPlan TestAccResourceLoadBalancerCreate"
test_case: TestVmaasNetworkPlan TestAccResourceNetworkCreate TestAccResourceRouter TestVmaasRouter TestAccResourceTier
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/dev-acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:
inputs:
test_case:
description: 'Enter testcase'
description: 'Enter testcases sperated by space'
required: false
default: ''
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-dev-acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_call:
inputs:
test_case:
description: 'Enter testcase'
description: 'Enter testcases sperated by space'
required: false
default: ''
type: string
Expand Down

0 comments on commit d1b63a6

Please sign in to comment.