jjb: lttng-ivc: remove joraj email
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 25 Aug 2022 19:21:42 +0000 (15:21 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 24 Oct 2022 20:08:16 +0000 (16:08 -0400)
Change-Id: I00b88c9a571f01dfd3a1e31102ac8c8720a24e54
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/lttng-ivc.yaml
scripts/lttng-ivc/build.sh

index 0383f075f8752cf69b623e9f0c90ca2aa0dcdca1..c3acbb955ea99a25228a478c4b9a2c0eadcb5f28 100644 (file)
@@ -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
     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]
 
index 83cbefc291529db55674aa1ab6ce841308cd723d..c008944bf11a5985fc2d67088d812a1eb6473ca0 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash -xu
+#!/bin/bash
 #
 # Copyright (C) 2017 - Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
 #
@@ -15,6 +15,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+set -xu
+
 PYTHON3="python3"
 P3_VERSION=$($PYTHON3 -c 'import sys;v = sys.version.split()[0].split("."); print("{}.{}".format(v[0], v[1]))')
 
This page took 0.041798 seconds and 4 git commands to generate.