Skip to content

DRAFT: Add ock artefact building #114

DRAFT: Add ock artefact building

DRAFT: Add ock artefact building #114

# Calling workflow for running PR style tests
name: Run ock tests for PR style testing
on:
pull_request:
paths:
- '.github/workflows/planned_testing.yml'
branches:
- main
# schedule:
# # Run Mon-Fri at 7pm
# - cron: '00 19 * * 1-5'
jobs:
run-with-pull:
# This makes the diagram too big if we post much here so P_ for pull request.
name: P_
if: ${{ github.event_name == 'pull_request' }}
uses: ./.github/workflows/planned_testing.yml

Check failure on line 18 in .github/workflows/planned_testing_caller.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/planned_testing_caller.yml

Invalid workflow file

error parsing called workflow ".github/workflows/planned_testing_caller.yml" -> "./.github/workflows/planned_testing.yml" : every step must define a `uses` or `run` key
with:
# target_list: '["x86_64", "aarch64", "riscv64"]'
target_list: '["x86_64"]'
# target_list: '["aarch64"]'
# os_list: '["ubuntu-22.04", "windows-2019"]'
# target_list: '["x86_64"]'
os_list: '["ubuntu-22.04"]'
# os_list: '["ubuntu-22.04"]'
# target_host_aarch64_linux: true
# # Could have multiple here
# run-with-cron:
# name: Call PR testing on schedule
# if: ${{ github.event_name == 'schedule' }}
# uses: ./.github/workflows/run_pr_tests.yml
# with:
# update_cache: true
# additional ones here for cron and/or push to main - also can be in different file.