Skip to content

Commit

Permalink
Test Windows and Linux for latest-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
tundranerd committed Apr 23, 2024
1 parent fa07426 commit a426d50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/linux-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,18 @@ on:
push:
branches:
- develop
- ci/use-latest-sdk

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable-push.yml@develop
uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable-push.yml@ci/use-latest-sdk
with:
aws-ami-id: ami-0590ebdb5afffb782
aws-sg-id: sg-0ca7912782cf1538b
runTests: false
package-name: febioheat
requires-sdk: true
sdk-config: |
{
"sdk_path": "develop",
"version": "v4.6",
}
secrets: inherit
3 changes: 1 addition & 2 deletions .github/workflows/macos-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ on:
push:
branches:
- develop
- ci/use-latest-sdk
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/macos-reusable-push.yml@ci/use-latest-sdk
uses: febiosoftware/febio-workflows/.github/workflows/macos-reusable-push.yml@develop
with:
package-name: febioheat
requires-sdk: true
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/windows-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,19 @@ on:
push:
branches:
- develop
- ci/use-latest-sdk

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/windows-reusable-push.yml@develop
uses: febiosoftware/febio-workflows/.github/workflows/windows-reusable-push.yml@ci/use-latest-sdk
with:
aws-ami-id: ami-0b18c665dbe9efa75
aws-sg-id: sg-0ca7912782cf1538b
aws-instance-type: c5a.8xlarge
runTests: false
package-name: febioheat
requires-sdk: true
sdk-config: |
{
"sdk_path": "develop",
"version": "v4.6",
}
secrets: inherit

0 comments on commit a426d50

Please sign in to comment.