From c0eb56cda637ae515fe7bb8c06204473d41a0308 Mon Sep 17 00:00:00 2001 From: Shreedhar Hardikar Date: Tue, 16 Aug 2016 14:21:09 -0700 Subject: [PATCH] Fix gpcodegen pipeline not publishing regressions artifacts correctly --- concourse/gpcodegen_pipeline.yml | 1 + concourse/test_with_orca_and_codegen.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/concourse/gpcodegen_pipeline.yml b/concourse/gpcodegen_pipeline.yml index 59938ee94a..d3eb938c42 100644 --- a/concourse/gpcodegen_pipeline.yml +++ b/concourse/gpcodegen_pipeline.yml @@ -9,6 +9,7 @@ resources: paths: - src/backend/codegen/* - src/include/codegen/* + - concourse/* private_key: {{gpdb_deploy_key}} uri: git@github.com:greenplum-db/gpdb.git diff --git a/concourse/test_with_orca_and_codegen.yml b/concourse/test_with_orca_and_codegen.yml index f24e2294e7..01672223b8 100644 --- a/concourse/test_with_orca_and_codegen.yml +++ b/concourse/test_with_orca_and_codegen.yml @@ -6,6 +6,8 @@ inputs: - name: bin_orca - name: bin_gpos - name: bin_xerces +outputs: + - name: icg_output run: path: /bin/bash args: -- GitLab