From 8dbfb8db257ca3c9e02c3165fd05391e1354a318 Mon Sep 17 00:00:00 2001 From: Florian Atteneder Date: Wed, 6 Nov 2024 15:01:19 +0100 Subject: [PATCH] update ignore list --- pipelines/main/launch_unsigned_jobs.yml | 7 +++---- pipelines/main/launch_upload_jobs.yml | 7 +++---- pipelines/scheduled/launch_unsigned_jobs.yml | 7 +++---- pipelines/scheduled/launch_upload_jobs.yml | 7 +++---- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/pipelines/main/launch_unsigned_jobs.yml b/pipelines/main/launch_unsigned_jobs.yml index 58c8ddae..689e505b 100644 --- a/pipelines/main/launch_unsigned_jobs.yml +++ b/pipelines/main/launch_unsigned_jobs.yml @@ -18,11 +18,10 @@ common: name: "TRIGGER_BUILD" ignore: - "*.md" - - "*.json" + - ".*" + - "julia.spdx.json" - "CITATION.*" - - ".gitignore" - - ".clangd" - - ".mailmap" + - "typos.toml" # TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main # when running tests in Julia-CI/julia-buildkite, # but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master diff --git a/pipelines/main/launch_upload_jobs.yml b/pipelines/main/launch_upload_jobs.yml index 6d6b089e..2bf6141a 100644 --- a/pipelines/main/launch_upload_jobs.yml +++ b/pipelines/main/launch_upload_jobs.yml @@ -6,11 +6,10 @@ common: name: "TRIGGER_BUILD" ignore: - "*.md" - - "*.json" + - ".*" + - "julia.spdx.json" - "CITATION.*" - - ".gitignore" - - ".clangd" - - ".mailmap" + - "typos.toml" # TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main # when running tests in Julia-CI/julia-buildkite, # but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master diff --git a/pipelines/scheduled/launch_unsigned_jobs.yml b/pipelines/scheduled/launch_unsigned_jobs.yml index 72d255b1..e41cb97f 100644 --- a/pipelines/scheduled/launch_unsigned_jobs.yml +++ b/pipelines/scheduled/launch_unsigned_jobs.yml @@ -18,11 +18,10 @@ common: name: "TRIGGER_BUILD" ignore: - "*.md" - - "*.json" + - ".*" + - "julia.spdx.json" - "CITATION.*" - - ".gitignore" - - ".clangd" - - ".mailmap" + - "typos.toml" # TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main # when running tests in Julia-CI/julia-buildkite, # but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master diff --git a/pipelines/scheduled/launch_upload_jobs.yml b/pipelines/scheduled/launch_upload_jobs.yml index 07622f12..94c5dbe5 100644 --- a/pipelines/scheduled/launch_upload_jobs.yml +++ b/pipelines/scheduled/launch_upload_jobs.yml @@ -6,11 +6,10 @@ common: name: "TRIGGER_BUILD" ignore: - "*.md" - - "*.json" + - ".*" + - "julia.spdx.json" - "CITATION.*" - - ".gitignore" - - ".clangd" - - ".mailmap" + - "typos.toml" # TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main # when running tests in Julia-CI/julia-buildkite, # but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master