From b327af03c20be6fb7b4f232274fbfda4221293b9 Mon Sep 17 00:00:00 2001 From: alianides Date: Fri, 6 Sep 2024 17:48:46 +0000 Subject: [PATCH 1/2] 0.11.0-nightly artifact and workflow reference update --- .devcontainer/devcontainer.json | 2 +- .github/workflows/hostsvc-sensor-build-publish.yaml | 4 ++-- .github/workflows/hostsvc-sensor-test.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6c0fbe8..ab995dc 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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-sensor", "app_type": "sdk-service", "addl_debug_shim_suffixes": "client" diff --git a/.github/workflows/hostsvc-sensor-build-publish.yaml b/.github/workflows/hostsvc-sensor-build-publish.yaml index 694dea3..9025c39 100644 --- a/.github/workflows/hostsvc-sensor-build-publish.yaml +++ b/.github/workflows/hostsvc-sensor-build-publish.yaml @@ -12,7 +12,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-sensor.csproj NUGET_PROJECT: ./src_pluginBase/pluginBase.csproj @@ -32,7 +32,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-sensor.csproj NUGET_PROJECT: ./src_pluginBase/pluginBase.csproj diff --git a/.github/workflows/hostsvc-sensor-test.yaml b/.github/workflows/hostsvc-sensor-test.yaml index 5d548de..b2be126 100644 --- a/.github/workflows/hostsvc-sensor-test.yaml +++ b/.github/workflows/hostsvc-sensor-test.yaml @@ -13,7 +13,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-sensor WORKFLOW_AGENT: ubuntu-latest @@ -30,7 +30,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-sensor WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64 From b55222d7ca2a022ceefe76ad7257cf18fc9c49cd Mon Sep 17 00:00:00 2001 From: alianides Date: Fri, 6 Sep 2024 18:14:48 +0000 Subject: [PATCH 2/2] update triggers --- .github/workflows/hostsvc-sensor-build-publish.yaml | 1 + .github/workflows/hostsvc-sensor-test.yaml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hostsvc-sensor-build-publish.yaml b/.github/workflows/hostsvc-sensor-build-publish.yaml index 9025c39..8ce6b6f 100644 --- a/.github/workflows/hostsvc-sensor-build-publish.yaml +++ b/.github/workflows/hostsvc-sensor-build-publish.yaml @@ -5,6 +5,7 @@ on: push: branches: - main + - '[0-9]*.[0-9]*.[0-9]*-nightly' jobs: build-hostsvc-sensor-amd64: diff --git a/.github/workflows/hostsvc-sensor-test.yaml b/.github/workflows/hostsvc-sensor-test.yaml index b2be126..97906f1 100644 --- a/.github/workflows/hostsvc-sensor-test.yaml +++ b/.github/workflows/hostsvc-sensor-test.yaml @@ -3,7 +3,9 @@ name: test-hostsvc-sensor on: workflow_dispatch: pull_request: - branches: [ main ] + branches: + - main + - '[0-9]*.[0-9]*.[0-9]*-nightly' jobs: test-hostsvc-sensor-amd64: