Merge "Enable Signing and Maven Central"
[releng/builder.git] / jjb / autorelease / update-autorelease-projects-views.sh
index 87992153c98ba04f1cb5cfb9241cba30f4eebe43..e34bb6d55b35f1e17ec99ef89f47fc5989d466b5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -l
 # SPDX-License-Identifier: EPL-1.0
 ##############################################################################
 # Copyright (c) 2018 The Linux Foundation and others.
@@ -34,13 +34,16 @@ cat > "$VIEWS_AR_YAML_FILE" << EOF
     filter-executors: false
     filter-queue: false
     columns:
-        - status
-        - weather
-        - job
-        - last-success
-        - last-failure
-        - last-duration
-        - build-button
+      - status
+      - weather
+      - job
+      - last-success
+      - last-failure
+      - last-duration
+      - build-button
+      - jacoco
+      - find-bugs
+      - robot-list
     recurse: false
 
 - view:
@@ -51,7 +54,7 @@ EOF
 
 for module in "${modules[@]}"; do
     echo "Include project:$module to autorelease view"
-    echo "      - '$module-maven-merge-${STREAM}'" >> "$VIEWS_AR_YAML_FILE"
+    echo "      - '$module-merge-${STREAM}'" >> "$VIEWS_AR_YAML_FILE"
 done
 echo "    <<: *releng_autorelease_view_common_${STREAM}" >> "$VIEWS_AR_YAML_FILE"