Skip to content
Snippets Groups Projects
  1. Oct 23, 2019
  2. Sep 19, 2019
  3. Nov 20, 2018
  4. Sep 24, 2018
    • Mark Goddard's avatar
      Fix POST_FAILURE in CI when ARA DB doesn't exist · 652b78fc
      Mark Goddard authored
      If the main CI job fails before generating an ARA report, the SQLite
      database file will not exist. This cases the job to fail with
      POST_FAILURE, rather than FAILURE, and the following is seen in the
      logs:
      
      rsync: change_dir "/home/zuul/.ara" failed: No such file or directory
      rsync error: some files/attrs were not transferred (see previous errors)
      (code 23) at main.c(1655) [Receiver=3.1.1]
      rsync: [Receiver] write error: Broken pipe (32)
      
      This change fixes this by checking for an SQLite database file, and only
      intiating the rsync transfer if it exists.
      
      Change-Id: I370e5bc9f137abe552918a3215a025fa61e3a0ca
      652b78fc
  5. Apr 02, 2018
  6. Jan 15, 2018
  7. Dec 27, 2017
  8. Nov 16, 2017
  9. Oct 18, 2017
Loading