提交 fc76bece 编写于 作者: A Ashuka Xue

Parameterize the 5X explain pipeline

This commit makes the explain pipeline reusable for other workloads.
上级 9b13340f
......@@ -6,7 +6,7 @@ project(gpopt LANGUAGES CXX C)
set(CMAKE_CXX_STANDARD 98)
set(GPORCA_VERSION_MAJOR 3)
set(GPORCA_VERSION_MINOR 88)
set(GPORCA_VERSION_PATCH 0)
set(GPORCA_VERSION_PATCH 1)
set(GPORCA_VERSION_STRING "${GPORCA_VERSION_MAJOR}.${GPORCA_VERSION_MINOR}.${GPORCA_VERSION_PATCH}")
# Whenever an ABI-breaking change is made to GPORCA, this should be incremented.
......
......@@ -8,7 +8,7 @@ resources:
- name: gporca-commits-to-test
type: git
source:
branch: ds-explain-test
branch: {{branch_name}}
uri: https://github.com/greenplum-db/gporca-pipeline-misc
- name: orca_main_src # used for yml task files
type: git
......@@ -119,7 +119,7 @@ resources:
bucket: {{gporca-concourse-bucket-dev}}
region_name: us-west-2
secret_access_key: {{s3_secret_access_key}}
versioned_file: ds_partitioned_suite_1tb.tar.gz
versioned_file: {{explain_workload_tar}}
- name: explain_output
type: s3
source:
......@@ -143,7 +143,7 @@ resources:
bucket: {{gporca-concourse-bucket-dev}}
region_name: us-west-2
secret_access_key: {{s3_secret_access_key}}
versioned_file: explain_ds_test_results.tar.gz
versioned_file: {{explain_workload_results}}
resource_types: []
jobs:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册