Date
1 - 2 of 2
[PATCH 4.4.y-st] gitlab-ci: Add configuration for CIP's GitLab CI pipelines
Pavel Machek
Hi!
Actual pipelines are defined externally [0] to save on churn in the kernelThank you, applied to -st-rc tree. Best regards, Pavel Signed-off-by: Chris Paterson <chris.paterson2@...>-- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany |
|
Chris Paterson
Actual pipelines are defined externally [0] to save on churn in the kernel
tree. [0] https://gitlab.com/cip-project/cip-testing/linux-cip-pipelines Signed-off-by: Chris Paterson <chris.paterson2@...> --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 000000000000..ad0593601dbb --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,3 @@ +include: + - https://gitlab.com/cip-project/cip-testing/linux-cip-pipelines/raw/master/linux-cip-pipeline.yml + - https://gitlab.com/cip-project/cip-testing/linux-cip-pipelines/raw/master/trees/linux-4.4.y-st.yml -- 2.37.1 |
|