From 156b5e7489aa1ded3ec90f2e0b7c8ccfbe55a599 Mon Sep 17 00:00:00 2001 From: Ming Wang Date: Wed, 26 Jul 2023 09:42:30 -0400 Subject: [PATCH] build_test --- .github/workflows/check-labels.yml | 6 ++++++ .github/workflows/ci-build-image.yml | 4 ++++ .github/workflows/ci-code-analysis.yml | 4 ++++ .github/workflows/dependent-issues.yml | 6 ++++++ .github/workflows/image-cleanup.yml | 6 ++++++ .github/workflows/labeler.yml | 6 ++++++ .github/workflows/linked-issue.yml | 6 ++++++ .github/workflows/pr-ci.yml | 6 ++++++ .github/workflows/pr-labeled.yml | 6 ++++++ .github/workflows/push-ci.yml | 6 ++++++ .github/workflows/release-drafter.yml | 6 ++++++ .github/workflows/semantic-pr.yml | 6 ++++++ 12 files changed, 68 insertions(+) diff --git a/.github/workflows/check-labels.yml b/.github/workflows/check-labels.yml index 745190ee4b..2d54c460d7 100644 --- a/.github/workflows/check-labels.yml +++ b/.github/workflows/check-labels.yml @@ -7,6 +7,12 @@ on: - labeled - unlabeled - synchronize + workflow_call: + inputs: + build-test: + required: true + type: boolean + deault: false jobs: check-needs-triage-not-applied: diff --git a/.github/workflows/ci-build-image.yml b/.github/workflows/ci-build-image.yml index 57758b1c17..a3596ae542 100644 --- a/.github/workflows/ci-build-image.yml +++ b/.github/workflows/ci-build-image.yml @@ -10,6 +10,10 @@ on: build-arch: required: true type: string + build-test: + required: true + type: boolean + deault: false skip-itests: required: false type: boolean diff --git a/.github/workflows/ci-code-analysis.yml b/.github/workflows/ci-code-analysis.yml index b3ae6d6d3a..bf87c1d0dc 100644 --- a/.github/workflows/ci-code-analysis.yml +++ b/.github/workflows/ci-code-analysis.yml @@ -7,6 +7,10 @@ on: checkout-ref: required: false type: string + build-test: + required: true + type: boolean + deault: false secrets: GH_PKGS_READ_TOKEN: required: true diff --git a/.github/workflows/dependent-issues.yml b/.github/workflows/dependent-issues.yml index d38ef9bef2..fb9a57b654 100644 --- a/.github/workflows/dependent-issues.yml +++ b/.github/workflows/dependent-issues.yml @@ -12,6 +12,12 @@ on: - edited - reopened - synchronize + workflow_call: + inputs: + build-test: + required: true + type: boolean + deault: false # Schedule a daily check. Used in referencing cross-repository # issues or pull requests diff --git a/.github/workflows/image-cleanup.yml b/.github/workflows/image-cleanup.yml index c5aadb7ff1..f41805346a 100644 --- a/.github/workflows/image-cleanup.yml +++ b/.github/workflows/image-cleanup.yml @@ -4,6 +4,12 @@ on: pull_request_target: types: - closed + workflow_call: + inputs: + build-test: + required: true + type: boolean + deault: false jobs: delete-images: diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 6976cec5e1..5c5116ce96 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -5,6 +5,12 @@ on: types: - opened - reopened + workflow_call: + inputs: + build-test: + required: true + type: boolean + deault: false jobs: triage: diff --git a/.github/workflows/linked-issue.yml b/.github/workflows/linked-issue.yml index abf45e25b3..a645271306 100644 --- a/.github/workflows/linked-issue.yml +++ b/.github/workflows/linked-issue.yml @@ -7,6 +7,12 @@ on: - reopened - edited - synchronize + workflow_call: + inputs: + build-test: + required: true + type: boolean + deault: false jobs: verify-linked-issue: diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 06c6ea87ca..3c11fee699 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -17,6 +17,12 @@ on: - v[0-9]+ - v[0-9]+.[0-9]+ - cryostat-v[0-9]+.[0-9]+ + workflow_call: + inputs: + build-test: + required: true + type: boolean + deault: false jobs: code-analysis: diff --git a/.github/workflows/pr-labeled.yml b/.github/workflows/pr-labeled.yml index 102c185d68..aa9828065d 100644 --- a/.github/workflows/pr-labeled.yml +++ b/.github/workflows/pr-labeled.yml @@ -7,6 +7,12 @@ on: - labeled - unlabeled - synchronize + workflow_call: + inputs: + build-test: + required: true + type: boolean + deault: false jobs: check-pr-label-and-comment: diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml index 74c10963ee..d47f2c02b1 100644 --- a/.github/workflows/push-ci.yml +++ b/.github/workflows/push-ci.yml @@ -10,6 +10,12 @@ on: - v[0-9]+ - v[0-9]+.[0-9]+ - cryostat-v[0-9]+.[0-9]+ + workflow_call: + inputs: + build-test: + required: true + type: boolean + deault: false jobs: code-analysis: diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 5abf1524f4..c7848fec71 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -12,6 +12,12 @@ on: - opened - reopened - synchronize + workflow_call: + inputs: + build-test: + required: true + type: boolean + deault: false jobs: update_release_draft: diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index c5c8a5df17..863e911ff8 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -7,6 +7,12 @@ on: - reopened - edited - synchronize + workflow_call: + inputs: + build-test: + required: true + type: boolean + deault: false jobs: main: