From 691f7f2da9736392e57e0e6b4751241257f816a7 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 25 Aug 2022 15:21:42 -0400 Subject: [PATCH] jjb: lttng-ivc: remove joraj email Change-Id: I00b88c9a571f01dfd3a1e31102ac8c8720a24e54 Signed-off-by: Michael Jeanson --- jobs/lttng-ivc.yaml | 20 ++++++++------------ scripts/lttng-ivc/build.sh | 4 +++- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/jobs/lttng-ivc.yaml b/jobs/lttng-ivc.yaml index 0383f07..c3acbb9 100644 --- a/jobs/lttng-ivc.yaml +++ b/jobs/lttng-ivc.yaml @@ -44,8 +44,8 @@ axes: - axis: type: slave - name: arch - values: '{obj:arch}' + name: platform + values: '{obj:platforms}' - axis: type: user-defined name: liburcu_version @@ -98,8 +98,8 @@ values: '{obj:slave}' - axis: type: user-defined - name: arch - values: '{obj:arch}' + name: platform + values: '{obj:platforms}' - axis: type: user-defined name: liburcu_version @@ -144,26 +144,22 @@ name: lttng-ivc github_user: lttng github_name: lttng-ivc - email_to: "ci-notification@lists.lttng.org, cc:joraj@efficios.com" + email_to: "ci-notification@lists.lttng.org" version: - staging - master jobs: - 'lttng-ivc-{version}': version: master - arch: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] liburcu_version: !!python/tuple [master] - 'lttng-ivc-{version}': - # Send only to maintainer - email_to: "joraj@efficios.com" version: staging - arch: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] liburcu_version: !!python/tuple [master] - 'lttng-ivc-{version}-modules': - # Send only to maintainer - email_to: "joraj@efficios.com" version: master - arch: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] slave: !!python/tuple [amd64-rootnode] liburcu_version: !!python/tuple [master] diff --git a/scripts/lttng-ivc/build.sh b/scripts/lttng-ivc/build.sh index 83cbefc..c008944 100644 --- a/scripts/lttng-ivc/build.sh +++ b/scripts/lttng-ivc/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash -xu +#!/bin/bash # # Copyright (C) 2017 - Jonathan Rajotte-Julien # @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +set -xu + PYTHON3="python3" P3_VERSION=$($PYTHON3 -c 'import sys;v = sys.version.split()[0].split("."); print("{}.{}".format(v[0], v[1]))') -- 2.34.1