1. 12 7月, 2019 1 次提交
  2. 10 7月, 2019 1 次提交
  3. 02 7月, 2019 1 次提交
  4. 28 6月, 2019 1 次提交
  5. 27 6月, 2019 5 次提交
  6. 26 6月, 2019 1 次提交
  7. 25 6月, 2019 2 次提交
  8. 21 6月, 2019 1 次提交
  9. 09 6月, 2019 1 次提交
  10. 08 6月, 2019 1 次提交
  11. 05 6月, 2019 2 次提交
  12. 03 6月, 2019 1 次提交
  13. 29 5月, 2019 1 次提交
  14. 25 5月, 2019 1 次提交
  15. 22 5月, 2019 1 次提交
  16. 17 5月, 2019 1 次提交
  17. 14 5月, 2019 1 次提交
  18. 08 5月, 2019 1 次提交
  19. 02 5月, 2019 1 次提交
  20. 26 4月, 2019 2 次提交
    • J
      gppkg: remove special Concourse task for GPHOME copying · 9b8047d8
      Jacob Champion 提交于
      concourse/scripts/gppkg_behave.sh, which installs an identical copy of
      GPHOME into a new location, existed for exactly one test. Modify that
      test to perform its own copy-install.
      
      (cherry picked from commit e6b40a71)
      9b8047d8
    • J
      CI: fix Concourse template for gpexpand · 1c7721bf
      Jacob Champion 提交于
      gpexpand requires centos6, ICW, and CLI jobs to be enabled, but it was
      being included in the groups when only a subset of those requirements
      was met, so fly refused the pipeline. With this change, centos6/CLI
      pipelines should work again.
      
      (cherry picked from commit 52a21767)
      1c7721bf
  21. 25 4月, 2019 2 次提交
  22. 19 4月, 2019 2 次提交
  23. 04 4月, 2019 2 次提交
  24. 03 4月, 2019 2 次提交
  25. 02 4月, 2019 1 次提交
  26. 28 3月, 2019 1 次提交
  27. 27 3月, 2019 1 次提交
    • W
      Add gpperfmon test for all supported platforms (#7174) (#7202) · dd1e1544
      Wang Hao 提交于
      For GP 6 beta, the release engineering team is removing the apr-util
      package from the list of bundled dependencies. Users will be asked
      to provide their own apr-util package, which can differ in the version
      on each platform. So it is necessary to verify gpperfmon is workable
      with the platform provided apr-util on each supported platform.
      
      Originally, gpperfmon test is done in CLI test suite, only covers centos6.
      This commit changed it to a dedicated suite in order to test multiple
      platforms.
      Note: on SLES12 does not need to install libapr-util1 to run gpmmon
      dd1e1544
  28. 25 3月, 2019 1 次提交
    • J
      add gpmovemirrors behave tests · 32df36a1
      Jamie McAtamney 提交于
      We add gpmovemirrors tests and add them to the pipeline as well.
      Using behave tags, some of the tests can run locally on a demo
      cluster.  We also introduce Behave tag logic to choose which
      tests to run.
      
      <Co-Authored-By> Kalen Krempely <kkrempely@pivotal.io>
      <Co-Authored-By> Mark Sliva <msliva@pivotal.io>
      (cherry-picked from fdf8b611)
      32df36a1
  29. 15 3月, 2019 1 次提交
    • J
      Remove ICW job icw_planner_centos7_online_expand (#7172) · de2d530d
      Jialun 提交于
      This job is used to test online expand, it will create a cluster
      with two segments, then expand to 3 and run all ICW to check
      whether the cluster is OK after expansion.
      As restart is forbidden in online expand test, so we exclude all
      the case which contains restart opertaion. But if someone add a
      new test with restart, the job may fail. Manual intervention to
      exclude the test is needed.
      So we move this job to our own dev pipeline to reduce the impact
      on prod pipeline.
      de2d530d