Skip to content

Commit

Permalink
test-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alianides committed Aug 1, 2024
1 parent 6f090e0 commit e313699
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/workflows/geospatial-images-plugin-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: test-geospatial-images-plugin

on:
workflow_dispatch:
pull_request:
branches: [ main ]
paths:
- 'datagenerators/geospatial-images/plugin/**'
- '.github/workflows/geospatial-images-plugin-test.yaml'


jobs:
test-geospatial-images-plugin-amd64:
permissions:
contents: read
issues: read
checks: write
pull-requests: write

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-plugin.yaml@main
with:
APP_NAME: vth
PLUGIN_NAME: geospatial-images-vth-plugin
WORKFLOW_AGENT: ubuntu-latest
DEVCONTAINER_JSON: ./.devcontainer/geospatial-images-vth-plugin/devcontainer.json
REPO_DIR: ./datagenerators/geospatial-images/plugin
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-geospatial-images-plugin-arm64:
permissions:
contents: read
issues: read
checks: write
pull-requests: write

uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-plugin.yaml@main
with:
APP_NAME: vth
PLUGIN_NAME: geospatial-images-vth-plugin
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
DEVCONTAINER_JSON: ./.devcontainer/geospatial-images-vth-plugin/devcontainer.json
REPO_DIR: ./datagenerators/geospatial-images/plugin
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 }}

0 comments on commit e313699

Please sign in to comment.