From 844cc4c008b1afee94a7648d4c978055cc26c371 Mon Sep 17 00:00:00 2001 From: 1061018 <1061018@isep.ipp.pt> Date: Mon, 21 Jun 2021 10:34:15 +0100 Subject: [PATCH 1/2] zuul test --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e69de29..47f1908 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +teste1 From aee7e9757204f95136bb57a6cbd63f95faae23ab Mon Sep 17 00:00:00 2001 From: 1061018 <1061018@isep.ipp.pt> Date: Mon, 21 Jun 2021 10:48:38 +0100 Subject: [PATCH 2/2] add myjob to zuul config --- myjob.yaml | 7 +++++++ zuul.yaml | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 myjob.yaml diff --git a/myjob.yaml b/myjob.yaml new file mode 100644 index 0000000..2fe02e8 --- /dev/null +++ b/myjob.yaml @@ -0,0 +1,7 @@ +- hosts: all + tasks: + - name: This is a test task + debug: + msg: You should see me in the logs. + - name: Another test task + command: date \ No newline at end of file diff --git a/zuul.yaml b/zuul.yaml index 73db574..e95ba22 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -3,3 +3,7 @@ check: jobs: - noop + - myjob +-job: + name:myjob + run: myjob.yaml