From: Don Zickus <[email protected]>

---
 .gitlab-ci.yml | 31 ++++++++++++++++++++++---------
 1 file changed, 22 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4cf9dff3436..2b5a9bcf648c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,23 @@
-# CI definitions for ark-patches and internal are maintained in a single file
-# outside the main repository because the two branches are regularly merged
-# together in release branches. Rather than trying to keep the two branches in
-# sync or have merge conflicts each time we merge the two branches, the
-# definition is stored externally and included in each branch.
+# GitLab CI configuration file
 #
-# To update any CI jobs, please submit any merge requests to
-# https://gitlab.com/cki-project/kernel-ark-ci/.
-include:
-  - remote: 
'https://gitlab.com/cki-project/kernel-ark-ci/raw/master/gitlab-ci.yml'
+# This contains CI definitions for https://gitlab.com/cki-project/kernel-ark.
+# It is stored outside the repository so that it's easy for all branches to
+# have a single CI definition across branches. Kernel patches are in one
+# branch, configuration in a separate branch, but these branches are merged for
+# release. Rather than making sure the two branches keep in sync, each branch
+# just has a CI definition that includes this file.
+
+image: registry.gitlab.com/cki-project/containers/python
+
+stages:
+  - test
+
+testing:
+  variables:
+    GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/kernel-ark
+    GIT_DEPTH: "1"
+  stage: test
+  script:
+    - git config user.name "Fedora Kernel Team"
+    - git config user.email "[email protected]"
+    - echo "PUBLIC KEY: $TORVALDS_GPG_KEY"
-- 
GitLab
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to