aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android-chromium-clang-armv7.yaml3
-rw-r--r--android-chromium-clang-armv8.yaml3
-rw-r--r--android-chromium-gcc-armv7.yaml3
-rw-r--r--android-chromium-gcc-armv8.yaml3
4 files changed, 12 insertions, 0 deletions
diff --git a/android-chromium-clang-armv7.yaml b/android-chromium-clang-armv7.yaml
index 7a9dad30a5..9439a1ed91 100644
--- a/android-chromium-clang-armv7.yaml
+++ b/android-chromium-clang-armv7.yaml
@@ -38,6 +38,9 @@
fi
cd /home/buildslave/srv/${JOB_NAME}
+ git config --global user.email "ci_notify@linaro.org"
+ git config --global user.name "Linaro CI"
+
rm -rf configs
git clone https://git.linaro.org/ci/job/configs.git
./configs/android-chromium/chromium-build.sh
diff --git a/android-chromium-clang-armv8.yaml b/android-chromium-clang-armv8.yaml
index d0e47053de..c96e555f97 100644
--- a/android-chromium-clang-armv8.yaml
+++ b/android-chromium-clang-armv8.yaml
@@ -38,6 +38,9 @@
fi
cd /home/buildslave/srv/${JOB_NAME}
+ git config --global user.email "ci_notify@linaro.org"
+ git config --global user.name "Linaro CI"
+
rm -rf configs
git clone https://git.linaro.org/ci/job/configs.git
./configs/android-chromium/chromium-build.sh
diff --git a/android-chromium-gcc-armv7.yaml b/android-chromium-gcc-armv7.yaml
index 07da45fd06..513451235b 100644
--- a/android-chromium-gcc-armv7.yaml
+++ b/android-chromium-gcc-armv7.yaml
@@ -38,6 +38,9 @@
fi
cd /home/buildslave/srv/${JOB_NAME}
+ git config --global user.email "ci_notify@linaro.org"
+ git config --global user.name "Linaro CI"
+
rm -rf configs
git clone https://git.linaro.org/ci/job/configs.git
./configs/android-chromium/chromium-build.sh
diff --git a/android-chromium-gcc-armv8.yaml b/android-chromium-gcc-armv8.yaml
index 8ad1671897..c0c1871769 100644
--- a/android-chromium-gcc-armv8.yaml
+++ b/android-chromium-gcc-armv8.yaml
@@ -38,6 +38,9 @@
fi
cd /home/buildslave/srv/${JOB_NAME}
+ git config --global user.email "ci_notify@linaro.org"
+ git config --global user.name "Linaro CI"
+
rm -rf configs
git clone https://git.linaro.org/ci/job/configs.git
./configs/android-chromium/chromium-build.sh