Skip to content

Commit

Permalink
Manually trigger integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
  • Loading branch information
dhaiducek committed May 9, 2024
1 parent 6a44c2e commit 0e35c70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ tests:
IMAGE_REPO: grc-policy-framework-tests
REGISTRY_ORG: stolostron
workflow: ocm-ci-image-mirror
- as: test-e2e-grc-framework
run_if_changed: ^test/integration/.*
- always_run: false
as: test-e2e-grc-framework
steps:
dependencies:
COMPONENT_IMAGE_REF: grc-policy-framework-tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ presubmits:
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-stolostron-governance-policy-framework-main-test-e2e-grc-framework
rerun_command: /test test-e2e-grc-framework
run_if_changed: ^test/integration/.*
spec:
containers:
- args:
Expand Down Expand Up @@ -159,4 +158,4 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )test-e2e-grc-framework,?($|\s.*)
trigger: (?m)^/test( | .* )(test-e2e-grc-framework|remaining-required),?($|\s.*)
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ branch-protection:
contexts:
- Framework KinD / Tests (latest, true)
- Framework KinD / Tests (latest, false)
require_manually_triggered_jobs: true
tide:
merge_method:
stolostron/governance-policy-framework: rebase

0 comments on commit 0e35c70

Please sign in to comment.