Revision tags: v25.01-rc1, v24.09, v25.01-pre, v24.09-rc1 |
|
#
12fc2abf |
| 09-Sep-2024 |
Michal Berger <michal.berger@intel.com> |
test: Remove autopackage.sh
It was kept only for legacy reasons to handle the last call to timing_finish(). Since build_release is already self-contained and executed within a separate, dedicated jo
test: Remove autopackage.sh
It was kept only for legacy reasons to handle the last call to timing_finish(). Since build_release is already self-contained and executed within a separate, dedicated job we can move timing_finish() where it belongs, i.e., to autorun.sh.
Change-Id: Iae095b4b8e3601b74d3c1655f17364e8b66b1ee0 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24858 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com>
show more ...
|
Revision tags: v24.05, v24.09-pre, v24.05-rc1, LTS, v24.01, v24.05-pre, v24.01-rc1, v23.09, v24.01-pre, v23.09-rc1, v23.05, v23.09-pre, v23.01.1, v23.01, v23.05-pre, v23.01-rc1, v22.01.2 |
|
#
eb53c232 |
| 02-Nov-2022 |
paul luse <paul.e.luse@intel.com> |
add (c) and SPDX header to bash files as needed
per Intel policy to include file commit date using git cmd below. The policy does not apply to non-Intel (C) notices.
git log --follow -C90% --forma
add (c) and SPDX header to bash files as needed
per Intel policy to include file commit date using git cmd below. The policy does not apply to non-Intel (C) notices.
git log --follow -C90% --format=%ad --date default <file> | tail -1
and then pull just the year from the result.
Intel copyrights were not added to files where Intel either had no contribution ot the contribution lacked substance (ie license header updates, formatting changes, etc)
For intel copyrights added, --follow and -C95% were used.
Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: I2ef86976095b88a9bf5b1003e59f3943cd6bbe4c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15209 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
Revision tags: v22.09, v23.01-pre, v22.09-rc1 |
|
#
f658f463 |
| 12-Sep-2022 |
Pawel Piatek <pawelx.piatek@intel.com> |
autobuild: tiny version
Allow to run AUTOBUILD test in two versions: * full - original one * tiny - minimalistic, currently only check format and check so deps
We want to reduce first phas
autobuild: tiny version
Allow to run AUTOBUILD test in two versions: * full - original one * tiny - minimalistic, currently only check format and check so deps
We want to reduce first phase of per-patch (called Pre-Tests) by running only basic tests. To accomplish that we will run autobuild test in tiny version. Full version will be executed in second phase of per-patch (called Tests).
Signed-off-by: Pawel Piatek <pawelx.piatek@intel.com> Change-Id: I87d503ec272080ab238cf5129c44f92d8bb690ed Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14481 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com>
show more ...
|
Revision tags: v22.05, v22.09-pre, v22.05-rc1, v22.01.1, v22.01, v22.01-rc1, v21.10, v21.10-rc1, v21.07, v21.07-rc1, v21.04, v21.04-rc1, v21.01.1 |
|
#
274f52b5 |
| 10-Mar-2021 |
Michal Berger <michalx.berger@intel.com> |
autobuild: Separate unit tests from autobuild
Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: If6ce4d3f7bc58855ba61b352be71dff404c87720 Reviewed-on: https://review.spdk.io/gerrit/
autobuild: Separate unit tests from autobuild
Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: If6ce4d3f7bc58855ba61b352be71dff404c87720 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6819 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
#
23c8f667 |
| 10-Feb-2021 |
Pawel Piatek <pawelx.piatek@intel.com> |
autorun: allow pass configuration file path
Allow to pass configuration file as first parameter with fallback to previous behaviour where config file is read from home directory.
Signed-off-by: Paw
autorun: allow pass configuration file path
Allow to pass configuration file as first parameter with fallback to previous behaviour where config file is read from home directory.
Signed-off-by: Pawel Piatek <pawelx.piatek@intel.com> Change-Id: I45972b04fe5fc978bf3b2bede45aae363be3069c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6361 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Maciej Wawryk <maciejx.wawryk@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Michal Berger <michalx.berger@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Community-CI: Mellanox Build Bot
show more ...
|
Revision tags: v21.01, v21.01-rc1, v20.10, v20.10-rc1, v20.07, v20.07-rc1, v20.04.1, v20.01.2, v20.04, v20.04-rc1, v20.01.1 |
|
#
49473bdc |
| 12-Feb-2020 |
Darek Stojaczyk <dariusz.stojaczyk@intel.com> |
test/common: consolidate test params for running with external DPDK
Get rid of WITH_DPDK_DIR and SPDK_RUN_INSTALLED_DPDK, introduce SPDK_RUN_EXTERNAL_DPDK which can point to a DPDK dir. It's an empt
test/common: consolidate test params for running with external DPDK
Get rid of WITH_DPDK_DIR and SPDK_RUN_INSTALLED_DPDK, introduce SPDK_RUN_EXTERNAL_DPDK which can point to a DPDK dir. It's an empty string by default.
Change-Id: Iff2b3773a4614db07f4196165087a79472e02b9a Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/867 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
Revision tags: v20.01, v20.01-rc1, v19.10.1, v19.10, v19.10-rc1, v19.07.1, v19.07 |
|
#
421a736b |
| 25-Jun-2019 |
Ben Walker <benjamin.walker@intel.com> |
test: Run autotest.sh with sudo -E
Preserve environment when running autotest.sh, so things like $HOME work.
Change-Id: Id7f55fda1ad08904b3420263183c84bb19eec87a Signed-off-by: Ben Walker <benjamin
test: Run autotest.sh with sudo -E
Preserve environment when running autotest.sh, so things like $HOME work.
Change-Id: Id7f55fda1ad08904b3420263183c84bb19eec87a Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/459265 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Maciej Szwed <maciej.szwed@intel.com>
show more ...
|
Revision tags: v19.04.1 |
|
#
3bf4c606 |
| 09-May-2019 |
Darek Stojaczyk <dariusz.stojaczyk@intel.com> |
autorun.sh: print test configuration at the beginning
We're about to disable bash xtraces in autotest_common.sh and currently that's the only place where the test configuration is printed.
It might
autorun.sh: print test configuration at the beginning
We're about to disable bash xtraces in autotest_common.sh and currently that's the only place where the test configuration is printed.
It might be still useful to print the entire configuration, so now we'll be doing that from autorun.sh - just once!
Change-Id: I1371caacfc95c19b24a429b81baffeeef7dd1142 Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Acked-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/453874 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
Revision tags: v19.04, v18.10.2, v19.01.1, v19.01, v18.10.1, v18.10 |
|
#
f0cb7b87 |
| 12-Oct-2018 |
Darek Stojaczyk <dariusz.stojaczyk@intel.com> |
autorun: passthrough WITH_DPDK_DIR to autotest.sh
This variable will be used for something more than just building SPDK, namely installing the freebsd contigmem kernel module.
Note: Installing a mo
autorun: passthrough WITH_DPDK_DIR to autotest.sh
This variable will be used for something more than just building SPDK, namely installing the freebsd contigmem kernel module.
Note: Installing a module requires root priviledges and can't be done as a part of autobuild.
Change-Id: I45cc797493cc4ff22c1f8d0dd5e4e56642d54d11 Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/429186 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Pawel Wodkowski <pawelx.wodkowski@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
show more ...
|
Revision tags: v18.07.1, v18.07, v18.04.1, v18.04, v18.01.1, v18.01, v17.10.1, v17.10, v17.07.1, v17.07 |
|
#
5bbac65d |
| 02-May-2017 |
Daniel Verkamp <daniel.verkamp@intel.com> |
autorun: make config setup common to all scripts
Change-Id: I0e497953164012ea2887f3bf1f4d91b783d6b6e5 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
|
Revision tags: v17.03 |
|
#
5681ff04 |
| 08-Mar-2017 |
Daniel Verkamp <daniel.verkamp@intel.com> |
autorun: add per-agent test configurations
Allow agents to selectively enable which tests they run in an optional file, ~/autorun-spdk.conf.
Change-Id: I52440884cbe599aeb1270dc4f6ee85f5acb9a0c2 Sig
autorun: add per-agent test configurations
Allow agents to selectively enable which tests they run in an optional file, ~/autorun-spdk.conf.
Change-Id: I52440884cbe599aeb1270dc4f6ee85f5acb9a0c2 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Signed-off-by: Seth Howell <seth.howell@intel.com>
show more ...
|
Revision tags: v16.12 |
|
#
1a37acda |
| 11-Oct-2016 |
Daniel Verkamp <daniel.verkamp@intel.com> |
eofnl: check for extra trailing newlines
Enforce exactly one trailing \n, and fix all of the existing cases.
Change-Id: I6218e4700e90aeb647eaee78089530c79993c8c8 Signed-off-by: Daniel Verkamp <dani
eofnl: check for extra trailing newlines
Enforce exactly one trailing \n, and fix all of the existing cases.
Change-Id: I6218e4700e90aeb647eaee78089530c79993c8c8 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
Revision tags: v16.08 |
|
#
85907e6c |
| 01-Aug-2016 |
Kevin Cabrera <kevin.a.cabrera@intel.com> |
addition of autorun.sh script
Change-Id: I3e38b68494ba8667e019174567405e6e5d62951b Signed-off-by: Kevin Cabrera <kevin.a.cabrera@intel.com>
|