Skip to content

Commit

Permalink
NO-ISSUE: remove incubator-kie-kogito-serverless-operator from pipeli…
Browse files Browse the repository at this point in the history
…nes (#1226)

Co-authored-by: jstastny-cz <[email protected]>
  • Loading branch information
jstastny-cz and jstastny-cz authored Jul 17, 2024
1 parent 3454a7b commit 302b285
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 60 deletions.
21 changes: 0 additions & 21 deletions .ci/jenkins/Jenkinsfile.nightly.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -80,27 +80,6 @@ pipeline {
}
}
}

stage('Build & Deploy Serverless Operator') {
when {
expression { return isOperatorDeploy() }
}
steps {
script {
def buildParams = getDefaultBuildParams()
addSkipTestsParam(buildParams)
addImageBuildParams(buildParams, env.NIGHTLY_TAG)
addDeployImageWithLatestTagParam(buildParams)

buildJob(SEVERLESS_OPERATOR_DEPLOY, buildParams)
}
}
post {
failure {
addFailedStage(SEVERLESS_OPERATOR_DEPLOY)
}
}
}
}
post {
unsuccessful {
Expand Down
15 changes: 0 additions & 15 deletions .ci/jenkins/Jenkinsfile.setup-branch.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,6 @@ pipeline {
}
}

stage('Init Serverless Operator') {
steps {
script {
def buildParams = getDefaultBuildParams()
addStringParam(buildParams, 'PROJECT_VERSION', getKogitoVersion().toLowerCase())
buildJob('kogito-serverless-operator', buildParams)
}
}
post {
failure {
addFailedStage('kogito-serverless-operator')
}
}
}

// Launch the nightly to deploy all artifacts from the branch
stage('Launch the nightly') {
when {
Expand Down
21 changes: 0 additions & 21 deletions .ci/jenkins/Jenkinsfile.weekly.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -76,27 +76,6 @@ pipeline {
}
}
}

stage('Build & Deploy Serverless Operator') {
when {
expression { return isOperatorDeploy() }
}
steps {
script {
def buildParams = getDefaultBuildParams()
addSkipTestsParam(buildParams)
addImageBuildParams(buildParams, env.WEEKLY_TAG)
addDeployImageWithLatestTagParam(buildParams)

buildJob(SEVERLESS_OPERATOR_DEPLOY, buildParams)
}
}
post {
failure {
addFailedStage(SEVERLESS_OPERATOR_DEPLOY)
}
}
}
}
post {
unsuccessful {
Expand Down
3 changes: 0 additions & 3 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ repositories:
- name: incubator-kie-kogito-images
job_display_name: kogito-images
branch: 10.0.x
- name: incubator-kie-kogito-serverless-operator
job_display_name: kogito-serverless-operator
branch: 10.0.x
- name: incubator-kie-kogito-docs
job_display_name: kogito-docs
branch: 10.0.x
Expand Down

0 comments on commit 302b285

Please sign in to comment.