Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternate jazzy job trigger #303

Merged
merged 2 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading