From 6659eb1482df255009564ee17d6d9e25e0c8e975 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Tue, 5 Sep 2017 13:01:57 +0200 Subject: Initial commit Signed-off-by: Adrian Dudau --- Jenkinsfile | 20 ++++++++++++++++++++ README.first | 23 +++++++++++++++++++++++ cn8304/README | 6 ++++++ cn8304/default.xml | 18 ++++++++++++++++++ cn8304/eltf.conf | 19 +++++++++++++++++++ cn8304/manifest_template.xml | 21 +++++++++++++++++++++ eltf.conf | 20 ++++++++++++++++++++ inteld1521/.README | 9 +++++++++ inteld1521/README | 6 ++++++ inteld1521/default.xml | 18 ++++++++++++++++++ inteld1521/eltf.conf | 19 +++++++++++++++++++ inteld1521/manifest_template.xml | 21 +++++++++++++++++++++ qemuarm64/README | 5 +++++ qemuarm64/default.xml | 18 ++++++++++++++++++ qemuarm64/eltf.conf | 18 ++++++++++++++++++ qemuarm64/manifest_template.xml | 21 +++++++++++++++++++++ qemux86-64/.README | 9 +++++++++ qemux86-64/README | 6 ++++++ qemux86-64/default.xml | 18 ++++++++++++++++++ qemux86-64/eltf.conf | 18 ++++++++++++++++++ qemux86-64/manifest_template.xml | 21 +++++++++++++++++++++ 21 files changed, 334 insertions(+) create mode 100644 Jenkinsfile create mode 100644 README.first create mode 100644 cn8304/README create mode 100644 cn8304/default.xml create mode 100644 cn8304/eltf.conf create mode 100644 cn8304/manifest_template.xml create mode 100644 eltf.conf create mode 100644 inteld1521/.README create mode 100644 inteld1521/README create mode 100644 inteld1521/default.xml create mode 100644 inteld1521/eltf.conf create mode 100644 inteld1521/manifest_template.xml create mode 100644 qemuarm64/README create mode 100644 qemuarm64/default.xml create mode 100644 qemuarm64/eltf.conf create mode 100644 qemuarm64/manifest_template.xml create mode 100644 qemux86-64/.README create mode 100644 qemux86-64/README create mode 100644 qemux86-64/default.xml create mode 100644 qemux86-64/eltf.conf create mode 100644 qemux86-64/manifest_template.xml diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..9c3b442 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,20 @@ +#!/bin/env groovy + +// This script is used internally by Enea for automated tests on Linux builds + +MANIFEST_REPOSITORY = scm.getUserRemoteConfigs()[0].getUrl() + +IS_CI = false + +def git_repo = MANIFEST_REPOSITORY.trim().split('/')[-1] +def git_repo_name = git_repo.replace('.git','') +PROFILE = git_repo_name.split('-')[-1] +BRANCH = env.BRANCH_NAME + +fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') { + fileLoader.load('freeze_manifest.groovy'); +} + +fileLoader.withGit('git@git.enea.se:eltf/jenkins.git', 'master', null, '') { + fileLoader.load('eltf_pipeline.groovy'); +} diff --git a/README.first b/README.first new file mode 100644 index 0000000..e355396 --- /dev/null +++ b/README.first @@ -0,0 +1,23 @@ +This file contains the describing the manifest repo. The repo contains manifests +for one ot more targets located in separate directories. Each of these contain: + +README : A README file that will be made available for the + customer after repo sync. It contains build and boot + commands and other specific info. + Auto generated using .README and output from ELTF. + +.README : A template for generating the README file. Currently, + build and boot commands are provided by ELTF and they + are integrated into .README to generate README. This is + quite a mess, but the long term plan is to modify this + in a way that makes the template obsolete. + +manifest_template.xml : A template for default.xml. It contains a list of the + repos together with versions. The versions can be + specified using branches, tags, or hashes. + +default.xml : This a time-invariant snapshot of manifest_template.xml. + The difference is that all versions are specified as + hashes. + Auto-generated using manifest_template and data from + the remotes. diff --git a/cn8304/README b/cn8304/README new file mode 100644 index 0000000..607ee0c --- /dev/null +++ b/cn8304/README @@ -0,0 +1,6 @@ +This file contains build and boot instructions for Enea Linux NFV Access Platfrom on cn8304. + + + + + diff --git a/cn8304/default.xml b/cn8304/default.xml new file mode 100644 index 0000000..991f9d4 --- /dev/null +++ b/cn8304/default.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/cn8304/eltf.conf b/cn8304/eltf.conf new file mode 100644 index 0000000..d5319f3 --- /dev/null +++ b/cn8304/eltf.conf @@ -0,0 +1,19 @@ +# eltf.conf +# internal ENEA file - used for ELTF +# +# setup as unix sh file; use comma separated values for array types, no spaces +# +# DELETE_SSTATE=NO/YES +# BOOTING_METHOD=NFS/RAM/etc +# TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script +# IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world +DELETE_SSTATE=NO +BOOTING_METHOD=RAM +TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script +RC_TEST_PACKAGE=healthcheck-runner +# template for building an image can be changed here, by using :