Skip to content

Commit

Permalink
disable for now the operator image from the OSL productized nightly (#47
Browse files Browse the repository at this point in the history
)

Disabling for now while waiting for a go-toolset 1.22 gets available
  • Loading branch information
rgdoliveira authored Oct 15, 2024
1 parent d24d220 commit 44142a8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .ci/jenkins/Jenkinsfile.prod.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -209,16 +209,16 @@ pipeline {
}
}
}
stage('Operator image') {
steps {
script {
sleep(Integer.parseInt(env.SLEEP_TIME) * 6)

def descriptorFile = 'images/prod-operator-image.yaml'
env.OPERATOR_REGISTRY = buildOperator(descriptorFile, env.NIGHTLY_BRANCH_NAME, env.OPERATOR_REPOSITORY_PATH)
}
}
}
// stage('Operator image') {
// steps {
// script {
// sleep(Integer.parseInt(env.SLEEP_TIME) * 6)

// def descriptorFile = 'images/prod-operator-image.yaml'
// env.OPERATOR_REGISTRY = buildOperator(descriptorFile, env.NIGHTLY_BRANCH_NAME, env.OPERATOR_REPOSITORY_PATH)
// }
// }
// }

}
}
Expand Down

0 comments on commit 44142a8

Please sign in to comment.