Skip to content

DRAFT: Add test unitcl using ock artefact #332

DRAFT: Add test unitcl using ock artefact

DRAFT: Add test unitcl using ock artefact #332

# Calling workflow for running planned style tests
name: Run planned testing
on:
pull_request:
paths:
- '.github/workflows/planned_testing.yml'
- '.github/workflows/planned_testing_caller.yml'
branches:
- main
schedule:
# Run Mon-Fri at 7pm
- cron: '00 19 * * 1-5'
jobs:
call_planned:
# This makes the diagram too big if we post much here so S_ for scheduled.
name: S_
if: github.repository == 'uxlfoundation/oneapi-construction-kit' || github.event_name != 'schedule'
uses: ./.github/workflows/planned_testing.yml

Check failure on line 19 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" : You have an error in your yaml syntax on line 76
with:
# target_list: '["host_x86_64_linux", "host_aarch64_linux", "host_riscv64_linux", "host_i686_linux", "host_refsi_linux", "host_x86_64_windows" ]'
target_list: '["host_x86_64_linux" ]'
# test_tornado: true
# test_opencl_cts: true
test_opencl_cts: false
test_tornado: false
test_ock_artefact_unitcl: true
# Have a pull request setting which can be used to test the flow as best as possible
# in a reasonable time
pull_request: ${{ github.event_name == 'pull_request' }}
create_ock_artefact_method: 12282430965