Skip to content

Commit 05e407f

Browse files
Yuanqiang LiYuanqiang Li
authored andcommitted
remove email from Jenkinsfile (#541)
Co-authored-by: Yuanqiang Li <yuanqian@xilinx.com>
1 parent ce4837b commit 05e407f

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

blas/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
VitisLibPipeline (branch: 'next', libname: 'xf_blas', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu:vitis_hw_build',
44
upstream_dependencies: 'xf_hpc,next,../hpc',
5-
email: 'lingl@xilinx.com', devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_stable_latest')
5+
devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_stable_latest')

codec/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@Library('pipeline-library')_
22
VitisLibPipeline (branch: 'master', libname: 'xf_codec', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu:vitis_hw_build',
33
upstream_dependencies: 'xf_utils_hw,master,../utils; xf_database,master,../database; xf_fintech,master,../quantitative_finance',
4-
email: 'siyangw@xilinx.com', devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_released')
4+
devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_released')

data_analytics/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@Library('pipeline-library')_
22
VitisLibPipeline (branch: 'master', libname: 'xf_DataAnalytics', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu:vitis_hw_build',
33
upstream_dependencies: 'xf_utils_hw,master,../utils',
4-
email: 'tuol@xilinx.com', devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_released')
4+
devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_released')

data_compression/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
VitisLibPipeline (branch: 'master', libname: 'xf_compression', run_sw_in_pr: 'true',
44
TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu',
5-
upstream_dependencies: 'xf_security,master,../security', email: 'heeran@xilinx.com', devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_released')
5+
upstream_dependencies: 'xf_security,master,../security', devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_released')

database/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@Library('pipeline-library')_
22
VitisLibPipeline (branch: 'next', libname: 'xf_database', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu:vitis_hw_build',
33
upstream_dependencies: 'xf_utils_hw,next,../utils',
4-
email: 'yuanjieh@xilinx.com', devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_stable_latest')
4+
devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_stable_latest')

dsp/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
VitisLibPipeline (branch: 'master', libname: 'xf_dsp', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu:vitis_hw_build:vitis_hw_run:vitis_aie_sim:vitis_aie_x86sim',
44
upstream_dependencies: 'xf_utils_hw,master,../utils; dsplib_internal_scripts,main,../dsplib_internal_scripts',
5-
email: 'lingl@xilinx.com', devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_released',
5+
devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_released',
66
post_launch: '../dsplib_internal_scripts/scripts/create_html_report.sh')
77

genomics/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@Library('pipeline-library')_
22

33
VitisLibPipeline (branch: 'master', libname: 'xf_genomics', run_sw_in_pr: 'true',
4-
TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu', email: 'heeran@xilinx.com', devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_released')
4+
TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu', devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_released')

graph/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@Library('pipeline-library')_
22
VitisLibPipeline (branch: 'master', libname: 'xf_graph', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu:vitis_hw_build',
33
upstream_dependencies: 'xf_utils_hw,master,../utils; xf_database,master,../database; xf_fintech,master,../quantitative_finance',
4-
email: 'shengl@xilinx.com', devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_released')
4+
devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_released')

hpc/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
VitisLibPipeline (branch: 'next', libname: 'xf_hpc', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu:vitis_hw_build',
44
upstream_dependencies: 'xf_blas,next,../blas;xf_sparse,next,../sparse',
5-
email: 'liangm@xilinx.com', devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_stable_latest')
5+
devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_stable_latest')

quantitative_finance/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@Library('pipeline-library')_
22
VitisLibPipeline (branch: 'next', libname: 'xf_fintech', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu:vitis_hw_build',
33
upstream_dependencies: 'xf_utils_hw,next,../utils; xf_solver,next,../solver',
4-
email: 'amr@xilinx.com', devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_stable_latest')
4+
devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_stable_latest')

0 commit comments

Comments
 (0)