1. 27 4月, 2019 4 次提交
    • C
      Merge branch 'travis_ci_fixes' · b83c5533
      Cleber Rosa 提交于
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      b83c5533
    • C
      selftests/signedoff-check.sh: fix use of return with exit · 00039161
      Cleber Rosa 提交于
      When this test used to be a function, it was OK to use "return",
      but now that it's a script (and the code is not wrapped in a
      function) that is invalid shell syntax.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      00039161
    • C
      selftests/signedoff-check.sh: ignore merge commits · 255d3086
      Cleber Rosa 提交于
      When CI systems work on branches for testing, they usually create
      merge commits.  And those won't be signed, specially not from the
      author of the other commits.
      
      Let's skip the merge commits to work around that.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      255d3086
    • 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 3 次提交