Message ID | 20221011144940.24071-1-chris.paterson2@renesas.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [4.4.y-st] gitlab-ci: Add configuration for CIP's GitLab CI pipelines | expand |
Hi! > 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 Thank you, applied to -st-rc tree. Best regards, Pavel > Signed-off-by: Chris Paterson <chris.paterson2@renesas.com> > --- > .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
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
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@renesas.com> --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitlab-ci.yml