summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-04-16 10:06:40 +0200
committerFatih Degirmenci <fdegir@gmail.com>2018-04-16 10:11:23 +0200
commit6bfde59dbb26bd727fa8d0060b7ba3f9c2188a0f (patch)
tree221879c0c3e3d26b60ea78b89494c34d9aa8fcd8 /ci
parenta4866825aafc744e861a3badb86df314bbf22f39 (diff)
Create directory to move xci scripts from releng/jjb/xci
This change proposes creation of a folder named ci in releng-xci in order to move the XCI scripts from Releng. The reason to name the directory ci is that this directory has been in use by the majority of OPNFV Projects and Releng either executes the scripts directly or with the help of wrapper scripts that do not contain project specific logic. Scripts developed in releng/jjb/xci has too much XCI specific stuff in them, making it difficult to keep the separation between XCI framework and CI itself. Apart from that, having scripts in Releng makes it troublesome to verify them properly. Another importance of moving the scripts here is to ensure these scripts can be used by other CI/automation tooling such as Zuul in future. It is better to move the scripts now before things get even more complicated to move. Change-Id: Id22c2c2e09950b49a36a04a78208a3404de9c088 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'ci')
-rw-r--r--ci/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/ci/README.md b/ci/README.md
new file mode 100644
index 00000000..c0873dad
--- /dev/null
+++ b/ci/README.md
@@ -0,0 +1,7 @@
+The scripts located in this folder are used by OPNFV XCI/Jenkins
+and they are not supposed to be used by users and developers.
+
+The scripts are executed by Jenkins jobs directly in execute-shell
+or by simple wrappers so the most of the XCI specific logic is
+developed and maintained for XCI CI gets verified like the rest of
+XCI scripts.