@@ -346,7 +346,6 @@ jobs:
346346 isaacsim-base-image : ${{ needs.config.outputs.isaacsim_image_name }}
347347 isaacsim-version : ${{ needs.config.outputs.isaacsim_image_tag }}
348348 filter-pattern : " isaaclab_tasks"
349- extra-pip-packages : " ovrtx"
350349 shard-index : " 0"
351350 shard-count : " 3"
352351 container-name : isaac-lab-tasks-1-test
@@ -369,7 +368,6 @@ jobs:
369368 isaacsim-base-image : ${{ needs.config.outputs.isaacsim_image_name }}
370369 isaacsim-version : ${{ needs.config.outputs.isaacsim_image_tag }}
371370 filter-pattern : " isaaclab_tasks"
372- extra-pip-packages : " ovrtx"
373371 shard-index : " 1"
374372 shard-count : " 3"
375373 container-name : isaac-lab-tasks-2-test
@@ -392,7 +390,6 @@ jobs:
392390 isaacsim-base-image : ${{ needs.config.outputs.isaacsim_image_name }}
393391 isaacsim-version : ${{ needs.config.outputs.isaacsim_image_tag }}
394392 filter-pattern : " isaaclab_tasks"
395- extra-pip-packages : " ovrtx"
396393 shard-index : " 2"
397394 shard-count : " 3"
398395 container-name : isaac-lab-tasks-3-test
@@ -696,6 +693,49 @@ jobs:
696693 filter-pattern : " isaaclab_tasks"
697694 include-files : " test_environments_training.py"
698695 container-name : isaac-lab-environments-training-test
696+
697+ test-rendering-correctness :
698+ name : " rendering-correctness"
699+ runs-on : [self-hosted, gpu]
700+ timeout-minutes : 120
701+ continue-on-error : true
702+ needs : [build, config]
703+ if : needs.build.result == 'success'
704+ steps :
705+ - uses : actions/checkout@v6
706+ with :
707+ fetch-depth : 1
708+ lfs : true
709+ - uses : ./.github/actions/run-package-tests
710+ with :
711+ image-tag : ${{ env.CI_IMAGE_TAG }}
712+ isaacsim-base-image : ${{ needs.config.outputs.isaacsim_image_name }}
713+ isaacsim-version : ${{ needs.config.outputs.isaacsim_image_tag }}
714+ filter-pattern : " isaaclab_tasks"
715+ include-files : " test_rendering_cartpole.py,test_rendering_dexsuite_kuka.py,test_rendering_registered_tasks.py,test_rendering_shadow_hand.py"
716+ container-name : isaac-lab-rendering-correctness-test
717+
718+ test-rendering-correctness-kitless :
719+ name : " rendering-correctness-kitless"
720+ runs-on : [self-hosted, gpu]
721+ timeout-minutes : 120
722+ continue-on-error : true
723+ needs : [build, config]
724+ if : needs.build.result == 'success'
725+ steps :
726+ - uses : actions/checkout@v6
727+ with :
728+ fetch-depth : 1
729+ lfs : true
730+ - uses : ./.github/actions/run-package-tests
731+ with :
732+ image-tag : ${{ env.CI_IMAGE_TAG }}
733+ isaacsim-base-image : ${{ needs.config.outputs.isaacsim_image_name }}
734+ isaacsim-version : ${{ needs.config.outputs.isaacsim_image_tag }}
735+ filter-pattern : " isaaclab_tasks"
736+ extra-pip-packages : " ovrtx"
737+ include-files : " test_rendering_cartpole_kitless.py,test_rendering_dexsuite_kuka_kitless.py,test_rendering_shadow_hand_kitless.py"
738+ container-name : isaac-lab-rendering-correctness-kitless-test
699739 # endregion
700740
701741# region disabled quarantined tests
0 commit comments