From 1eea370666c8aa8481259f91c278efdbecd64e51 Mon Sep 17 00:00:00 2001 From: Jonathan Metzger <9845417+jrmetzger@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:13:12 -0400 Subject: [PATCH 1/2] Create pipeline.yml --- .github/workflows/pipeline.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/pipeline.yml diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml new file mode 100644 index 0000000..71a0c31 --- /dev/null +++ b/.github/workflows/pipeline.yml @@ -0,0 +1,9 @@ +- name: Kitchen Dokken + # You may pin to the exact commit or the version. + # uses: actionshub/kitchen-dokken@b942ad4fbc14d193747574c03015603a7958125e + uses: actionshub/kitchen-dokken@v1.0.0 + with: + # Which suite to run + suite: + # Operating System to run tests on + os: rhel9 From f10e6a48e83ea1533c3be9e69de95754028c4675 Mon Sep 17 00:00:00 2001 From: Jonathan Metzger <9845417+jrmetzger@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:15:14 -0400 Subject: [PATCH 2/2] Update pipeline.yml --- .github/workflows/pipeline.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 71a0c31..82ecaa7 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -1,9 +1,6 @@ +--- - name: Kitchen Dokken - # You may pin to the exact commit or the version. - # uses: actionshub/kitchen-dokken@b942ad4fbc14d193747574c03015603a7958125e uses: actionshub/kitchen-dokken@v1.0.0 - with: - # Which suite to run - suite: - # Operating System to run tests on + with: sd + suite: default os: rhel9