Skip to content

Commit

Permalink
Merge pull request #4172 from vfreex/disable-content-set-check
Browse files Browse the repository at this point in the history
Disable content_set check in ocp4/rebuild jobs
  • Loading branch information
openshift-merge-bot[bot] authored Jun 4, 2024
2 parents 2d71553 + d66a96d commit 8eba1ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions jobs/build/k_ocp4/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ node {
aws(credentialsId: 's3-art-srv-enterprise', accessKeyVariable: 'AWS_ACCESS_KEY_ID', secretKeyVariable: 'AWS_SECRET_ACCESS_KEY'),
string(credentialsId: 'art-bot-slack-token', variable: 'SLACK_BOT_TOKEN'),
usernamePassword(credentialsId: 'art-dash-db-login', passwordVariable: 'DOOZER_DB_PASSWORD', usernameVariable: 'DOOZER_DB_USER'),
file(credentialsId: 'art-jenkins-ldap-serviceaccount-private-key', variable: 'RHSM_PULP_KEY'),
file(credentialsId: 'art-jenkins-ldap-serviceaccount-client-cert', variable: 'RHSM_PULP_CERT'),
]) {
withEnv(["BUILD_USER_EMAIL=${builderEmail?: ''}", "BUILD_URL=${BUILD_URL}", "JOB_NAME=${JOB_NAME}", 'DOOZER_DB_NAME=art_dash']) {
sh "rm -rf ./artcd_working && mkdir -p ./artcd_working"
Expand Down
2 changes: 0 additions & 2 deletions jobs/build/ocp4/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ node {
aws(credentialsId: 's3-art-srv-enterprise', accessKeyVariable: 'AWS_ACCESS_KEY_ID', secretKeyVariable: 'AWS_SECRET_ACCESS_KEY'),
string(credentialsId: 'art-bot-slack-token', variable: 'SLACK_BOT_TOKEN'),
usernamePassword(credentialsId: 'art-dash-db-login', passwordVariable: 'DOOZER_DB_PASSWORD', usernameVariable: 'DOOZER_DB_USER'),
file(credentialsId: 'art-jenkins-ldap-serviceaccount-private-key', variable: 'RHSM_PULP_KEY'),
file(credentialsId: 'art-jenkins-ldap-serviceaccount-client-cert', variable: 'RHSM_PULP_CERT'),
file(credentialsId: "art-cluster-art-cd-pipeline-kubeconfig", variable: 'ART_CLUSTER_ART_CD_PIPELINE_KUBECONFIG'),
]) {
withEnv(["BUILD_USER_EMAIL=${builderEmail?: ''}", "BUILD_URL=${BUILD_URL}", "JOB_NAME=${JOB_NAME}", 'DOOZER_DB_NAME=art_dash']) {
Expand Down
2 changes: 0 additions & 2 deletions jobs/build/rebuild/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ node {
string(credentialsId: 'redis-host', variable: 'REDIS_HOST'),
string(credentialsId: 'redis-port', variable: 'REDIS_PORT'),
usernamePassword(credentialsId: 'art-dash-db-login', passwordVariable: 'DOOZER_DB_PASSWORD', usernameVariable: 'DOOZER_DB_USER'),
file(credentialsId: 'art-jenkins-ldap-serviceaccount-private-key', variable: 'RHSM_PULP_KEY'),
file(credentialsId: 'art-jenkins-ldap-serviceaccount-client-cert', variable: 'RHSM_PULP_CERT'),
]) {
echo "Will run ${cmd}"
wrap([$class: 'BuildUser']) {
Expand Down
6 changes: 0 additions & 6 deletions pipeline-scripts/buildlib.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,6 @@ def doozer(cmd, opts=[:]){
usernamePassword(
credentialsId: 'art-dash-db-login',
passwordVariable: 'DOOZER_DB_PASSWORD', usernameVariable: 'DOOZER_DB_USER'),
file(
credentialsId: 'art-jenkins-ldap-serviceaccount-private-key',
variable: 'RHSM_PULP_KEY'),
file(
credentialsId: 'art-jenkins-ldap-serviceaccount-client-cert',
variable: 'RHSM_PULP_CERT'),
]) {
withEnv(['DOOZER_DB_NAME=art_dash']) {
return commonlib.shell(
Expand Down

0 comments on commit 8eba1ac

Please sign in to comment.