From c63a6efc24c7e5cb3ac665b69226e9fb2e77e9f9 Mon Sep 17 00:00:00 2001 From: Emanuele Aina <emanuele.aina@collabora.com> Date: Thu, 14 Jan 2021 00:29:26 +0100 Subject: [PATCH] README: Update to document GitLab rather than Jenkins Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com> --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 491878f..2e55c9f 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ testcase. # Contents of the repository updater.sh: -updater.sh is executed by Jenkins. It searches in the helper-tools repository +updater.sh is executed by the GitLab CI/CD pipeline. +It searches in the helper-tools repository for test_repositories.txt and runs update_test_binaries on each. update_test_binaries.sh: @@ -81,5 +82,5 @@ In each of these projects, a file called external-binaries.cfg lists the binarie required to run the test. The binaries will be copied in an architecture specific tree in the test repository. -Jenkins: -The trigger for all this. The job created from apertis-jenkins-job. +gitlab-ci/update-test-binaries.yaml: +The snippet to be included by the projects needing the external binaries. -- GitLab