Skip to content

add Logger.Write method to interface (#4091) #56

add Logger.Write method to interface (#4091)

add Logger.Write method to interface (#4091) #56

name: Build and Publish RC
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
# To test workflow updates you need to work in a branch directly on viamrobotics/rdk
# and tag your working branch instead of @main in any viamrobotics/rdk "uses" below.
# Don't forget to tag back to @main before merge.
jobs:
test:
uses: viamrobotics/rdk/.github/workflows/test.yml@main
secrets:
MONGODB_TEST_OUTPUT_URI: ${{ secrets.MONGODB_TEST_OUTPUT_URI }}
DOCKER_PUBLIC_READONLY_PAT: ${{ secrets.DOCKER_PUBLIC_READONLY_PAT }}
appimage:
needs: test
uses: viamrobotics/rdk/.github/workflows/appimage.yml@main
with:
release_type: 'rc'
secrets:
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
staticbuild:
needs: test
uses: viamrobotics/rdk/.github/workflows/staticbuild.yml@main
with:
release_type: 'rc'
secrets:
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
droid:
needs: test
uses: viamrobotics/rdk/.github/workflows/droid.yml@main
with:
release_type: 'rc'
secrets:
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
npm_publish:
uses: viamrobotics/rdk/.github/workflows/npm-publish.yml@main
needs: test
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
slack-workflow-status:
if: ${{ failure() }}
name: Post Workflow Status To Slack
needs:
- test
- appimage
- staticbuild
runs-on: ubuntu-latest
permissions:
actions: 'read'
steps:
- name: Slack Workflow Notification
uses: Gamesight/slack-workflow-status@master
with:
repo_token: ${{secrets.GITHUB_TOKEN}}
slack_webhook_url: ${{secrets.SLACK_WEBHOOK_URL}}
channel: '#team-devops'
name: 'Workflow Status'
run-sdk-integration-networking-tests:
needs: [staticbuild, appimage]
if: ${{ success() }}
uses: ./trigger-networking-tests.yml

Check failure on line 74 in .github/workflows/releasecandidate.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/releasecandidate.yml

Invalid workflow file

invalid value workflow reference: no version specified
secrets:
REPO_READ_TOKEN: ${{ secrets.REPO_READ_TOKEN }}