Skip to content

Commit

Permalink
Enable OSL 1.33.0 nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed May 10, 2024
1 parent e6d8901 commit 171c57b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions job-dsls/jobs/prod/prod_cron_meta_nightly_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ def SERVERLESS_LOGIC_DROOLS_NEXT_PRODUCT_VERSION=SERVERLESS_LOGIC_NEXT_PRODUCT_V
def SERVERLESS_LOGIC_NEXT_PRODUCT_BRANCH='main'
def SERVERLESS_LOGIC_NEXT_PRODUCT_CONFIG_BRANCH="master"

// def SERVERLESS_LOGIC_CURRENT_PRODUCT_VERSION='1.32.0'
// def SERVERLESS_LOGIC_KOGITO_CURRENT_PRODUCT_VERSION='9.99.0'
// def SERVERLESS_LOGIC_DROOLS_CURRENT_PRODUCT_VERSION='9.99.0'
// def SERVERLESS_LOGIC_CURRENT_PRODUCT_BRANCH='9.99.x-prod'
// def SERVERLESS_LOGIC_CURRENT_PRODUCT_CONFIG_BRANCH="openshift-serverless-logic/9.99.x"
def SERVERLESS_LOGIC_CURRENT_PRODUCT_VERSION='1.33.0'
def SERVERLESS_LOGIC_KOGITO_CURRENT_PRODUCT_VERSION='9.100.0'
def SERVERLESS_LOGIC_DROOLS_CURRENT_PRODUCT_VERSION='9.100.0'
def SERVERLESS_LOGIC_CURRENT_PRODUCT_BRANCH='9.100.x-prod'
def SERVERLESS_LOGIC_CURRENT_PRODUCT_CONFIG_BRANCH="openshift-serverless-logic/9.100.x"

// Should be uncommented and used with kogitoWithSpecDroolsNightlyStage once Next is set for RHPAM 7.14.0 (or main)
// def DROOLS_NEXT_PRODUCT_VERSION='8.13.0'
Expand Down Expand Up @@ -49,7 +49,7 @@ pipeline{
stages {
// Openshift Serverless Logic
//{serverlessLogicNightlyStage(SERVERLESS_LOGIC_CURRENT_PRODUCT_BRANCH, SERVERLESS_LOGIC_CURRENT_PRODUCT_CONFIG_BRANCH, SERVERLESS_LOGIC_CURRENT_PRODUCT_VERSION, SERVERLESS_LOGIC_KOGITO_CURRENT_PRODUCT_VERSION, SERVERLESS_LOGIC_DROOLS_CURRENT_PRODUCT_VERSION)}
${serverlessLogicNightlyStage(SERVERLESS_LOGIC_CURRENT_PRODUCT_BRANCH, SERVERLESS_LOGIC_CURRENT_PRODUCT_CONFIG_BRANCH, SERVERLESS_LOGIC_CURRENT_PRODUCT_VERSION, SERVERLESS_LOGIC_KOGITO_CURRENT_PRODUCT_VERSION, SERVERLESS_LOGIC_DROOLS_CURRENT_PRODUCT_VERSION)}
${serverlessLogicNightlyStage(SERVERLESS_LOGIC_NEXT_PRODUCT_BRANCH, SERVERLESS_LOGIC_NEXT_PRODUCT_CONFIG_BRANCH, SERVERLESS_LOGIC_NEXT_PRODUCT_VERSION, SERVERLESS_LOGIC_KOGITO_NEXT_PRODUCT_VERSION, SERVERLESS_LOGIC_DROOLS_NEXT_PRODUCT_VERSION)}
// Drools Ansible Integration
Expand Down

0 comments on commit 171c57b

Please sign in to comment.