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

chore: sync beta branch beta/v0.37 with tier4/main #1600

Merged
merged 68 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
921be33
refactor(mission_planner): move anonymous functions to utils and add …
kosuke55 Oct 3, 2024
552786f
refactor(autoware_multi_object_tracker): separate detected object cov…
technolojin Oct 3, 2024
8f09a11
fix(tier4_control_launch): fix aeb input predicted object topic name …
ismetatabay Oct 3, 2024
b401eba
refactor(goal_planner): use the PullOverPath, PullOverPathCandidates …
soblin Oct 3, 2024
01d9d67
ci(codecov): update planning target component (#9021)
soblin Oct 3, 2024
6a379e9
refactor(lane_change): refactor code using transient data (#8997)
mkquda Oct 3, 2024
3288946
test(mission_planner): add unit tests of utility functions (#9011)
kosuke55 Oct 4, 2024
6c82525
feat(autoware_multi_object_tracker): Set maximum reverse velocity to …
technolojin Oct 4, 2024
3a75e98
fix(goal_planner): fix parking_path curvature and DecidingState trans…
soblin Oct 4, 2024
9e32e92
ci(codecov): manage perception component (#9025)
soblin Oct 4, 2024
a02064d
ci(codecov): add map/localization target (#9026)
soblin Oct 4, 2024
ede738d
chore(avoidance_by_lane_change, external_request_lane_change): add ma…
mkquda Oct 4, 2024
567180c
ci(codecov): perception component (#9028)
soblin Oct 4, 2024
047758e
chore: update CODEOWNERS (#8925)
awf-autoware-bot[bot] Oct 4, 2024
85f578c
refactor(lane_change): replace any code that can use transient data (…
zulfaqar-azmi-t4 Oct 4, 2024
af2ea1b
ci(codecov): add setting for entire each component (#9030)
soblin Oct 4, 2024
338deba
chore(path_optimizer): add warn msg for exceptional behavior (#9033)
yuki-takagi-66 Oct 4, 2024
1e26395
refactor(tier4_perception_launch): remove duplicated parameter declar…
badai-nguyen Oct 4, 2024
f85bf32
fix(behavior_path_planner_common): swap boolean for filterObjectsByVe…
go-sakayori Oct 7, 2024
13e6530
refactor(goal planner): hold modified_goal in PullOverPath ,copy modi…
soblin Oct 7, 2024
4f97001
fix(intersection): set RTC enable (#9040)
go-sakayori Oct 7, 2024
7ab3061
test(obstacle_collision_checker): refactor and add tests (#8989)
maxime-clem Oct 7, 2024
ef9ec8d
chore(codecov): fix perception component (#9041)
soblin Oct 7, 2024
46f2650
test(surround_obstacle_checker): add unit tests (#9039)
satoshi-ota Oct 7, 2024
40447c7
chore: added maintainers to the cuda_utils package (#9042)
knzo25 Oct 7, 2024
e9ecd7f
chore(tensorrt_common): update maintainers (#9043)
amadeuszsz Oct 7, 2024
88fa2eb
feat(tier4_planning_rviz_plugin): set path colors from rviz and add f…
KhalilSelyan Oct 7, 2024
872ddb3
docs(coverage): display component wise coverage matrics (#9032)
soblin Oct 7, 2024
ac8238d
chore: update CODEOWNERS (#9037)
awf-autoware-bot[bot] Oct 7, 2024
d4d40cd
refactor(lane_change): refactor get_lane_change_lanes function (#9044)
zulfaqar-azmi-t4 Oct 7, 2024
c2438fd
fix(autoware_mpc_lateral_controller): fix calculation method of predi…
kyoichi-sugahara Oct 7, 2024
61e1e6c
test(mission_planner): add test of default_planner (#9050)
kosuke55 Oct 8, 2024
bd2cea4
chore(mission_planner): fix typo (#9053)
kosuke55 Oct 8, 2024
88e2ae1
feat(obstacle_cruise_planner): improve stop and cruise behavior for c…
Oct 8, 2024
43d7bbf
feat(autoware_lidar _ransfusion): fix 3d bounding box orientation (#9…
SamratThapa120 Oct 8, 2024
76c1a6d
chore: update CODEOWNERS (#9051)
awf-autoware-bot[bot] Oct 8, 2024
f256c0b
test(bpp_common): add test for footprint (#9056)
go-sakayori Oct 9, 2024
9d78e00
test(bpp_common): add test for object related functions (#9062)
go-sakayori Oct 9, 2024
3eafb9b
test(bpp_common): add test for parking departure utils (#9055)
go-sakayori Oct 9, 2024
41e08dc
refactor(goal_planner): remove modified_goal in ThreadDafeData (#9010)
soblin Oct 9, 2024
f49e7a6
chore(autoware_ground_segmentation): scan ground filter refactoring (…
technolojin Oct 10, 2024
146be20
refactor(goal_planner): remove lane parking pull over path (#9063)
soblin Oct 10, 2024
23bb4a0
fix(autoware_lidar_transfusion): set tensor names by matching with pr…
SamratThapa120 Oct 10, 2024
2ab8f88
refactor(goal_planner): remove prev_data / last_path_idx_time from Th…
soblin Oct 10, 2024
1746798
fix: fix Boost.Optional build error on Jazzy (#7602)
f0reachARR Oct 10, 2024
b93ddd9
test(bpp_common): add test for occupancy grid based collision detecto…
go-sakayori Oct 10, 2024
aaa8429
chore(obstacle_cruise_planner): add maintainer (#9077)
Oct 10, 2024
d1e6892
test(traffic_light): write test for utils (#9046)
satoshi-ota Oct 11, 2024
d01ae0d
fix(crosswalk): fix passing direction calclation for the objects (#9071)
yuki-takagi-66 Oct 11, 2024
dbcf7aa
fix(lane_change): insert stop for current lanes object (RT0-33761) (…
zulfaqar-azmi-t4 Oct 11, 2024
f5818f7
fix(.github): change `runs-on` value from `ubuntu-latest` to `ubuntu-…
Kazunori-Nakajima Oct 11, 2024
543b45e
refactor(autoware_autonomous_emergency_braking): rename info_marker_p…
kyoichi-sugahara Oct 11, 2024
a71ef19
docs(autoware_pose_covariance_modifier): fix gt symbol (#9082)
meliketanrikulu Oct 11, 2024
d137f7c
refactor(osqp_interface): added autoware prefix to osqp_interface (#8…
esteve Oct 15, 2024
0de8669
test(no_stopping_area): refactor and add tests (#9009)
maxime-clem Oct 15, 2024
8c63c61
refactor(bpp_common, motion_utils): move path shifter util functions …
go-sakayori Oct 15, 2024
bb825f0
test(motion_utils): add test for path shift (#9083)
go-sakayori Oct 15, 2024
328ffa9
feat(costmap_generator, control_validator, scenario_selector, surroun…
Kazunori-Nakajima Oct 15, 2024
08d4914
refactor(polar_grid): add autoware prefix to polar_grid (#8945)
esteve Oct 15, 2024
b502351
refactor(freespace_planner): move functions to utils (#9058)
mkquda Oct 15, 2024
95bb2c6
refactor(object_recognition_utils): add autoware prefix to object_rec…
esteve Oct 15, 2024
bc1e8d5
test(freespace_planner): add unit tests for util functions (#9059)
mkquda Oct 16, 2024
7cf1ffa
test(freespace_planner): make unit tests for member functions (#9060)
mkquda Oct 16, 2024
a3c7ede
test(bpp_common): add test for objects filtering except for lanelet u…
go-sakayori Oct 16, 2024
23f4c86
refactor(obstacle_collision_checker): move to autoware namespace (#9047)
maxime-clem Oct 16, 2024
2be4572
fix(tensorrt_common): add enqueueV3 support (#9018)
StepTurtle Oct 16, 2024
9f595a8
Merge branch 'beta/v0.37' into sync-upstream
hayato-m126 Oct 17, 2024
75facd2
Merge pull request #1589 from tier4/sync-upstream
tier4-autoware-public-bot[bot] Oct 17, 2024
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
26 changes: 13 additions & 13 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ common/autoware_ad_api_specs/** [email protected] [email protected]
common/autoware_auto_common/** [email protected] [email protected] [email protected] [email protected]
common/autoware_geography_utils/** [email protected]
common/autoware_grid_map_utils/** [email protected]
common/autoware_interpolation/** [email protected] [email protected]
common/autoware_kalman_filter/** [email protected] [email protected] [email protected]
common/autoware_motion_utils/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
common/autoware_object_recognition_utils/** [email protected] [email protected] [email protected]
common/autoware_overlay_rviz_plugin/autoware_mission_details_overlay_rviz_plugin/** [email protected]
common/autoware_overlay_rviz_plugin/autoware_overlay_rviz_plugin/** [email protected]
common/autoware_path_distance_calculator/** [email protected]
Expand All @@ -23,12 +25,10 @@ common/fake_test_node/** [email protected] [email protected] shumpei.wakabay
common/global_parameter_loader/** [email protected]
common/glog_component/** [email protected]
common/goal_distance_calculator/** [email protected]
common/interpolation/** [email protected] [email protected]
common/object_recognition_utils/** [email protected] [email protected] [email protected]
common/osqp_interface/** [email protected] [email protected] [email protected] [email protected]
common/polar_grid/** [email protected]
common/qp_interface/** [email protected] [email protected] [email protected] [email protected]
common/tensorrt_common/** [email protected] [email protected]
common/tensorrt_common/** [email protected] dan.umeda@tier4.jp kenzo.lobos@tier4.jp [email protected]
common/tier4_adapi_rviz_plugin/** [email protected] [email protected] [email protected]
common/tier4_api_utils/** [email protected]
common/tier4_camera_view_rviz_plugin/** [email protected] [email protected]
Expand Down Expand Up @@ -58,7 +58,7 @@ control/autoware_trajectory_follower_base/** [email protected] takayuki.m
control/autoware_trajectory_follower_node/** [email protected] [email protected]
control/autoware_vehicle_cmd_gate/** [email protected] [email protected]
control/control_performance_analysis/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
control/obstacle_collision_checker/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
control/autoware_obstacle_collision_checker/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
control/predicted_path_checker/** [email protected]
evaluator/autoware_control_evaluator/** [email protected] [email protected] [email protected] [email protected]
evaluator/autoware_evaluator_utils/** [email protected] [email protected]
Expand All @@ -84,15 +84,15 @@ localization/autoware_landmark_based_localizer/autoware_ar_tag_based_localizer/*
localization/autoware_landmark_based_localizer/autoware_landmark_manager/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
localization/autoware_landmark_based_localizer/autoware_lidar_marker_localizer/** [email protected] [email protected]
localization/autoware_localization_error_monitor/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
localization/autoware_localization_util/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
localization/autoware_ndt_scan_matcher/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
localization/autoware_pose2twist/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
localization/autoware_pose_covariance_modifier/** [email protected]
localization/autoware_pose_estimator_arbiter/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
localization/autoware_pose_initializer/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
localization/autoware_pose_instability_detector/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
localization/autoware_stop_filter/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
localization/autoware_twist2accel/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
localization/autoware_localization_util/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
localization/autoware_ndt_scan_matcher/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
localization/yabloc/yabloc_common/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
localization/yabloc/yabloc_image_processing/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
localization/yabloc/yabloc_monitor/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
Expand All @@ -106,7 +106,7 @@ perception/autoware_bytetrack/** [email protected] [email protected]
perception/autoware_cluster_merger/** [email protected] [email protected] [email protected]
perception/autoware_compare_map_segmentation/** [email protected] [email protected] [email protected]
perception/autoware_crosswalk_traffic_light_estimator/** [email protected] [email protected] [email protected]
perception/autoware_detected_object_feature_remover/** tomoya.kimura@tier4.jp yoshi.ri@tier4.jp kotaro.uetake@tier4.jp
perception/autoware_detected_object_feature_remover/** kotaro.uetake@tier4.jp tomoya.kimura@tier4.jp yoshi.ri@tier4.jp
perception/autoware_detected_object_validation/** [email protected] [email protected] [email protected] [email protected] [email protected]
perception/autoware_detection_by_tracker/** [email protected] [email protected] [email protected]
perception/autoware_elevation_map_loader/** [email protected] [email protected] [email protected]
Expand Down Expand Up @@ -162,9 +162,9 @@ planning/autoware_scenario_selector/** [email protected] satoshi.ota@tier
planning/autoware_static_centerline_generator/** [email protected] [email protected]
planning/autoware_surround_obstacle_checker/** [email protected] [email protected]
planning/autoware_velocity_smoother/** [email protected] [email protected] [email protected] [email protected] [email protected]
planning/behavior_path_planner/autoware_behavior_path_avoidance_by_lane_change_module/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
planning/behavior_path_planner/autoware_behavior_path_avoidance_by_lane_change_module/** [email protected] fumiya.watanabe@tier4.jp maxime.clement@tier4.jp [email protected] [email protected] [email protected] [email protected] [email protected]
planning/behavior_path_planner/autoware_behavior_path_dynamic_obstacle_avoidance_module/** [email protected] [email protected] [email protected] [email protected]
planning/behavior_path_planner/autoware_behavior_path_external_request_lane_change_module/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
planning/behavior_path_planner/autoware_behavior_path_external_request_lane_change_module/** [email protected] [email protected] kosuke.takeuchi@tier4.jp maxime.clement@tier4.jp [email protected] [email protected] [email protected] [email protected]
planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
planning/behavior_path_planner/autoware_behavior_path_planner/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
Expand All @@ -191,9 +191,9 @@ planning/behavior_velocity_planner/autoware_behavior_velocity_virtual_traffic_li
planning/behavior_velocity_planner/autoware_behavior_velocity_walkway_module/** [email protected] [email protected] [email protected] [email protected]
planning/motion_velocity_planner/autoware_motion_velocity_dynamic_obstacle_stop_module/** [email protected] [email protected]
planning/motion_velocity_planner/autoware_motion_velocity_obstacle_velocity_limiter_module/** [email protected] [email protected]
planning/motion_velocity_planner/autoware_motion_velocity_out_of_lane_module/** [email protected] [email protected] [email protected] [email protected] [email protected]
planning/motion_velocity_planner/autoware_motion_velocity_planner_common/** [email protected]
planning/motion_velocity_planner/autoware_motion_velocity_planner_node/** [email protected]
planning/motion_velocity_planner/autoware_motion_velocity_out_of_lane_module/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
planning/motion_velocity_planner/autoware_motion_velocity_planner_common/** [email protected] [email protected]
planning/motion_velocity_planner/autoware_motion_velocity_planner_node/** [email protected] [email protected]
planning/sampling_based_planner/autoware_bezier_sampler/** [email protected]
planning/sampling_based_planner/autoware_frenet_planner/** [email protected]
planning/sampling_based_planner/autoware_path_sampler/** [email protected]
Expand All @@ -208,7 +208,7 @@ sensing/autoware_radar_scan_to_pointcloud2/** [email protected] shunsuke.m
sensing/autoware_radar_static_pointcloud_filter/** [email protected] [email protected] [email protected] [email protected]
sensing/autoware_radar_threshold_filter/** [email protected] [email protected] [email protected] [email protected]
sensing/autoware_radar_tracks_noise_filter/** [email protected] [email protected] [email protected] [email protected]
sensing/cuda_utils/** daisuke.nishimatsu@tier4.jp [email protected]
sensing/cuda_utils/** [email protected] kenzo.lobos@tier4.jp [email protected]
sensing/livox/autoware_livox_tag_filter/** [email protected] [email protected]
sensing/vehicle_velocity_converter/** [email protected]
simulator/autoware_carla_interface/** [email protected] [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

clang-tidy-differential:
needs: build-and-test-differential
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe-cuda
steps:
- name: Set PR fetch depth
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cancel-previous-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
cancel-previous-workflows:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Cancel previous runs
uses: styfle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-build-depends.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
check-build-depends:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container: ${{ matrix.container }}
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-pr-comments-manually.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true
jobs:
clang-tidy-pr-comments-manually:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-pr-comments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
clang-tidy-pr-comments:
if: ${{ github.event.workflow_run.event == 'pull_request' && contains(fromJson('["success", "failure"]'), github.event.workflow_run.conclusion) }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/comment-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ on:
- beta/v0.[0-9]+.[1-9]+

jobs:
comment:
runs-on: ubuntu-latest
comment-on-pr:
runs-on: ubuntu-22.04
permissions:
pull-requests: write
steps:
- name: Create comments
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

jobs:
cppcheck-differential:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Set PR fetch depth
Expand Down Expand Up @@ -71,7 +71,7 @@
id: cppcheck
run: |
echo "Running Cppcheck on modified packages: ${{ steps.filter-paths-no-cpp-files.outputs.filtered-full-paths }}"
cppcheck --enable=all --inconclusive --check-level=exhaustive -D'PLUGINLIB_EXPORT_CLASS(class_type, base_class)=' -Dslots= -DQ_SLOTS= --error-exitcode=1 --suppressions-list=.cppcheck_suppressions --inline-suppr ${{ steps.filter-paths-no-cpp-files.outputs.filtered-full-paths }} 2> cppcheck-report.txt

Check warning on line 74 in .github/workflows/cppcheck-differential.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (Dslots)
shell: bash

- name: Setup Problem Matchers for cppcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck-weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

jobs:
cppcheck-weekly:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand All @@ -23,7 +23,7 @@
continue-on-error: true
id: cppcheck
run: |
cppcheck --enable=all --inconclusive --check-level=exhaustive -D'PLUGINLIB_EXPORT_CLASS(class_type, base_class)=' -Dslots= -DQ_SLOTS= --suppress=*:*/test/* --error-exitcode=1 --xml --inline-suppr . 2> cppcheck-report.xml

Check warning on line 26 in .github/workflows/cppcheck-weekly.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (Dslots)
shell: bash

- name: Count errors by error ID and severity
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
jobs:
dco:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-closed-pr-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
delete-closed-pr-docs:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
deploy-docs:
needs: prevent-no-label-execution
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
github-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Set tag name
id: set-tag-name
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/json-schema-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
check-if-relevant-files-changed:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
run-check: ${{ steps.paths_filter.outputs.json_or_yaml }}
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
json-schema-check:
needs: check-if-relevant-files-changed
if: needs.check-if-relevant-files-changed.outputs.run-check == 'true'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
no-relevant-changes:
needs: check-if-relevant-files-changed
if: needs.check-if-relevant-files-changed.outputs.run-check == 'false'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Dummy step
run: echo "No relevant changes, passing check"
2 changes: 1 addition & 1 deletion .github/workflows/pr-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
pr_agent_job:
needs: prevent-no-label-execution-pr-agent
if: ${{ needs.prevent-no-label-execution-pr-agent.outputs.run == 'true' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
issues: write
pull-requests: write
Expand All @@ -21,7 +21,7 @@
name: Run pr agent on every pull request, respond to user comments
steps:
- name: PR Agent action step
id: pragent

Check warning on line 24 in .github/workflows/pr-agent.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (pragent)
uses: Codium-ai/pr-agent@main
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY_PR_AGENT }}
Expand All @@ -35,6 +35,6 @@
config.model_turbo: gpt-4o
config.max_model_tokens: 64000
pr_code_suggestions.max_context_tokens: 12000
pr_code_suggestions.commitable_code_suggestions: true

Check warning on line 38 in .github/workflows/pr-agent.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (commitable)
pr_reviewer.enable_review_labels_effort: false
pr_reviewer.enable_review_labels_security: false
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
label:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/labeler@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pre-commit-autoupdate:
needs: check-secret
if: ${{ needs.check-secret.outputs.set == 'true' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Generate token
id: generate-token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
pre-commit-optional:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
pre-commit:
if: ${{ github.event.repository.private }} # Use pre-commit.ci for public repositories
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Generate token
id: generate-token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
spell-check-daily:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
spell-check-differential:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
sync-files:
needs: check-secret
if: ${{ needs.check-secret.outputs.set == 'true' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Generate token
id: generate-token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-codeowners-from-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
update-codeowners-from-packages:
needs: check-secret
if: ${{ needs.check-secret.outputs.set == 'true' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Generate token
id: generate-token
Expand Down
Loading
Loading