Skip to content

Commit

Permalink
[POLICY] Run CSIT on verify level
Browse files Browse the repository at this point in the history
Issue-ID: POLICY-5029
Change-Id: I3ee4b9777de8cb6c9106f84120984f2cb015f670
Signed-off-by: adheli.tavares <[email protected]>
  • Loading branch information
adheli committed Jun 11, 2024
1 parent be1acf3 commit a39657f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
4 changes: 1 addition & 3 deletions jjb/policy/policy-csit-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@

triggers:
- timed: "@daily"
- reverse:
jobs: "{obj:trigger_jobs}"

builders:
- lf-infra-pre-build
Expand Down Expand Up @@ -96,7 +94,7 @@
server: "{server-name}"
project: "{project}"
branch: "{branch}"
files: "**/csit/**"
files: "**/**"

builders:
- lf-infra-pre-build
Expand Down
18 changes: 0 additions & 18 deletions jjb/policy/policy-csit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
branch: "newdelhi"
functionality:
- "distribution"
trigger_jobs:
- "policy-distribution-{stream}-verify-java"

- project:
name: policy-xacml-pdp-project-csit
Expand All @@ -36,8 +34,6 @@
branch: "newdelhi"
functionality:
- "xacml-pdp"
trigger_jobs:
- "policy-xacml-pdp-{stream}-verify-java"

- project:
name: policy-drools-applications-project-csit
Expand All @@ -56,8 +52,6 @@
branch: "newdelhi"
functionality:
- "drools-applications"
trigger_jobs:
- "policy-drools-applications-{stream}-verify-java"

- project:
name: policy-drools-pdp-project-csit
Expand All @@ -76,8 +70,6 @@
branch: "newdelhi"
functionality:
- "drools-pdp"
trigger_jobs:
- "policy-drools-pdp-{stream}-verify-java"

- project:
name: policy-apex-pdp-project-csit
Expand All @@ -96,8 +88,6 @@
branch: "newdelhi"
functionality:
- "apex-pdp"
trigger_jobs:
- "policy-apex-pdp-{stream}-verify-java"

- project:
name: policy-pap-project-csit
Expand All @@ -116,8 +106,6 @@
branch: "newdelhi"
functionality:
- "pap"
trigger_jobs:
- "policy-pap-{stream}-verify-java"

- project:
name: policy-api-project-csit
Expand All @@ -136,8 +124,6 @@
branch: "newdelhi"
functionality:
- "api"
trigger_jobs:
- "policy-api-{stream}-verify-java"

- project:
name: policy-clamp-project-csit
Expand All @@ -156,8 +142,6 @@
branch: "newdelhi"
functionality:
- "clamp"
trigger_jobs:
- "policy-clamp-{stream}-merge-java"

- project:
name: policy-apex-pdp-postgres-project-csit
Expand All @@ -172,5 +156,3 @@
branch: "master"
functionality:
- "apex-pdp-postgres"
trigger_jobs:
- "policy-apex-pdp-{stream}-verify-java"

0 comments on commit a39657f

Please sign in to comment.