Skip to content

Commit

Permalink
KOGITO-9725 DSL cleanup: Remove 'kogito-bdd' check (#1044)
Browse files Browse the repository at this point in the history
Never used/maintained
  • Loading branch information
radtriste authored Aug 21, 2023
1 parent f52f1ab commit e4ca547
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 289 deletions.
263 changes: 0 additions & 263 deletions .ci/jenkins/Jenkinsfile.pr.bdd-tests

This file was deleted.

8 changes: 0 additions & 8 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ environments:
- quarkus
- lts
- prod
kogito-bdd:
auto_generation: false
ids:
- cloud
sonarcloud:
auto_generation: false
env_vars:
Expand Down Expand Up @@ -119,10 +115,6 @@ maven:
quarkus_platform_repository:
url: https://repository.jboss.org/nexus/content/repositories/kogito-internal-repository/
creds_id: kogito-internal-nexus-creds
pr_checks:
repository:
url: https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/repositories/kogito-runtimes-pr-full-testing/
creds_id: unpacks-zip-on-qa-nexus
cloud:
image:
registry_credentials_nightly: nightly_kogito
Expand Down
18 changes: 0 additions & 18 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ boolean isMainStream() {
return Utils.getStream(this) == 'main'
}

// PRs
setupKogitoRuntimesBDDPrJob()

// Tools
setupUpdateJenkinsDependenciesJob()
if (isMainStream()) {
Expand Down Expand Up @@ -64,21 +61,6 @@ setupReleaseCloudJob()
// Methods
/////////////////////////////////////////////////////////////////

void setupKogitoRuntimesBDDPrJob() {
def jobParams = JobParamsUtils.getBasicJobParamsWithEnv(this, '0-runtimes-bdd-testing', JobType.PULL_REQUEST, 'kogito-bdd', "${JENKINSFILE_PATH}/Jenkinsfile.pr.bdd-tests", 'Run on demand BDD tests from runtimes repository')
jobParams.git.project_url = "https://github.com/${GIT_AUTHOR_NAME}/kogito-runtimes/"
jobParams.git.repo_url = "https://github.com/${GIT_AUTHOR_NAME}/${jobParams.git.repository}/"
jobParams.pr = [
run_only_for_branches: [ jobParams.git.branch ],
checkout_branch : '${ghprbTargetBranch}',
trigger_phrase : '.*[j|J]enkins,? run BDD[ tests]?.*',
trigger_phrase_only: true,
commitContext: 'BDD'
]
jobParams.disable_concurrent = true
KogitoJobTemplate.createPRJob(this, jobParams)
}

void setupCleanOldNamespacesToolsJob() {
def jobParams = JobParamsUtils.getBasicJobParams(this, 'kogito-clean-old-namespaces', JobType.TOOLS, "${JENKINSFILE_PATH}/Jenkinsfile.tools.clean-old-namespaces")
jobParams.triggers = [ cron : '@midnight' ]
Expand Down

0 comments on commit e4ca547

Please sign in to comment.