Skip to content

Commit

Permalink
Merge pull request #31 from microsoft/al/nightly-conversion
Browse files Browse the repository at this point in the history
Nightly Reference Updates
  • Loading branch information
daweins authored Sep 9, 2024
2 parents a99d05d + 8962a59 commit 8012f11
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"workspaceFolder": "/workspaces/spacesdk-core",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/spacesdk-core,type=bind,consistency=cached",
"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": "spacesdk-core",
"app_type": "spacesdk-core",
"addl_debug_shim_suffixes": "client"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/core-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- '[0-9]*.[0-9]*.[0-9]*-nightly'

jobs:
build-core-nuget-amd64:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/core-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
runs-on: ${{ inputs.WORKFLOW_AGENT }}

steps:
- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/initialize@main
- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/initialize@0.11.0-nightly
with:
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 }}

- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/build-app@main
- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/build-app@0.11.0-nightly
with:
ARCHITECTURE: ${{ inputs.ARCHITECTURE }}
APP_PROJECT: './src/spacesdk-core.csproj'
Expand All @@ -58,7 +58,7 @@ jobs:
sudo mv /var/spacedev/tmp/core/${{ inputs.ARCHITECTURE}}/nuget/Microsoft.Azure.SpaceSDK.Core.0.11.0.nupkg /var/spacedev/nuget/core/Microsoft.Azure.SpaceSDK.Core.0.11.0.nupkg
tree /var/spacedev/nuget/core
- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/push-build-artifact@main
- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/push-build-artifact@0.11.0-nightly
with:
artifact: /var/spacedev/nuget/core/Microsoft.Azure.SpaceSDK.Core.0.11.0.nupkg
architecture: ${{ inputs.ARCHITECTURE }}
4 changes: 2 additions & 2 deletions .github/workflows/run-core-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
pull-requests: write

steps:
- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/initialize@main
- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/initialize@0.11.0-nightly
with:
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 }}

- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/install-publish-dependencies@main
- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/install-publish-dependencies@0.11.0-nightly
if: inputs.WORKFLOW_AGENT == 'spacesdk-ubuntu-2204LTS-arm64'

## Build the Service's Devcontainer and wait for pods to spin up (unnecessary when devcontainer up composite action is available)
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: test-core
on:
workflow_dispatch:
pull_request:
branches: [ main ]
branches:
- main
- '[0-9]*.[0-9]*.[0-9]*-nightly'

jobs:
test-core-amd64:
Expand Down

0 comments on commit 8012f11

Please sign in to comment.