Skip to content

Commit

Permalink
Alternate jazzy job trigger (#303)
Browse files Browse the repository at this point in the history
* Alternate jazzy jobs

Signed-off-by: Crola1702 <[email protected]>

* Update missing jobs

Signed-off-by: Crola1702 <[email protected]>

---------

Signed-off-by: Crola1702 <[email protected]>
  • Loading branch information
Crola1702 authored May 2, 2024
1 parent 6cfe913 commit ad059a0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jazzy/ci-nightly-connext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build_tool_args: '--cmake-args --no-warn-unused-cli'
build_tool_test_args: '--retest-until-pass 2 --ctest-args -LE xfail --pytest-args -m "not xfail"'
jenkins_job_label: ci-agent
jenkins_job_priority: 50
jenkins_job_schedule: 15 23 * * *
jenkins_job_schedule: 15 23 1-31/3 * *
jenkins_job_timeout: 300
jenkins_job_weight: 4
package_selection_args: '--packages-ignore-regex .*cyclonedds.* rmw_fastrtps.*'
Expand Down
2 changes: 1 addition & 1 deletion jazzy/ci-nightly-cyclonedds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_tool_args: '--cmake-args --no-warn-unused-cli'
build_tool_test_args: '--retest-until-pass 2 --ctest-args -LE xfail --pytest-args -m "not xfail"'
jenkins_job_label: ci-agent
jenkins_job_priority: 50
jenkins_job_schedule: 15 23 * * *
jenkins_job_schedule: 15 23 1-31/3 * *
jenkins_job_timeout: 300
jenkins_job_weight: 4
package_selection_args: '--packages-ignore fastcdr foonathan_memory_vendor --packages-ignore-regex .*connext.* .*fastrtps.*'
Expand Down
2 changes: 1 addition & 1 deletion jazzy/ci-nightly-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build_tool_args: '--cmake-args -DCMAKE_BUILD_TYPE=Debug -DSKIP_MULTI_RMW_TESTS=1
build_tool_test_args: '--retest-until-pass 2 --ctest-args -LE xfail --pytest-args -m "not xfail"'
jenkins_job_label: ci-agent
jenkins_job_priority: 50
jenkins_job_schedule: 15 23 * * *
jenkins_job_schedule: 15 23 1-31/3 * *
jenkins_job_timeout: 360
jenkins_job_weight: 4
package_selection_args: '--packages-ignore rmw_fastrtps_dynamic_cpp'
Expand Down
2 changes: 1 addition & 1 deletion jazzy/ci-nightly-extra-rmw-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build_tool_args: '--cmake-args -DCMAKE_BUILD_TYPE=Release -DSKIP_MULTI_RMW_TESTS
build_tool_test_args: '--retest-until-pass 2 --ctest-args -LE xfail --pytest-args -m "not xfail"'
jenkins_job_label: ci-agent
jenkins_job_priority: 50
jenkins_job_schedule: 15 23 * * *
jenkins_job_schedule: 15 23 1-31/3 * *
jenkins_job_timeout: 300
jenkins_job_weight: 4
repos_files:
Expand Down
2 changes: 1 addition & 1 deletion jazzy/ci-nightly-fastrtps-dynamic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_tool_args: '--cmake-args --no-warn-unused-cli'
build_tool_test_args: '--retest-until-pass 2 --ctest-args -LE xfail --pytest-args -m "not xfail"'
jenkins_job_label: ci-agent
jenkins_job_priority: 50
jenkins_job_schedule: 15 23 * * *
jenkins_job_schedule: 15 23 1-31/3 * *
jenkins_job_timeout: 300
jenkins_job_weight: 4
package_selection_args: '--packages-ignore rmw_fastrtps_cpp --packages-ignore-regex .*connext.* .*cyclonedds.*'
Expand Down
2 changes: 1 addition & 1 deletion jazzy/ci-nightly-fastrtps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_tool_args: '--cmake-args --no-warn-unused-cli'
build_tool_test_args: '--retest-until-pass 2 --ctest-args -LE xfail --pytest-args -m "not xfail"'
jenkins_job_label: ci-agent
jenkins_job_priority: 50
jenkins_job_schedule: 15 23 * * *
jenkins_job_schedule: 15 23 1-31/3 * *
jenkins_job_timeout: 300
jenkins_job_weight: 4
package_selection_args: '--packages-ignore rmw_fastrtps_dynamic_cpp --packages-ignore-regex .*connext.* .*cyclonedds.*'
Expand Down
2 changes: 1 addition & 1 deletion jazzy/ci-nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build_tool_args: '--cmake-args -DCMAKE_BUILD_TYPE=Release -DSKIP_MULTI_RMW_TESTS
build_tool_test_args: '--retest-until-pass 2 --ctest-args -LE xfail --pytest-args -m "not xfail"'
jenkins_job_label: ci-agent
jenkins_job_priority: 50
jenkins_job_schedule: 15 23 * * *
jenkins_job_schedule: 15 23 1-31/3 * *
jenkins_job_timeout: 300
jenkins_job_weight: 4
package_selection_args: '--packages-ignore rmw_fastrtps_dynamic_cpp'
Expand Down

0 comments on commit ad059a0

Please sign in to comment.