aboutsummaryrefslogtreecommitdiff
path: root/odp-dpdk-ofp-nginx-httperf.yaml
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2019-09-25 00:17:39 +0100
committerRiku Voipio <riku.voipio@linaro.org>2019-09-26 22:14:05 +0000
commit6c2443b06d705f9d5f7a1cce1b25f61d25088b9e (patch)
tree143209584aa5be2e9daf6e08f30a6599d083bd83 /odp-dpdk-ofp-nginx-httperf.yaml
parenta09cf680ae9c1646fc4a449f60a5df71948c7716 (diff)
remove deleted jobs from git
These jobs were originally attemted to be deleted by Vishal in https://review.linaro.org/c/ci/job/configs/+/31725 The job failed due to renaming issues. It was fixed and the jobs were removed for real in https://ci.linaro.org/job/trigger-ci-job-configs/9687/console Now that the jobs are really gone, remove them from git too. Signed-off-by: Riku Voipio <riku.voipio@linaro.org> Change-Id: I069575498773a94ee5033f27feefea59fa00d8b6
Diffstat (limited to 'odp-dpdk-ofp-nginx-httperf.yaml')
-rw-r--r--odp-dpdk-ofp-nginx-httperf.yaml55
1 files changed, 0 insertions, 55 deletions
diff --git a/odp-dpdk-ofp-nginx-httperf.yaml b/odp-dpdk-ofp-nginx-httperf.yaml
deleted file mode 100644
index 8159397c93..0000000000
--- a/odp-dpdk-ofp-nginx-httperf.yaml
+++ /dev/null
@@ -1,55 +0,0 @@
-- job:
- name: odp-dpdk-ofp-nginx-httperf
- project-type: freestyle
- defaults: global
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- - job-workspace
- linaro:
- - job-read
- - job-extended-read
- - job-build
- - job-cancel
- - build-discarder:
- days-to-keep: 30
- num-to-keep: 30
- artifact-num-to-keep: 30
- parameters:
- - string:
- name: LAVA_SERVER
- default: 'lng.validation.linaro.org/RPC2/'
- - string:
- name: DEB_REPO_URL
- default: 'http://deb.opendataplane.org'
- disabled: true
- node: master
- display-name: 'DELETE ME'
- wrappers:
- - timestamps
- builders:
- - shell: |
- #!/bin/bash -e
-
- rm -rf configs
- git clone --depth 1 http://git.linaro.org/ci/job/configs.git
-
- sed -e "s|\${DEB_REPO_URL}|${DEB_REPO_URL}|" \
- configs/odp/lava-job-definitions/x86/odp-dpdk-ofp-nginx.yaml \
- > custom_lava_job_definition.yaml
-
- cat << EOF > post_build_lava_parameters
- CUSTOM_YAML_URL=${JOB_URL}/ws/custom_lava_job_definition.yaml
- DEVICE_TYPE=x86
- LAVA_SERVER=${LAVA_SERVER}
- EOF
- - trigger-builds:
- - project: 'post-build-lava'
- property-file: post_build_lava_parameters
- block: true
- publishers:
- - email:
- recipients: 'fathi.boudra@linaro.org josep.puigdemont@linaro.org'
-