Skip to content

Commit

Permalink
update test cases (#2384)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaraksh1 authored Mar 12, 2024
1 parent 2866100 commit 2d4b97e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ parameters:
type: object
default:
- category: '6.0'
buildTag: 'debian-stretch'
buildTag: 'debian-buster'
- category: '6.0'
buildTag: 'github-actions-debian-stretch'
buildTag: 'github-actions-debian-buster'
- category: '7.0'
buildTag: 'github-actions-debian-buster'
- category: '8.0'
buildTag: 'github-actions-debian-bookworm'
- category: 'dynamic'
buildTag: 'debian-stretch'
buildTag: 'debian-buster'
- category: 'dynamic'
buildTag: 'github-actions-debian-stretch'
buildTag: 'github-actions-debian-buster'

jobs:
- ${{ each mapping in parameters.testMappings }}:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
- category: '14-gh-buster'
buildTag: 'github-actions-debian-buster'
- category: '16'
buildTag: 'debian-stretch'
buildTag: 'debian-buster'
- category: '18'
buildTag: 'github-actions-debian-bullseye'
- category: '20'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ parameters:
buildTag: 'github-actions-debian-buster'
- category: '8.2'
buildTag: 'github-actions-debian-buster'
- category: '8.2'
buildTag: 'github-actions-debian-bullseye'

jobs:
- ${{ each mapping in parameters.testMappings }}:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
- category: '3.8'
buildTag: 'github-actions-debian-bullseye'
- category: '3.9'
buildTag: 'debian-stretch'
buildTag: 'debian-buster'
- category: '3.9'
buildTag: 'github-actions-debian-buster'
- category: '3.10'
Expand Down

0 comments on commit 2d4b97e

Please sign in to comment.