提交 caf42fde 编写于 作者: N Ning Yu

Regenerate master pipelines.

This is to apply the pipeline changes added in
a8fd476b, it will create a new pipeline
job which run ICG with random numsegments.
上级 8a8b7e5a
......@@ -12,7 +12,7 @@
## file (example: templates/gpdb-tpl.yml) and regenerate the pipeline
## using appropriate tool (example: gen_pipeline.py -t prod).
## ----------------------------------------------------------------------
## Generated by gen_pipeline.py at: 2018-12-03 08:44:24.237460
## Generated by gen_pipeline.py at: 2018-12-07 11:01:37.942485
## Template file: gpdb-tpl.yml
## OS Types: ['centos6', 'centos7', 'sles', 'aix7', 'win', 'ubuntu16']
## Test Sections: ['ICW', 'Replication', 'ResourceGroups', 'Interconnect', 'CLI', 'UD', 'AA', 'Extensions']
......@@ -45,6 +45,7 @@ groups:
- pg_upgrade
- icw_gporca_centos7
- icw_planner_centos7
- icg_planner_centos7_random_numsegments
- icw_planner_centos7_online_expand
- icw_gporca_sles11
- icw_gporca_sles12
......@@ -133,6 +134,7 @@ groups:
- pg_upgrade
- icw_gporca_centos7
- icw_planner_centos7
- icg_planner_centos7_random_numsegments
- icw_planner_centos7_online_expand
- compile_gpdb_centos7
- icw_gporca_sles11
......@@ -1063,6 +1065,122 @@ jobs:
TEST_BINARY_SWAP: false
CONFIGURE_FLAGS: {{configure_flags}}
- name: icg_planner_centos7_random_numsegments
plan:
- aggregate:
- get: gpdb_src
passed: [compile_gpdb_centos7]
- get: bin_gpdb
passed: [compile_gpdb_centos7]
resource: bin_gpdb_centos7
trigger: true
- get: centos-gpdb-test-7
- task: ic_gpdb
file: gpdb_src/concourse/tasks/ic_gpdb.yml
image: centos-gpdb-test-7
params:
MAKE_TEST_COMMAND: -k
-C src/test/regress installcheck-good
PGOPTIONS='-c optimizer=off'
EXCLUDE_TESTS="'
AOCO_Compression2
alter_distribution_policy
alter_table_ao
alter_table_aocs
alter_table_set
ao_checksum_corruption
ao_locks
aocs
appendonly
bfv_dd
bfv_dd_multicolumn
bfv_dd_types
bfv_partition
bfv_partition_plans
bfv_subquery
bitmap_index
bitmapscan
complex
constraints
db_size_functions
deadlock
direct_dispatch
dispatch
distributed_transactions
explain_format
freeze_aux_tables
gp_aggregates
gp_tablespace
gpcopy
gpdist
gporca
ic
incremental_analyze
instr_in_shmem
instr_in_shmem_verify
join
memconsumption
metadata_track
misc
oid_consistency
partindex_test
partition
partition1
partition_locking
partition_pruning
partition_storage
portals
portals_updatable
python_processed64bit
qp_dml_oids
qp_dropped_cols
qp_functions_in_from
qp_functions_in_subquery
qp_gist_indexes2
qp_misc_jiras
qp_targeted_dispatch
qp_with_functional_inlining
query_finish
query_finish_pending
rle_delta
rpt_returning
spi_processed64bit
subselect_gp
tidscan
uao_catalog_tables
uao_compaction/threshold
uao_ddl/alter_ao_part_exch
uao_ddl/alter_ao_part_exch_column
uao_ddl/alter_ao_part_exch_row
uao_ddl/alter_ao_table_setstorage_column
uao_ddl/alter_ao_table_setstorage_row
uao_dml/uao_dml_column
uao_dml/uao_dml_row
uaocs_catalog_tables
uaocs_compaction/threshold
updatable_views
update
vacuum_full_ao
vacuum_full_freeze_heap
vacuum_full_heap
vacuum_full_heap_bitmapindex
vacuum_stats
window
workfile/hashagg_spill
workfile/hashjoin_spill
workfile/materialize_spill
workfile/sisc_mat_sort
workfile/sisc_sort_spill
workfile/sort_spill
workfile/spilltodisk
writer_aborts_reader'"
EXTRA_REGRESS_OPTS='
--prehook=randomize_create_table_default_numsegments
--ignore-plans'
TEST_OS: centos
TEST_BINARY_SWAP: false
CONFIGURE_FLAGS: {{configure_flags}}
- name: icw_planner_centos7_online_expand
plan:
- aggregate:
......@@ -2220,6 +2338,7 @@ jobs:
- icw_gporca_centos6
- icw_gporca_centos7
- icw_planner_centos7
- icg_planner_centos7_random_numsegments
- icw_planner_centos7_online_expand
- icw_gporca_sles11
- icw_gporca_sles12
......@@ -2291,6 +2410,7 @@ jobs:
- compile_gpdb_centos7
- icw_gporca_centos7
- icw_planner_centos7
- icg_planner_centos7_random_numsegments
- icw_planner_centos7_online_expand
- resource_group_centos7
- MADlib_Test_orca_centos7
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册