From 2dd64e70a515d16619fe671463b01bc5c9fcaa3c Mon Sep 17 00:00:00 2001 From: charles37 Date: Wed, 23 Oct 2024 14:03:46 -0400 Subject: [PATCH] tock-hardware-ci: restore license header --- .github/workflows/treadmill-ci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/workflows/treadmill-ci.yml b/.github/workflows/treadmill-ci.yml index 7084e83c6e..f282d0ff4e 100644 --- a/.github/workflows/treadmill-ci.yml +++ b/.github/workflows/treadmill-ci.yml @@ -1,3 +1,22 @@ +# Licensed under the Apache License, Version 2.0 or the MIT License. +# SPDX-License-Identifier: Apache-2.0 OR MIT +# Copyright Tock Contributors 2024. + +# This workflow contains all Treadmill-based hardware CI jobs. +# +# Treadmill is a distributed hardware testbed developed within the Tock OS +# project. For more information on Treadmill, have a look at its documentation +# [1] or repository [2]. +# +# This workflow is based on the Treadmill GitHub Actions integration guide [3]. +# In addition, it features the ability to run multiple Treadmill jobs and +# test-execute stages through GitHub Action's job matrices, and uses a GitHub +# environment to allow deployments with access to secrets for select PRs. +# +# [1]: https://book.treadmill.ci/ +# [2]: https://github.com/treadmill-tb/treadmill +# [3]: https://book.treadmill.ci/user-guide/github-actions-integration.html + name: treadmill-ci env: