Skip to content

Commit

Permalink
Merge pull request #20 from microsoft/al/nightly-updates
Browse files Browse the repository at this point in the history
Nightly Updates
  • Loading branch information
daweins authored Sep 10, 2024
2 parents 2a972dc + 3c0ac74 commit d0a020c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"memory": "8gb"
},
"features": {
"ghcr.io/microsoft/azure-orbital-space-sdk/spacefx-dev:0.11.0": {
"ghcr.io/microsoft/azure-orbital-space-sdk/spacefx-dev:0.11.0-nightly": {
"app_name": "hostsvc-link",
"app_type": "sdk-service",
"addl_debug_shim_suffixes": "client"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/hostsvc-link-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ on:
push:
branches:
- main
- '[0-9]*.[0-9]*.[0-9]*-nightly'

jobs:
build-hostsvc-link-amd64:
permissions:
contents: read
packages: write

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service-build.yml@main
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service-build.yml@0.11.0-nightly
with:
APP_PROJECT: ./src/hostsvc-link.csproj
NUGET_PROJECT: ./src_pluginBase/pluginBase.csproj
Expand All @@ -32,7 +33,7 @@ jobs:
contents: read
packages: write

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service-build.yml@main
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service-build.yml@0.11.0-nightly
with:
APP_PROJECT: ./src/hostsvc-link.csproj
NUGET_PROJECT: ./src_pluginBase/pluginBase.csproj
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/hostsvc-link-test-smb-on.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: test-hostsvc-link-smb-on
on:
workflow_dispatch:
pull_request:
branches: [ main ]
branches:
- main
- '[0-9]*.[0-9]*.[0-9]*-nightly'

jobs:

Expand All @@ -14,7 +16,7 @@ jobs:
checks: write
pull-requests: write

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@main
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@0.11.0-nightly
with:
APP_NAME: hostsvc-link
WORKFLOW_AGENT: ubuntu-latest
Expand All @@ -32,7 +34,7 @@ jobs:
checks: write
pull-requests: write

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@main
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@0.11.0-nightly
with:
APP_NAME: hostsvc-link
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/hostsvc-link-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: test-hostsvc-link
on:
workflow_dispatch:
pull_request:
branches: [ main ]
branches:
- main
- '[0-9]*.[0-9]*.[0-9]*-nightly'

jobs:
test-hostsvc-link-amd64:
Expand All @@ -13,7 +15,7 @@ jobs:
checks: write
pull-requests: write

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@main
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@0.11.0-nightly
with:
APP_NAME: hostsvc-link
WORKFLOW_AGENT: ubuntu-latest
Expand All @@ -30,7 +32,7 @@ jobs:
checks: write
pull-requests: write

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@main
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@0.11.0-nightly
with:
APP_NAME: hostsvc-link
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
Expand Down

0 comments on commit d0a020c

Please sign in to comment.