Skip to content

Commit

Permalink
Updated to point to 0.11.0-nightly artifacts and workflows. Updated t…
Browse files Browse the repository at this point in the history
…rigger to deploy on -nightly target branches
  • Loading branch information
alianides committed Sep 6, 2024
1 parent b2de164 commit b85cf98
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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-logging",
"app_type": "sdk-service",
"addl_debug_shim_suffixes": "client"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/hostsvc-logging-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-logging-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-logging.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-logging.csproj
NUGET_PROJECT: ./src_pluginBase/pluginBase.csproj
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/hotsvc-logging-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: test-hostsvc-logging
on:
workflow_dispatch:
pull_request:
branches: [ main ]
branches:
- main
- '[0-9]*.[0-9]*.[0-9]*-nightly'

jobs:
test-hostsvc-logging-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-logging
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-logging
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
Expand Down

0 comments on commit b85cf98

Please sign in to comment.