Skip to content

Convert ADO pipelines to GitHub actions #6

Convert ADO pipelines to GitHub actions

Convert ADO pipelines to GitHub actions #6

Workflow file for this run

name: regression_test
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
tx:
uses: ./.github/workflows/regression_template.yml

Check failure on line 15 in .github/workflows/regression_test.yml

View workflow run for this annotation

GitHub Actions / regression_test

Invalid workflow file

The workflow is not valid. In .github/workflows/regression_test.yml (Line: 15, Col: 11): Error from called workflow azure-rtos/threadx/.github/workflows/regression_template.yml@373eaa59a598155ac15e84503c43b21efd9786aa (Line: 65, Col: 7): Unexpected value 'check_name'
with:
build_script: ./scripts/build_tx.sh
test_script: ./scripts/test_tx.sh
cmake_path: ./test/tx/cmake
deploy_url_affix: tx/
result_affix: ThreadX
tx_smp:
uses: ./.github/workflows/regression_template.yml
with:
build_script: ./scripts/build_smp.sh
test_script: ./scripts/test_smp.sh
cmake_path: ./test/smp/cmake
deploy_url_affix: smp/
result_affix: SMP