From d0848a08068bf277855f64f53874901b70565fc9 Mon Sep 17 00:00:00 2001 From: Dave Try Date: Tue, 13 Feb 2024 10:13:03 -0500 Subject: [PATCH 1/5] initial gitlab ci trigger --- .gitlab-ci.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000000..350223154b6 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,21 @@ +stages: + - test + +trigger_pipeline: + stage: test + rules: + - if: $CI_COMMIT_BRANCH =~ /^dev|^release-.*/ || $CI_COMMIT_TAG != "" # only/except rules are no longer actively developed. Please use `rules` instead. + - if: $CI_PIPELINE_SOURCE == "external_pull_request_event" + changes: + - "!.github/workflows/quarto-render.yml" + - "!_quarto.yml" + - "!quarto-materials/*" + - "!**/.md" + - "!tiledb/doxygen/source/*" + - "!tiledb/sm/c_api/tiledb_version.h" + + variables: + TILEDB_REF: ${CI_COMMIT_REF_NAME} + trigger: + project: tiledb-inc/tiledb-rest-ci + strategy: depend From c49038161b7bb390822f6c46bd0c1dc7913af786 Mon Sep 17 00:00:00 2001 From: Dave Try Date: Tue, 20 Feb 2024 06:59:17 -0500 Subject: [PATCH 2/5] testing with increased limits --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 350223154b6..529e3e59d78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,4 +18,5 @@ trigger_pipeline: TILEDB_REF: ${CI_COMMIT_REF_NAME} trigger: project: tiledb-inc/tiledb-rest-ci + ref: dt/sc-40467/increase-limits strategy: depend From 11d4882c5dd2b8ddfb11f8215bb3eccf51ad51a8 Mon Sep 17 00:00:00 2001 From: Dave Try Date: Tue, 20 Feb 2024 07:18:16 -0500 Subject: [PATCH 3/5] change ref to branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 529e3e59d78..d992e0788b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,5 +18,5 @@ trigger_pipeline: TILEDB_REF: ${CI_COMMIT_REF_NAME} trigger: project: tiledb-inc/tiledb-rest-ci - ref: dt/sc-40467/increase-limits + branch: dt/sc-40467/increase-limits strategy: depend From 12422790439fbed80d74c23530fed76410af49ee Mon Sep 17 00:00:00 2001 From: Dave Try Date: Wed, 21 Feb 2024 15:43:38 -0500 Subject: [PATCH 4/5] update downstream project name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d992e0788b2..40cb078b833 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,6 @@ trigger_pipeline: variables: TILEDB_REF: ${CI_COMMIT_REF_NAME} trigger: - project: tiledb-inc/tiledb-rest-ci + project: tiledb-inc/tiledb-internal branch: dt/sc-40467/increase-limits strategy: depend From 5e41acf073c845592f1016dbe78b2bdafe92f70a Mon Sep 17 00:00:00 2001 From: Dave Try Date: Thu, 22 Feb 2024 10:21:43 -0500 Subject: [PATCH 5/5] remove downstream testing branch --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40cb078b833..0cb52e92984 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,5 +18,4 @@ trigger_pipeline: TILEDB_REF: ${CI_COMMIT_REF_NAME} trigger: project: tiledb-inc/tiledb-internal - branch: dt/sc-40467/increase-limits strategy: depend