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

Refactor actions to rebuild CI image from CI #2405

Merged
merged 31 commits into from
Jul 19, 2021

Commits on Jul 2, 2021

  1. Add dependabot config

    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    962627f View commit details
    Browse the repository at this point in the history
  2. Workarround missing ARG support in dependabot

    Parrent image can't yet be parameterized for version parsing
    dependabot/dependabot-core#2057
    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    d747b97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9f2d76 View commit details
    Browse the repository at this point in the history
  4. Remove FAIL_ON_BUILD_FAILURE ARG

    now that CI image builds from rolling testing
    and no longer ros2 nightly
    so forcing image rebuilds is no longer needed
    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    32891af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    841e67b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d64a440 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63e20cb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82b4a84 View commit details
    Browse the repository at this point in the history
  9. Rename action

    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    a826eb2 View commit details
    Browse the repository at this point in the history
  10. Combine workflows to avoid dispaching

    as that requires a github personal access token
    which is an inconvenience to generate and add to repo secrets
    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    5d89cd6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    51ba215 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    38f746b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6b97653 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    36b40cc View commit details
    Browse the repository at this point in the history
  15. Test with always

    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    6ffb2a2 View commit details
    Browse the repository at this point in the history
  16. Update param syntax

    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    7fbe145 View commit details
    Browse the repository at this point in the history
  17. Test with always

    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    7a19b54 View commit details
    Browse the repository at this point in the history
  18. Update if syntax

    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    c67d947 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ba3edf7 View commit details
    Browse the repository at this point in the history
  20. Simplify if params

    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    bea7330 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    85ba450 View commit details
    Browse the repository at this point in the history
  22. Indent formating

    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    01b6373 View commit details
    Browse the repository at this point in the history
  23. Add step conditional

    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    d8c51f1 View commit details
    Browse the repository at this point in the history
  24. Default arg to build from unpinned parrent stage

    allowing CI to build from pinned testing image
    while enabling dependabot to find and update testing image version
    ensuring CI images are up-to-date with upstream registries
    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    6581fa9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e803a90 View commit details
    Browse the repository at this point in the history
  26. Ignore .github folder

    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    039ca7f View commit details
    Browse the repository at this point in the history
  27. testing

    ruffsl committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    fbddd72 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Update colcon-cache

    ruffsl committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    4ec61bf View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Revert to rolling

    ruffsl committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    d96b21f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Revert testing

    ruffsl authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    bfaa6b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Update README

    ruffsl committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    da42e3e View commit details
    Browse the repository at this point in the history