Simon Marchi [Fri, 8 Oct 2021 20:13:17 +0000 (16:13 -0400)]
Update jenkins-job-builder installation instructions in README
Michael Jeanson [Fri, 8 Oct 2021 18:27:33 +0000 (14:27 -0400)]
jjb: binutils-gdb: archive testsuite/gdb.log
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Fri, 8 Oct 2021 17:57:43 +0000 (13:57 -0400)]
jjb: Add binutils-gdb base jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Fri, 1 Oct 2021 17:50:07 +0000 (13:50 -0400)]
jjb: Drop barectf i386 jobs
A tox dependency on i386 requires a full rust toolchain.
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 30 Sep 2021 20:12:25 +0000 (16:12 -0400)]
ansible: fix deprecated syntax
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 30 Sep 2021 20:04:52 +0000 (16:04 -0400)]
ansible: python3-sphinx is installable on RHEL
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 30 Sep 2021 20:03:56 +0000 (16:03 -0400)]
ansible: python-virtualenv package renamed to virtualenv
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 30 Sep 2021 19:50:04 +0000 (15:50 -0400)]
ansible: replace deprecated '-' in group names
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 30 Sep 2021 19:35:57 +0000 (15:35 -0400)]
ansible: update default ansible.cfg
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 30 Sep 2021 18:41:49 +0000 (14:41 -0400)]
ansible: default to jdk11
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 30 Sep 2021 18:37:31 +0000 (14:37 -0400)]
ansible: lttng-modules: Add liblz4 for newer kernels
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Wed, 29 Sep 2021 18:42:43 +0000 (14:42 -0400)]
ansible: Install modules deps only on amd64
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Wed, 8 Sep 2021 20:21:24 +0000 (16:21 -0400)]
jjb: Add C++ to print.sh
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Jonathan Rajotte [Wed, 29 Sep 2021 13:24:08 +0000 (09:24 -0400)]
lava: handle reaching max number of retry for submit operation
Reaching the maximum number of retry would lead to:
Traceback (most recent call last):
File "/home/jenkins/workspace/vm_tests_kcanary_lcanary/src/lttng-ci/scripts/system-tests/lava2-submit.py", line 322, in <module>
sys.exit(main())
File "/home/jenkins/workspace/vm_tests_kcanary_lcanary/src/lttng-ci/scripts/system-tests/lava2-submit.py", line 284, in main
print('Lava jobid:{}'.format(jobid))
UnboundLocalError: local variable 'jobid' referenced before assignment
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Mon, 27 Sep 2021 21:25:45 +0000 (17:25 -0400)]
jjb: depends-on: do not run tests of dependencies
The important part is how lttng-tools behave. Running the tests of
the dependencies is redundant and only leads to wasted time and CPU time.
The RUN_TESTS flag is now "namespaced" to ensure that we can turn on and
off tests for each projects if necessary.
LTTNG_TOOLS_RUN_TESTS
LTTNG_TOOLS_RUN_TESTS_LONG_REGRESSION
LTTNG_UST_RUN_TESTS
USERSPACE_RCU_RUN_TESTS
For now only `LTTNG_UST_RUN_TESTS` and `USERSPACE_RCU_RUN_TESTS` can be
manipulated via environment injection. The lttng-tools build script
is a bit more complex and manipulates the value themselves. More work
will be required if we want to control the flags of the lttng-tools
build script.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Michael Jeanson [Wed, 8 Sep 2021 18:12:28 +0000 (14:12 -0400)]
jjb: lttng-modules: drop sloccount job
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Tue, 7 Sep 2021 19:10:18 +0000 (15:10 -0400)]
jjb: lttng-tools: Use urcu master un gerrit jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Tue, 7 Sep 2021 19:06:27 +0000 (15:06 -0400)]
Merge pull request #71 from PSRCode/master
jjb: Add "Depends-on: userspace-rcu:" for lttng-tools
Jonathan Rajotte [Fri, 3 Sep 2021 13:52:19 +0000 (09:52 -0400)]
jjb: Add "Depends-on: userspace-rcu:" for lttng-tools
While there we can remove some conditional actions based on `conf`
"static" and "debug_rcu", since they are not defined for the gerrit job. It
facilitate the condition handling for `depends-on` handling.
Babeltrace is now always pulled and does not depends on any "$conf"
conditional action.
Since that for the remaining `conf` ("std", "agents", "no-ust") userspace_rcu is
required, use conditional only to handle the `Depends-on` feature.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Michael Jeanson [Thu, 5 Aug 2021 21:51:31 +0000 (17:51 -0400)]
jjb: Use python3.9 explicitly on MacOS
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Jonathan Rajotte [Tue, 6 Jul 2021 19:05:15 +0000 (15:05 -0400)]
jjb: lttng-www: nodejs 15 is deprecated. Use nodejs 16.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Tue, 22 Jun 2021 15:07:55 +0000 (11:07 -0400)]
Fix: system-tests: stable version parsing is done to late
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Tue, 22 Jun 2021 14:57:46 +0000 (10:57 -0400)]
Fix: system-tests: canary 2.10 lttng-ust with urcu >= 0.13 is not supported
urcu 0.13 removes the urcu_bp_synchronize_rcu symbols leading to
detection problem at configure time.
[1] https://github.com/lttng/lttng-ust/commit/
b94384c0525ff159b7605c8010c8543388f3e71d
The canary is not updated to version 2.11 yet since the above fix is not
yet part of an official release.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Michael Jeanson [Mon, 14 Jun 2021 19:45:05 +0000 (15:45 -0400)]
jjb: Adjust dep versions of ust and tools for urcu 0.13
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 3 Jun 2021 21:20:19 +0000 (17:20 -0400)]
jjb: liburcu: Add stable-0.13 jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Tue, 1 Jun 2021 20:24:57 +0000 (16:24 -0400)]
jjb: Remove urcu 0.10 for ust/tools >= 2.11
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Tue, 1 Jun 2021 20:13:26 +0000 (16:13 -0400)]
jjb: Add lttng-modules stable-2.13 jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Jonathan Rajotte [Thu, 27 May 2021 17:07:45 +0000 (13:07 -0400)]
lttng-www: use bootstrap.sh instead of the ubuntu variant
The distributed jekyll version of ubuntu 18.04 is lower than the
lttng-www dependancy of jekyll v4.
Instead use the boostrap.sh script that essentially install jekyll via
`gem install`.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Tue, 18 May 2021 17:32:37 +0000 (13:32 -0400)]
jjb: lttng-ivc: urcu is now handled by lttng-ivc
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Fri, 14 May 2021 14:21:03 +0000 (10:21 -0400)]
jjb: lttng-tools: adjust post-build action to act on failure instead of abort
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Fri, 14 May 2021 14:41:17 +0000 (10:41 -0400)]
jjb: lttng-tools: add clear job description for failed jobs due to timeout
The job description is visible directly on the landing page of a job.
Red and h1 is used to be clear to the dev that the jobs was failed due
to timeout.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Fri, 14 May 2021 13:56:48 +0000 (09:56 -0400)]
Revert "jjb: tools: mark build as aborted on timeout."
This reverts commit
3b9bb48d192c642d57f678220c236ede3814ddb1.
This can lead to confusing situation where an aborted job due to
timeout is cleaned up by the "dev_mjeanson_system_clean" jobs before a
dev was able to have access the job logs. The current threshold for
cleaning up aborted jobs is 2 hours.
The "abort" notion is also used by the gerrit plugin to "abort" ongoing
build for which a new patch is set.
The most simple way to deal with this ambiguity is to revert this patch
and consider a timeout as a proper failure and let the human figure it
out.
A later patch will also add a timeout job description and update all
post-build actions depending on the aborted status.
Michael Jeanson [Thu, 6 May 2021 17:36:29 +0000 (13:36 -0400)]
jjb: lttng-ust: Add JAVA_HOME for openjdk11
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Jonathan Rajotte [Wed, 5 May 2021 18:06:31 +0000 (14:06 -0400)]
lttng-tools: executable cannot traverse root directory
The test_ust_notifier_discarded_count_multi_uid tests from lttng-tools
required that an instrumented application launched under a temporary
user be able to access lttng-ust libs in DEPS_LIBS. Since the dependancy
are not installed globally and that root owned directory are not
traversable by default, the apps fail to find liblttng-ust due to
permission setting.
To alleviate this for our CI, simply set the a+x bit on all leading
directly to DEPS_LIBS. This is acceptable under our CI since and the
root jobs since we always reset the work state to a known good state.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Mon, 3 May 2021 19:07:41 +0000 (15:07 -0400)]
tools: lava: some destructive tests are not part of the make test suite
It is always expected that the destructive tests are only conducted when
the user is root.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Thu, 29 Apr 2021 12:31:57 +0000 (08:31 -0400)]
lava: bump jobs timeout to 5 hours
The system tests now run more tests. It is still not clear if this is
pertinent but so far many jobs timeout at 3 hours on the rate limiting
tests.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Thu, 29 Apr 2021 11:36:13 +0000 (07:36 -0400)]
lava: add lava-node-amd64-05 device
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Thu, 29 Apr 2021 04:24:30 +0000 (00:24 -0400)]
Add lava-node-amd64-04 device
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Michael Jeanson [Mon, 26 Apr 2021 14:40:02 +0000 (10:40 -0400)]
jjb: Add stable-2.13 jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Jonathan Rajotte [Wed, 24 Mar 2021 19:39:45 +0000 (15:39 -0400)]
gerrit: ust: run a lttng-tools build using the gerrit ust change.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Tue, 9 Mar 2021 20:54:04 +0000 (15:54 -0500)]
Fix: system-tests: create .ssh folder on setup
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Tue, 9 Mar 2021 20:10:22 +0000 (15:10 -0500)]
Fix: system-tests: move git checkout after network setup
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Tue, 9 Mar 2021 20:03:55 +0000 (15:03 -0500)]
Fix: systems-tests: wrong file extension. yaml -> yml
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Tue, 9 Mar 2021 19:55:12 +0000 (14:55 -0500)]
Fix: system-tests: missing space
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Tue, 9 Mar 2021 19:29:49 +0000 (14:29 -0500)]
system-tests: improve lava slave ssh capability
The current lava slave setup does not permit easy access to the running
slave once the job is started. This can be cumbersome when a hang
happens. To ease access, setup ssh with authorized keys for the root
user. This is only accessible from internal network.
Split the env setup in two: base and vlttng.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Tue, 9 Mar 2021 16:35:04 +0000 (11:35 -0500)]
system-tests: move to babeltrace 1.5 stable
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Mon, 8 Mar 2021 18:56:27 +0000 (13:56 -0500)]
systems-tests: canary jobs use custom lttng version string 'canary'
Harcode the resulting version string to "2.10".
We will need to rework this since it is error prone to hard code a
specific version here. We either fix the uptstream or we find an elegant
way to find the tag of a commit for a shallow repository downstream.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Fri, 5 Mar 2021 02:40:50 +0000 (21:40 -0500)]
system-tests: Use previous directory
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Fri, 5 Mar 2021 01:59:07 +0000 (20:59 -0500)]
system-tests: refactor to allow easier test suites management across lttng versions
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Thu, 4 Mar 2021 15:48:34 +0000 (10:48 -0500)]
Fix: system-test: 3.18 does not recognize kvm_guest.config
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Wed, 3 Mar 2021 14:59:29 +0000 (09:59 -0500)]
Use git:// for git-mirror
The http side is not scaled to usage.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Wed, 3 Mar 2021 14:29:43 +0000 (09:29 -0500)]
Fix: system-tests: kvmconfig is deprecated
Starting in 5.11 with commit:
commit
9bba03d4473df0b707224d4d2067b62d1e1e2a77
Author: Masahiro Yamada <masahiroy@kernel.org>
Date: Wed Dec 23 15:35:42 2020 +0900
kconfig: remove 'kvmconfig' and 'xenconfig' shorthands
Linux 5.10 is out. Remove the 'kvmconfig' and 'xenconfig' shorthands
as previously announced.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Tue, 2 Mar 2021 14:11:18 +0000 (09:11 -0500)]
lava: pip install range not working
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Tue, 2 Mar 2021 14:04:16 +0000 (09:04 -0500)]
lava: pip21 drop support for python 3.5
Limit the pip version to 20.3.x. for now.
Ultimate solution here will be to upgrade the base image from Xenial to
latest LTS.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Fri, 26 Feb 2021 18:25:58 +0000 (13:25 -0500)]
jjb: lttng-www: only keep 5 builds
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Fri, 26 Feb 2021 16:36:06 +0000 (11:36 -0500)]
jjb: lttng-www: use jenkins credentials to populate known_hosts ssh
This ensure that we deploy to the good host.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Fri, 26 Feb 2021 15:51:42 +0000 (10:51 -0500)]
Cleanup: whitespace
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Fri, 26 Feb 2021 15:49:26 +0000 (10:49 -0500)]
jjb: add job for lttng-www auto deploy
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Thu, 25 Feb 2021 15:28:59 +0000 (10:28 -0500)]
jjb: tools: mark build as aborted on timeout.
This can help identify the cause of the "failure" between test failure
and timeout abort. It also facilitate the classification of post-build
action.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Mon, 22 Feb 2021 22:20:31 +0000 (17:20 -0500)]
jjb: tools: add post-build action to gather tap logs
Currently, if a build abort (timeout etc.) we do not gather the tap logs
and this can lead to difficulty in figuring out the causes of the
problem.
The action is performed only on Abort.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Michael Jeanson [Thu, 11 Feb 2021 20:58:48 +0000 (15:58 -0500)]
jjb: Bump SLES12 to SP5
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Mon, 8 Feb 2021 15:27:56 +0000 (10:27 -0500)]
jjb: Drop all Solaris jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 4 Feb 2021 17:21:47 +0000 (12:21 -0500)]
ansible: jdk is provided by the common role
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 4 Feb 2021 17:21:01 +0000 (12:21 -0500)]
ansible: remove scope role from all nodes
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 4 Feb 2021 16:56:12 +0000 (11:56 -0500)]
jjb: lttng-modules: remove -Werror
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Fri, 29 Jan 2021 16:16:37 +0000 (11:16 -0500)]
jjb: lttng-modules: Fix kernel build failures
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Fri, 29 Jan 2021 16:15:39 +0000 (11:15 -0500)]
jjb: lttng-modules: Add upstream lts filtering
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Fri, 29 Jan 2021 16:14:12 +0000 (11:14 -0500)]
jjb: lttng-modules: Add mjeanson dev jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 28 Jan 2021 18:11:16 +0000 (13:11 -0500)]
jjb: Update MacOS jobs for Big Sur and arm64
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Jonathan Rajotte [Wed, 11 Nov 2020 23:17:47 +0000 (18:17 -0500)]
gerrit: depends-on: use master when dependency changes are merged
When the change a lttng-tools change depends on is merged/abandoned use
master as the ref.
This is not ideal CI time wise since we do not reuse artifact
but this solve a tricky situation were we actually want to use master
instead of the change available on gerrit. Intermediary changes
present in master could have an impact on the change under test.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Michael Jeanson [Mon, 23 Nov 2020 22:15:32 +0000 (17:15 -0500)]
jjb: liburcu: Add gerrit job
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Wed, 28 Oct 2020 19:19:35 +0000 (15:19 -0400)]
jjb: babeltrace: Add FreeBSD jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Fri, 16 Oct 2020 18:38:18 +0000 (14:38 -0400)]
jjb: lttng-ust: Add FreeBSD jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Fri, 16 Oct 2020 14:01:56 +0000 (10:01 -0400)]
jjb: liburcu: Add FreeBSD jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Wed, 30 Sep 2020 20:53:14 +0000 (16:53 -0400)]
jjb: fix unbounded PYTHON variable in print.sh
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Wed, 30 Sep 2020 20:33:16 +0000 (16:33 -0400)]
jjb: Add env and os details printing to build jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Wed, 30 Sep 2020 18:54:05 +0000 (14:54 -0400)]
jjb: Use the https protocol for checkouts on Github, it's faster
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Wed, 30 Sep 2020 18:22:44 +0000 (14:22 -0400)]
ansible: Update hosts
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Wed, 30 Sep 2020 18:12:15 +0000 (14:12 -0400)]
jjb: Remove deprecated trigger-for-unreviewed-patches from gerrit jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Jonathan Rajotte [Thu, 24 Sep 2020 14:24:24 +0000 (10:24 -0400)]
jjb: barectf: add stable-3.0 branch job
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Michael Jeanson [Wed, 16 Sep 2020 18:08:53 +0000 (14:08 -0400)]
jjb: lttng-tools: Update HWE kernel versions for ubuntu jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Wed, 16 Sep 2020 16:27:09 +0000 (12:27 -0400)]
jjb: lttng-modules: Add hwe-5.8 kernel to ubuntu focal
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Jonathan Rajotte [Wed, 16 Sep 2020 15:23:20 +0000 (11:23 -0400)]
jjb: lttng-tools: increase inactivity timeout to 45 minutes
There is tests that take more than 10 minutes to complete without
output. Also sometime the output is buffered by jenkins leading to
inactivity threshold being reached while there is activity.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Michael Jeanson [Mon, 14 Sep 2020 14:39:30 +0000 (10:39 -0400)]
jjb: lttng-analyses: Remove violations plugin integration
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 10 Sep 2020 20:14:27 +0000 (16:14 -0400)]
jjb: babeltrace: Use dev-requirements.txt when available in pylint jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Jonathan Rajotte [Tue, 8 Sep 2020 14:11:49 +0000 (10:11 -0400)]
barectf: remove poetry virtualenvs config modification
virtualenvs.create is defined as:
Create a new virtual environment if one doesn't already exist.
Defaults to true.
Tox provides a virtualenv for the CI execution.
Hence we can remove this statement and default to True for this setting.
[1] https://python-poetry.org/docs/configuration/#virtualenvscreate-boolean
Reported-by: Philippe Proulx <pproulx@efficios.com>
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Michael Jeanson [Tue, 1 Sep 2020 20:12:23 +0000 (16:12 -0400)]
jjb: lttng-ust: Add PKG_CONFIG_PATH env var
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Mon, 31 Aug 2020 15:17:31 +0000 (11:17 -0400)]
ansible: the 'libtool-bin' package provides the libtool binary
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Fri, 14 Aug 2020 21:40:13 +0000 (17:40 -0400)]
jjb: barectf: Modernize job, remove pylint
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 13 Aug 2020 21:10:32 +0000 (17:10 -0400)]
jjb: lttng-tools: Add rootbuild gerrit jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Thu, 13 Aug 2020 18:14:14 +0000 (14:14 -0400)]
jjb: lttng-tools: Add rootbuild jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Wed, 12 Aug 2020 14:54:43 +0000 (10:54 -0400)]
jjb: lttng-tools: babeltrace not used on Windows
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Jonathan Rajotte [Thu, 30 Jul 2020 14:19:43 +0000 (10:19 -0400)]
barectf: update build recipe for poetry and tox
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Wed, 29 Jul 2020 15:41:24 +0000 (11:41 -0400)]
lttng-tools: add master babeltrace axis for jgalar portbuild
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Michael Jeanson [Tue, 30 Jun 2020 18:06:29 +0000 (14:06 -0400)]
jjb: lttng-scope: disable all jobs
This project is unmaintained, disable all jobs.
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Francis Deslauriers [Tue, 30 Jun 2020 16:58:53 +0000 (12:58 -0400)]
jjb: system-tests: remove baremetal benchmarks
We currently don't have the bandwidth to track those results and
investigate bugs in the benchmarks themselves. We could always revert
this commit if that changes.
Right now, these benchmarks are only wasting CI CPU time and power.
Signed-off-by: Francis Deslauriers <fdeslaur@gmail.com>
Michael Jeanson [Tue, 30 Jun 2020 15:07:08 +0000 (11:07 -0400)]
jjb: lltng-modules: fix ceiling for stable-2.10 vanilla jobs
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Michael Jeanson [Mon, 29 Jun 2020 14:37:33 +0000 (10:37 -0400)]
jjb: scan-build: Make sure the include dir exists
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Jonathan Rajotte [Tue, 30 Jun 2020 14:45:12 +0000 (10:45 -0400)]
system-tests: vm_test trigger kernel version
2.10 is "unsupported".
5.4 is "long term"
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Jonathan Rajotte [Tue, 30 Jun 2020 13:44:38 +0000 (09:44 -0400)]
system-test: add 5.4 to linux versions
5.4 is flagged as a longterm kernel by kernel.org .
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
This page took 0.038756 seconds and 4 git commands to generate.