[commit: ghc] wip/gitlab-ci-perf-notes: mk ~/.ssh (b4d08a6)

git at git.haskell.org git at git.haskell.org
Wed Jan 9 21:36:16 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/gitlab-ci-perf-notes
Link       : http://ghc.haskell.org/trac/ghc/changeset/b4d08a6eaf190819ad4e264bbc53b0fa21293c9b/ghc

>---------------------------------------------------------------

commit b4d08a6eaf190819ad4e264bbc53b0fa21293c9b
Author: David Eichmann <EichmannD at gmail.com>
Date:   Tue Jan 8 15:29:52 2019 -0700

    mk ~/.ssh


>---------------------------------------------------------------

b4d08a6eaf190819ad4e264bbc53b0fa21293c9b
 .gitlab-ci.yml               | 4 ++--
 .gitlab/push-test-metrics.sh | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce1c332..6e14ebe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -88,8 +88,8 @@ validate-x86_64-linux-deb8-hadrian:
   before_script:
     - git clean -xdf && git submodule foreach git clean -xdf
   script:
-    - ./boot
-    - ./configure $CONFIGURE_ARGS
+#    - ./boot
+#    - ./configure $CONFIGURE_ARGS
     - |
       THREADS=`mk/detect-cpu-count.sh`
       
diff --git a/.gitlab/push-test-metrics.sh b/.gitlab/push-test-metrics.sh
index 8d2557d..637cd6c 100755
--- a/.gitlab/push-test-metrics.sh
+++ b/.gitlab/push-test-metrics.sh
@@ -21,6 +21,7 @@ if [ "$TEST_ENV" = "" ]; then
 fi
 
 # Setup ssh keys.
+mkdir -p ~/.ssh
 echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC94vDmRcDXPTuZktLvMFXHD2X6H2GEdnP+7VO0QbwNje9jsPLpofQRHJKXG/9sm0a6NT9qXt9eccRNklP0AkW36LcNRni7ji8NxlrE9ASuXGqa4TTk83pOLFCzWmdcdVIxz3bxPfa/ECmyRmTxp3+mTW0eJrUEdVwprAieNoTH+ZLyDmq+IfAD5239ea+gAZzfCy5WcTbsSXOOJEAZKqqfzyog18agptzAWu/tCfzvyiGlkoQj+PE1MMEfnmWQC8d2bOhC6kQZZtPrGNhFU75JifYGT7y0e1EVa5bhqcZZ9cdGSli1S8T9MpSimVII6iZOFdho3+shbUX3ObagUl09 ben at ben-laptop" > ~/.ssh/perf_rsa.pub
 echo $PERF_NOTE_KEY > ~/.ssh/perf_rsa
 ssh-add ~/.ssh/perf_rsa



More information about the ghc-commits mailing list