Skip to content

Commit

Permalink
Disable testing and CMake on pr-win stub
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Jan 28, 2025
1 parent 72927f8 commit ce1457f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jenkins-scripts/dsl/gazebo_libs.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ GLOBAL_SHELL_CMD=''
ENABLE_CPPCHECK = true
GITHUB_SUPPORT_ALL_BRANCHES = []
ENABLE_GITHUB_PR_INTEGRATION = true
DISABLE_TESTING = false
DISABLE_CMAKE_WARNS = false

def WRITE_JOB_LOG = System.getenv('WRITE_JOB_LOG') ?: false
logging_list = [:].withDefault {[]}
Expand Down Expand Up @@ -483,10 +485,10 @@ branch_index.each { lib_name, distro_configs ->
Globals.gazebodistro_branch = true
OSRFWinCompilationAnyGitHub.create(gz_win_ci_any_old_job,
"gazebosim/${lib_name}",
is_testing_enabled(lib_name, ci_config),
DISABLE_TESTING,
branch_names,
ENABLE_GITHUB_PR_INTEGRATION,
are_cmake_warnings_enabled(lib_name, ci_config))
DISABLE_CMAKE_WARNS)
gz_win_ci_any_old_job.with
{
description('Stub job: check new -pr-c*win jobs')
Expand Down

0 comments on commit ce1457f

Please sign in to comment.