[bootlin/training-materials updates] master: .github: wire up PREEMPT_RT training course (04b4aa3d)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:42 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/04b4aa3d86c8210e8f04662e0c7c98f87ad2a05e

>---------------------------------------------------------------

commit 04b4aa3d86c8210e8f04662e0c7c98f87ad2a05e
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Tue Oct 26 15:45:31 2021 +0200

    .github: wire up PREEMPT_RT training course
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

04b4aa3d86c8210e8f04662e0c7c98f87ad2a05e
 .github/workflows/training-materials.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.github/workflows/training-materials.yml b/.github/workflows/training-materials.yml
index a77fca24..7deb4344 100644
--- a/.github/workflows/training-materials.yml
+++ b/.github/workflows/training-materials.yml
@@ -116,3 +116,15 @@ jobs:
             full-autotools-labs.pdf
             autotools-agenda.pdf
             autotools-labs.tar.xz
+  preempt-rt:
+    runs-on: ubuntu-20.04
+    steps:
+      - uses: actions/checkout at v2
+      - uses: ./.github/actions/build-material-action
+        with:
+          entrypoint: /usr/bin/make
+          args: >
+            full-preempt-rt-slides.pdf
+            full-preempt-rt-labs.pdf
+            preempt-rt-online-agenda.pdf
+            preempt-rt-online-fr-agenda.pdf




More information about the training-materials-updates mailing list