Skip to content

Make CI use new org wide CI #2

Make CI use new org wide CI

Make CI use new org wide CI #2

Workflow file for this run

name: Common CI

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

(Line: 15, Col: 5): Unexpected value 'call-workflow', (Line: 15, Col: 5): There's not enough info to determine what you meant. Add one of these properties: cancel-timeout-minutes, container, continue-on-error, defaults, env, environment, outputs, runs-on, secrets, services, snapshot, steps, timeout-minutes, uses, with
on:
pull_request_target:
types: [ opened, reopened, ready_for_review, synchronize ]
workflow_dispatch:
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
Run-Common-CI:
call-workflow:
uses: dm-vdo/vdo-org-actions/.github/workflows/ci.yml@main
with:
# Turn this off temporarily
run-public-tests: false
public-tests-action: echo 'You need to specify commands to run here'
public-tests-failure-action: echo "You need to specify cleanup commands to run, i.e collecting logs"
# Call the Jenkins job
run-private-tests: true
private-tests-action: |
/permabit/ops/scripts/runJenkinsJob common-github