Skip to content

Commit

Permalink
Revert "Changed CI base directory to /opt" (#959)
Browse files Browse the repository at this point in the history
This reverts commit a74c9ef.
  • Loading branch information
marip8 authored Nov 9, 2023
1 parent 5a16fa9 commit 86fbc07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,11 @@ jobs:
AFTER_INIT: './.github/workflows/add_ros_apt_sources.sh'
UPSTREAM_WORKSPACE: 'dependencies.repos'
ROSDEP_SKIP_KEYS: "fcl opw_kinematics ros_industrial_cmake_boilerplate iwyu octomap catkin"
BASEDIR: /opt
PREFIX: ${{ github.repository }}_
UPSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Release"
TARGET_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DTESSERACT_ENABLE_TESTING=ON"
BEFORE_RUN_TARGET_TEST_EMBED: "ici_with_unset_variables source ${BASEDIR}/${PREFIX}target_ws/install/setup.bash"
AFTER_SCRIPT: 'rm -r ${BASEDIR}/${PREFIX}upstream_ws/build ${BASEDIR}/${PREFIX}target_ws/build'
BEFORE_RUN_TARGET_TEST_EMBED: "ici_with_unset_variables source $BASEDIR/${PREFIX}target_ws/install/setup.bash"
AFTER_SCRIPT: 'rm -r $BASEDIR/${PREFIX}upstream_ws/build $BASEDIR/${PREFIX}target_ws/build'
DOCKER_COMMIT: ${{ steps.meta.outputs.tags }}

- name: Push post-build Docker
Expand Down

1 comment on commit 86fbc07

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 86fbc07 Previous: 5a16fa9 Ratio
BM_CLONE_BulletDiscreteBVHManager_ACTIVE_OBJ_2/real_time 58.80271029007939 us/iter 29.26801543224282 us/iter 2.01
BM_SET_COLLISION_OBJECTS_TRANSFORM_SINGLE_BulletDiscreteBVHManager_ACTIVE_OBJ_512/real_time 300.8431202560276 ns/iter 145.83999250148756 ns/iter 2.06
BM_SET_COLLISION_OBJECTS_TRANSFORM_VECTOR_BulletDiscreteBVHManager_ACTIVE_OBJ_512/real_time 326.498382536802 ns/iter 151.45324943306863 ns/iter 2.16
BM_SET_COLLISION_OBJECTS_TRANSFORM_MAP_BulletDiscreteBVHManager_ACTIVE_OBJ_2/real_time 184.360313726067 ns/iter 91.01574627628801 ns/iter 2.03
BM_SET_COLLISION_OBJECTS_TRANSFORM_MAP_BulletDiscreteBVHManager_ACTIVE_OBJ_8/real_time 215.19003127998647 ns/iter 104.23787587026656 ns/iter 2.06
BM_CLONE_BulletDiscreteSimpleManager_ACTIVE_OBJ_0/real_time 68.43984687044527 us/iter 32.14061907434928 us/iter 2.13
BM_CLONE_BulletDiscreteSimpleManager_ACTIVE_OBJ_8/real_time 68.37702276001643 us/iter 32.91350883844517 us/iter 2.08
BM_CLONE_BulletDiscreteSimpleManager_ACTIVE_OBJ_16/real_time 73.11083180300817 us/iter 35.16416299666857 us/iter 2.08
BM_ENVIRONMENT_CLONE/real_time 44.71643319929658 us/iter 20.899635107476467 us/iter 2.14

This comment was automatically generated by workflow using github-action-benchmark.

CC: @Levi-Armstrong

Please sign in to comment.