1. 02 7月, 2019 1 次提交
  2. 28 6月, 2019 2 次提交
    • S
      gen_pipeline: Do not call `suggested_*()` functions in `gen_pipeline()`. · 896ac0e6
      Shoaib Lari 提交于
      The `gen_pipeline()` function called the `suggested_git_remote()` and the
      `suggested_git_branch()` functions as default values for the `git_remote` and
      `git_branch` parameters.  For `prod` pipeline, the `gen_pipeline()` function is
      called with GPDB repo and `BASE_BRANCH`.  However, the `suggested_*()` functions
      are called in the `gen_pipeline()` function definition resulting in error as
      they are not applicable for the production branches.
      
      Therefore, in this commit we have used `None` as the default and call the
      `suggested_*()` functions only if the corresponding parameters are not provided
      by the caller.
      
      (cherry picked from commit 8ed17a81)
      Co-authored-by: NJacob Champion <pchampion@pivotal.io>
      896ac0e6
    • S
      Behave: Use UTF-8 for gpconfig tests · adbf3abf
      Shoaib Lari 提交于
      The gpconfig test was failing for UTF-8 characters when run on Ubuntu because
      our test containers use the POSIX locale. In this commit, we have set the
      `LC_TYPE` to `en_US.UTF-8` for the gpconfig test so that the test has the same
      behavior on all platforms.
      
      (cherry picked from commit 4ba11535)
      Co-authored-by: NJacob Champion <pchampion@pivotal.io>
      adbf3abf
  3. 27 6月, 2019 7 次提交
  4. 26 6月, 2019 2 次提交
  5. 25 6月, 2019 3 次提交
  6. 22 6月, 2019 1 次提交
  7. 21 6月, 2019 1 次提交
  8. 20 6月, 2019 1 次提交
  9. 11 6月, 2019 1 次提交
  10. 09 6月, 2019 1 次提交
  11. 08 6月, 2019 3 次提交
    • B
      Remove Ivy and sync_tools from gpAux · 950e23f7
      Bradford D. Boyle 提交于
      In previous versions of Greenplum, Ivy was used to resolve and download
      dependencies for building the GPDB server. As we shift towards relying
      on the build environment to provided the necessary dependencies, we no
      longer require Ivy.
      
      Previous work had shifted the dependencies out of Ivy for supported
      platforms (i.e., RHEL and Ubuntu) but the Concourse pipeline was still
      invoking Ivy (an effective no-op) as part of the sync_tools task. This
      commit removes the sync_tools task and the remaining Ivy configuration
      from inside of gpAux.
      
      The responsibility for downloading gporca was moved into the
      compile_gpdb Concourse task which is where xerces-c and orca are built.
      Co-authored-by: NBradford D. Boyle <bboyle@pivotal.io>
      Co-authored-by: NGoutam Tadi <gtadi@pivotal.io>
      (cherry picked from commit 1315881c)
      950e23f7
    • B
      Update gen_pipeline to work with python3 · 3a7bd870
      Bradford D. Boyle 提交于
      - convert print statements to function calls
      - remove unused import
      - fix a few minor PEP8 spacing lints
      Authored-by: NBradford D. Boyle <bboyle@pivotal.io>
      (cherry picked from commit 8e7cb232)
      3a7bd870
    • K
      Remove gpcheck · d0049bff
      Kalen Krempely 提交于
      Due to the number of platforms we now support and variety of customer
      specific environments, it is not practical to update gpcheck to cover
      all these cases.
      Co-authored-by: NJamie McAtamney <jmcatamney@pivotal.io>
      (cherry picked from commit 50f98856)
      d0049bff
  12. 07 6月, 2019 1 次提交
  13. 05 6月, 2019 2 次提交
  14. 03 6月, 2019 2 次提交
  15. 30 5月, 2019 1 次提交
  16. 29 5月, 2019 5 次提交
  17. 25 5月, 2019 6 次提交