diff mbox series

[4.4.y-st] gitlab-ci: Add configuration for CIP's GitLab CI pipelines

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

Commit Message

Chris Paterson Oct. 11, 2022, 2:49 p.m. UTC
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

Comments

Pavel Machek Nov. 11, 2022, 7:38 a.m. UTC | #1
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 mbox series

Patch

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