diff options
-rw-r--r-- | Jenkinsfile | 5 | ||||
-rw-r--r-- | eltf.conf | 15 | ||||
-rw-r--r-- | ls1021aiot/eltf.conf | 15 | ||||
-rw-r--r-- | p2041rdb/eltf.conf | 15 | ||||
-rw-r--r-- | qemuarm/eltf.conf | 15 | ||||
-rw-r--r-- | qemuppc/eltf.conf | 15 | ||||
-rw-r--r-- | qemux86/eltf.conf | 15 |
7 files changed, 94 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index e8beaac..c5b6b7f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile | |||
@@ -1,6 +1,8 @@ | |||
1 | #!/bin/env groovy | 1 | #!/bin/env groovy |
2 | FIRST_JOB_NAME = env.JOB_NAME | ||
3 | //stage "Loading Sripts" | ||
2 | 4 | ||
3 | stage "Loading Sripts" | 5 | MANIFEST_REPOSITORY = null |
4 | 6 | ||
5 | node ('master') { | 7 | node ('master') { |
6 | print 'master node' | 8 | print 'master node' |
@@ -10,6 +12,7 @@ node ('master') { | |||
10 | def git_repo_name = git_repo.replace('.git','') | 12 | def git_repo_name = git_repo.replace('.git','') |
11 | def profile = git_repo_name.split('-')[-1] | 13 | def profile = git_repo_name.split('-')[-1] |
12 | env.PROFILE = profile | 14 | env.PROFILE = profile |
15 | MANIFEST_REPOSITORY = git_remote_url.trim() | ||
13 | sh 'echo $PROFILE' | 16 | sh 'echo $PROFILE' |
14 | } | 17 | } |
15 | } | 18 | } |
diff --git a/eltf.conf b/eltf.conf new file mode 100644 index 0000000..d0abaaa --- /dev/null +++ b/eltf.conf | |||
@@ -0,0 +1,15 @@ | |||
1 | # eltf.conf | ||
2 | # | ||
3 | # setup as unix sh file; use comma separated values for array types, no spaces | ||
4 | # | ||
5 | # DELETE_SSTATE=NO/YES | ||
6 | # BOOTING_METHOD=NFS/RAM/etc | ||
7 | # TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
8 | # IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world | ||
9 | DELETE_SSTATE=NO | ||
10 | BOOTING_METHOD=NFS | ||
11 | TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
12 | RC_TEST_PACKAGE=healthcheck-runner | ||
13 | IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk | ||
14 | ARCHITECTURE=cortexa7hf_neon | ||
15 | SKIP=NO | ||
diff --git a/ls1021aiot/eltf.conf b/ls1021aiot/eltf.conf new file mode 100644 index 0000000..d0abaaa --- /dev/null +++ b/ls1021aiot/eltf.conf | |||
@@ -0,0 +1,15 @@ | |||
1 | # eltf.conf | ||
2 | # | ||
3 | # setup as unix sh file; use comma separated values for array types, no spaces | ||
4 | # | ||
5 | # DELETE_SSTATE=NO/YES | ||
6 | # BOOTING_METHOD=NFS/RAM/etc | ||
7 | # TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
8 | # IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world | ||
9 | DELETE_SSTATE=NO | ||
10 | BOOTING_METHOD=NFS | ||
11 | TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
12 | RC_TEST_PACKAGE=healthcheck-runner | ||
13 | IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk | ||
14 | ARCHITECTURE=cortexa7hf_neon | ||
15 | SKIP=NO | ||
diff --git a/p2041rdb/eltf.conf b/p2041rdb/eltf.conf new file mode 100644 index 0000000..e6a7069 --- /dev/null +++ b/p2041rdb/eltf.conf | |||
@@ -0,0 +1,15 @@ | |||
1 | # eltf.conf | ||
2 | # | ||
3 | # setup as unix sh file; use comma separated values for array types, no spaces | ||
4 | # | ||
5 | # DELETE_SSTATE=NO/YES | ||
6 | # BOOTING_METHOD=NFS/RAM/etc | ||
7 | # TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
8 | # IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world | ||
9 | DELETE_SSTATE=NO | ||
10 | BOOTING_METHOD=NFS | ||
11 | TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
12 | RC_TEST_PACKAGE=healthcheck-runner | ||
13 | IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk | ||
14 | ARCHITECTURE=ppce500mc | ||
15 | SKIP=NO | ||
diff --git a/qemuarm/eltf.conf b/qemuarm/eltf.conf new file mode 100644 index 0000000..501da48 --- /dev/null +++ b/qemuarm/eltf.conf | |||
@@ -0,0 +1,15 @@ | |||
1 | # eltf.conf | ||
2 | # | ||
3 | # setup as unix sh file; use comma separated values for array types, no spaces | ||
4 | # | ||
5 | # DELETE_SSTATE=NO/YES | ||
6 | # BOOTING_METHOD=NFS/RAM/etc | ||
7 | # TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
8 | # IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world | ||
9 | DELETE_SSTATE=NO | ||
10 | BOOTING_METHOD=RAM | ||
11 | TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
12 | RC_TEST_PACKAGE=healthcheck-runner | ||
13 | IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk | ||
14 | ARCHITECTURE=armv5e | ||
15 | SKIP=YES | ||
diff --git a/qemuppc/eltf.conf b/qemuppc/eltf.conf new file mode 100644 index 0000000..9bddfd2 --- /dev/null +++ b/qemuppc/eltf.conf | |||
@@ -0,0 +1,15 @@ | |||
1 | # eltf.conf | ||
2 | # | ||
3 | # setup as unix sh file; use comma separated values for array types, no spaces | ||
4 | # | ||
5 | # DELETE_SSTATE=NO/YES | ||
6 | # BOOTING_METHOD=NFS/RAM/etc | ||
7 | # TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
8 | # IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world | ||
9 | DELETE_SSTATE=NO | ||
10 | BOOTING_METHOD=RAM | ||
11 | TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
12 | RC_TEST_PACKAGE=healthcheck-runner | ||
13 | IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk | ||
14 | ARCHITECTURE=ppc7400 | ||
15 | SKIP=YES | ||
diff --git a/qemux86/eltf.conf b/qemux86/eltf.conf new file mode 100644 index 0000000..609348c --- /dev/null +++ b/qemux86/eltf.conf | |||
@@ -0,0 +1,15 @@ | |||
1 | # eltf.conf | ||
2 | # | ||
3 | # setup as unix sh file; use comma separated values for array types, no spaces | ||
4 | # | ||
5 | # DELETE_SSTATE=NO/YES | ||
6 | # BOOTING_METHOD=NFS/RAM/etc | ||
7 | # TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
8 | # IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world | ||
9 | DELETE_SSTATE=NO | ||
10 | BOOTING_METHOD=RAM | ||
11 | TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
12 | RC_TEST_PACKAGE=healthcheck-runner | ||
13 | IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk | ||
14 | ARCHITECTURE=i586 | ||
15 | SKIP=YES | ||