From 7b2db14280e990ff0bac570cfa0ae453f9c1138f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Poho=C5=99elsk=C3=BD?= Date: Tue, 16 Feb 2021 16:43:32 +0100 Subject: [PATCH] split sst_cs_apps-scm workload into two https://github.com/minimization/content-resolver-input/issues/490#issuecomment-779743596 --- configs/sst_cs_apps-scm-eln.yaml | 27 +++++++++++++++++++++++++++ configs/sst_cs_apps-scm.yaml | 16 ++-------------- 2 files changed, 29 insertions(+), 14 deletions(-) create mode 100644 configs/sst_cs_apps-scm-eln.yaml diff --git a/configs/sst_cs_apps-scm-eln.yaml b/configs/sst_cs_apps-scm-eln.yaml new file mode 100644 index 00000000..a2053a99 --- /dev/null +++ b/configs/sst_cs_apps-scm-eln.yaml @@ -0,0 +1,27 @@ +document: feedback-pipeline-workload +version: 1 +data: + name: SCM + description: Pupular source-management tools + maintainer: sst_cs_apps + + packages: + - git + - git-daemon + - git-gui + - gitk + + labels: + - eln + + package_placeholders: + git-lfs: + srpm: git-lfs + description: Git extension for versioning large files + requires: + - git-core + + buildrequires: + - perl-Digest-SHA + - perl-Test-Harness + - git \ No newline at end of file diff --git a/configs/sst_cs_apps-scm.yaml b/configs/sst_cs_apps-scm.yaml index 7146ed58..24d55f45 100644 --- a/configs/sst_cs_apps-scm.yaml +++ b/configs/sst_cs_apps-scm.yaml @@ -10,19 +10,7 @@ data: - git-daemon - git-gui - gitk + - git-lfs labels: - - eln - - c9s - - package_placeholders: - git-lfs: - srpm: git-lfs - description: Git extension for versioning large files - requires: - - git-core - - buildrequires: - - perl-Digest-SHA - - perl-Test-Harness - - git \ No newline at end of file + - c9s \ No newline at end of file