Skip to content

17.6.1

Choose a tag to compare

@github-actions github-actions released this 02 Oct 06:54

Description

Abstract

modify BuildAndRun workflow to avoid No space left on device error

  • Stop using ros container to delete host large unused files
  • Use actions/cache for quick ros setup

Background

Recently, the BuildAndRun workflows were failed due to No space left on device error

https://github.com/tier4/scenario_simulator_v2/actions/workflows/BuildAndRun.yaml

Screenshot image

References

Destructive Changes

None

Known Limitations

None

Related Issues