1. 27 4月, 2019 1 次提交
    • C
      Travis-CI: check the HEAD of the branch only · d8353eed
      Cleber Rosa 提交于
      For a long time we have resorted to a hack, let's call it "all commits
      hack", to test all commits in a branch on Travis-CI.  While it clear
      had a positive side, it also had its annoyances.
      
      Now, more and more often, we're faced with the obligation of breaking
      PRs in smaller pieces just because of the limitations that the free
      tier of Travis-CI imposes (for instance max job time is 50 minutes).
      
      For instance, as this is written, the status of the master branch
      is broken, because of the max job time.  And there's no way to
      waive it or tweak it.
      
      Also, the hack caused some really interesting problems, and caused
      a lot of time wasted, for instance, because it masks the merge commit
      that Travis-CI creates, and consequently, makes the signedoff-check.sh
      fail on the real HEAD of the merged branch.  Basically, the "all
      commits hack" is a requirement to currently have signedoff-check.sh
      passing on Travis-CI.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      d8353eed
  2. 25 4月, 2019 1 次提交
  3. 24 4月, 2019 11 次提交
  4. 23 4月, 2019 7 次提交
  5. 19 4月, 2019 1 次提交
  6. 18 4月, 2019 1 次提交
  7. 17 4月, 2019 10 次提交
  8. 09 4月, 2019 2 次提交
  9. 02 4月, 2019 6 次提交