Skip to content

Michaelcobb/test ci #123

Michaelcobb/test ci

Michaelcobb/test ci #123

Workflow file for this run

# Copyright 2024, Proofcraft Pty Ltd
#
# SPDX-License-Identifier: BSD-2-Clause
# hardware builds and runs
#
# See sel4test-hw/builds.yml and sel4bench-hw/builds.yml in the repo
# seL4/ci-actions for configs.
name: HW
on:
# needs PR target for secrets access; guard by requiring label
pull_request_target:
types: [synchronize, labeled]
jobs:
sel4test:
name: seL4Test
uses: The-Capable-Hub/CHERI-seL4-ci-actions/.github/workflows/sel4test-hw.yml@michaelcobb/capable-hub-ci
secrets: inherit
with:
runner: the-capable-hub-aws-ci
container-image: capablehub/tch-ubuntu-24-builder:latest
sel4bench:
name: seL4Bench
uses: The-Capable-Hub/CHERI-seL4-ci-actions/.github/workflows/sel4bench-hw.yml@michaelcobb/capable-hub-ci
secrets: inherit
with:
runner: the-capable-hub-aws-ci
container-image: capablehub/tch-ubuntu-24-builder:latest