aboutsummaryrefslogtreecommitdiffstats
path: root/run-ci.yml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2022-09-16 16:02:29 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2022-09-16 16:37:03 +0200
commit81ccf6da68a2861666c88d62fc3ea1b4243419c6 (patch)
tree3657e6fbf5518f37e995168e7a4adfa0e4a3707e /run-ci.yml
parentdbd0a11229207f99c1b515b88a5b58e21f23922d (diff)
[GITLAB] Initial content for gitlab project chained-ci
Issue-ID: INT-2150 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Id5dc270b6a7c25189b4e09c4227b806323711d72
Diffstat (limited to 'run-ci.yml')
-rw-r--r--run-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/run-ci.yml b/run-ci.yml
new file mode 100644
index 0000000..10e77a1
--- /dev/null
+++ b/run-ci.yml
@@ -0,0 +1,10 @@
+---
+- hosts: all
+ connection: local
+ any_errors_fatal: true
+ vars_files:
+ - .gitlab-ci.yml
+ roles:
+ - role: prepare
+ - role: get_artifacts
+ - role: run-ci