aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-vixl-art-host-test.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2019-04-19 15:27:31 +0530
committerRiku Voipio <riku.voipio@linaro.org>2019-05-03 09:18:42 +0300
commit217a75135db924a492152d117e2c90b1800969c5 (patch)
treed2b1d6bf21f910a143f0fbd51d4a1dbb4b49ab46 /linaro-art-vixl-art-host-test.yaml
parente7296994681e5ed2da84e521239a2a46df795228 (diff)
Cleanup: remove all deleted jobs
Change-Id: I59a2856f5d246141f169efb6f4ba2a19a3a9a6d7 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'linaro-art-vixl-art-host-test.yaml')
-rw-r--r--linaro-art-vixl-art-host-test.yaml140
1 files changed, 0 insertions, 140 deletions
diff --git a/linaro-art-vixl-art-host-test.yaml b/linaro-art-vixl-art-host-test.yaml
deleted file mode 100644
index 4302ff77ba..0000000000
--- a/linaro-art-vixl-art-host-test.yaml
+++ /dev/null
@@ -1,140 +0,0 @@
-- job:
- name: linaro-art-vixl-art-host-test
- project-type: freestyle
- defaults: global
- description: >
- Runs the ART
- <a href="https://android-git.linaro.org/linaro-art/art-build-scripts.git/tree/tests/test_art_host.sh">Host Tests</a>
- on the tip using the
- <a href="https://git.linaro.org/arm/vixl.git">latest VIXL tree.</a><br>
- This job will be launched nightly.<br>
- This build can also be triggered by adding the comment "IncludeVixlArtTests" in your Gerrit patch.
- properties:
- - authorization:
- anonymous:
- - job-discover
- - job-read
- linaro-android-builders:
- - job-read
- - job-extended-read
- - job-workspace
- linaro-art:
- - job-build
- - job-read
- - job-extended-read
- - job-workspace
- - build-discarder:
- days-to-keep: 60
- num-to-keep: 60
- parameters:
- - string:
- name: BUILD_CONFIG_REPO
- default: 'git://android-git.linaro.org/android-build-configs.git'
- - string:
- name: BUILD_CONFIG_BRANCH
- default: 'master'
- - string:
- name: BUILD_CONFIG_FILENAME
- default: 'linaro-art-tip'
- disabled: true
- node: docker-utopic-art
- display-name: 'DELETE ME'
- concurrent: true
- scm:
- - git:
- url: ssh://git@dev-private-git.linaro.org/linaro-art/platform/art.git
- branches:
- - origin/master
- credentials-id: '768c1ba1-6052-4b97-a531-7e4fabda6979'
- skip-tag: true
- shallow-clone: true
- wipe-workspace: false
- triggers:
- - gerrit:
- override-votes: true
- gerrit-build-successful-verified-value: 1
- gerrit-build-failed-verified-value: -1
- trigger-on:
- - comment-added-contains-event:
- comment-contains-value: '.*IncludeVixlArtTests.*'
- projects:
- - project-compare-type: 'PLAIN'
- project-pattern: 'linaro-art/platform/art'
- branches:
- - branch-pattern: 'master'
- - project-compare-type: 'PLAIN'
- project-pattern: 'arm/vixl'
- branches:
- - branch-pattern: 'master'
- wrappers:
- - timestamps
- - timeout:
- timeout: 500
- - ssh-agent-credentials:
- users:
- - '768c1ba1-6052-4b97-a531-7e4fabda6979'
- builders:
- - shell: |
- CI_MAIL_RECIPIENTS="${GERRIT_CHANGE_OWNER_EMAIL},${GERRIT_EVENT_ACCOUNT_EMAIL}"
- CI_MAIL_RECIPIENTS="${CI_MAIL_RECIPIENTS},vishal.bhoj@linaro.org"
- CI_MAIL_RECIPIENTS="${CI_MAIL_RECIPIENTS},daniel.diaz@linaro.org"
- CI_MAIL_RECIPIENTS="${CI_MAIL_RECIPIENTS},julien.duraj@linaro.org"
- echo "CI_MAIL_RECIPIENTS=${CI_MAIL_RECIPIENTS}" > env_var_parameters
- - inject:
- properties-file: env_var_parameters
- - shell: |
- #!/bin/bash -xe
-
- # Build scripts
- ANDROID_BUILD_DIR="${HOME}/srv/${JOB_NAME}/android"
- ART_BUILD_SCRIPTS_DIR="${WORKSPACE}/art-build-scripts"
- git clone https://android-git.linaro.org/git/linaro-art/art-build-scripts.git ${ART_BUILD_SCRIPTS_DIR}
-
- cd ${ART_BUILD_SCRIPTS_DIR}/jenkins
- ./setup_host.sh
- ./setup_android.sh
-
- cd ${ANDROID_BUILD_DIR}
- rm -rf external/vixl
- git clone https://git.linaro.org/arm/vixl external/vixl
- cp external/vixl/third_party/android/Android.* external/vixl/
- perl scripts/jenkins/test_launcher.pl \
- scripts/tests/test_art_host.sh
- publishers:
- - email-ext:
- recipients: '${CI_MAIL_RECIPIENTS}'
- content-type: text
- body: |
- Build Triggered by: ${GERRIT_CHANGE_SUBJECT}: ${GERRIT_CHANGE_URL}
- Build URL: ${PROJECT_URL}${BUILD_NUMBER}/
- Full log: ${PROJECT_URL}${BUILD_NUMBER}/consoleText
- Parsed warnings/errors: ${PROJECT_URL}${BUILD_NUMBER}/parsed_console
-
- Errors:
- ${BUILD_LOG_REGEX, regex=".*ERROR:.* ", linesBefore=0, linesAfter=0, showTruncatedLines=false}
- - archive:
- artifacts: '*.txt, *.xml'
- - logparser:
- parse-rules: '/var/jenkins_home/userContent/android-art.parse'
- unstable-on-warning: false
- fail-on-error: false
- - groovy-postbuild:
- script:
- !include-raw:
- - linaro-art/tests.groovy
- - linaro-art/global.groovy
- - plot:
- - title: 'Sync Time'
- group: 'Time Measurements'
- yaxis: 'Seconds'
- style: line
- series:
- - file: time_repo.txt
- format: properties
- - title: 'Test Time'
- group: 'Time Measurements'
- yaxis: 'Seconds'
- style: line
- series:
- - file: time_test.txt
- format: properties