Skip to content

Commit

Permalink
Merge pull request #12 from microsoft/al/smb-workflow
Browse files Browse the repository at this point in the history
smb worfklows
  • Loading branch information
alexlianides authored Jul 12, 2024
2 parents f2a1ab5 + 758fcbf commit e84ac1e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions .github/workflows/hostsvc-link-test-smb-on.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: test-hostsvc-link-smb-on

on:
workflow_dispatch:
pull_request:
branches: [ main ]

jobs:

test-hostsvc-link-smb-on-amd64:
permissions:
contents: read
issues: read
checks: write
pull-requests: write

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@main
with:
APP_NAME: hostsvc-link
WORKFLOW_AGENT: ubuntu-latest
SMB_ON: "true"
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}


test-hostsvc-link-smb-on-arm64:
permissions:
contents: read
issues: read
checks: write
pull-requests: write

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@main
with:
APP_NAME: hostsvc-link
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
SMB_ON: "true"
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
2 changes: 1 addition & 1 deletion .github/workflows/hostsvc-link-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}

0 comments on commit e84ac1e

Please sign in to comment.