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

[WIP] CI: handle required workflows when skipped #5469

Open
wants to merge 51 commits into
base: development
Choose a base branch
from

Commits on Nov 19, 2024

  1. Add docs change to trigger CI

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7f59e52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0432f0a View commit details
    Browse the repository at this point in the history
  3. Debugging

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    20250bb View commit details
    Browse the repository at this point in the history
  4. Debugging: skip macOS workflow

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bfda461 View commit details
    Browse the repository at this point in the history
  5. Debugging: skip Azure workflows

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    360b43d View commit details
    Browse the repository at this point in the history
  6. Debugging

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ff66cf8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f7023f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7a8ffb View commit details
    Browse the repository at this point in the history
  9. Debugging

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f8d5036 View commit details
    Browse the repository at this point in the history
  10. Debugging from scratch

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a443348 View commit details
    Browse the repository at this point in the history
  11. Debugging

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8020529 View commit details
    Browse the repository at this point in the history
  12. Clean up bash script

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    07f752f View commit details
    Browse the repository at this point in the history
  13. Clean up bash script

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    616e07c View commit details
    Browse the repository at this point in the history
  14. Clean up bash script

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    33520ed View commit details
    Browse the repository at this point in the history
  15. Use shared YAML file

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    822c719 View commit details
    Browse the repository at this point in the history
  16. Fix shared YAML file

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f456176 View commit details
    Browse the repository at this point in the history
  17. Debugging shared YAML file

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4f79b76 View commit details
    Browse the repository at this point in the history
  18. Clean up workflow files

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6d01072 View commit details
    Browse the repository at this point in the history
  19. Clean up workflow files

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8cdcfc9 View commit details
    Browse the repository at this point in the history
  20. Clean up workflow files

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b1dacec View commit details
    Browse the repository at this point in the history
  21. Clean up workflow files

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8628ce1 View commit details
    Browse the repository at this point in the history
  22. Clean up workflow files

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    69b8902 View commit details
    Browse the repository at this point in the history
  23. Pass runs-on as input

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f7bb79e View commit details
    Browse the repository at this point in the history
  24. Add missing type parameter

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4754962 View commit details
    Browse the repository at this point in the history
  25. Update ubuntu workflow

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b185fcc View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3394214 View commit details
    Browse the repository at this point in the history
  27. Fix clang sanitizers workflow

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    96e5527 View commit details
    Browse the repository at this point in the history
  28. Update clang tidy workflow

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bdf2fe0 View commit details
    Browse the repository at this point in the history
  29. Update code quality workflow

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ea76676 View commit details
    Browse the repository at this point in the history
  30. Update cuda workflow

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6a6c48c View commit details
    Browse the repository at this point in the history
  31. Update hip workflow

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2a264cf View commit details
    Browse the repository at this point in the history
  32. Update insitu workflow

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    698cbfd View commit details
    Browse the repository at this point in the history
  33. Update intel workflow

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b9e03e0 View commit details
    Browse the repository at this point in the history
  34. Update windows workflow

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    af29335 View commit details
    Browse the repository at this point in the history
  35. Fix windows workflow

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f523373 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    eb21f6a View commit details
    Browse the repository at this point in the history
  37. Skip full jobs in all workflows

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5c46e8d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    488add9 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    90a2751 View commit details
    Browse the repository at this point in the history
  40. Fix if condition

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c4681e1 View commit details
    Browse the repository at this point in the history
  41. Test if condition

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    3ddb412 View commit details
    Browse the repository at this point in the history
  42. Debug if condition

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7dcd716 View commit details
    Browse the repository at this point in the history
  43. Do not use shared YAML file

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    eb2cb20 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    cfbcd0b View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a7dce8e View commit details
    Browse the repository at this point in the history
  46. Test new fix

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4094c1f View commit details
    Browse the repository at this point in the history
  47. Fix all workflows

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5119f4c View commit details
    Browse the repository at this point in the history
  48. Remove obsolete file

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    44b99c0 View commit details
    Browse the repository at this point in the history
  49. Fix clang tidy workflow

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4dbe458 View commit details
    Browse the repository at this point in the history
  50. Clean up

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6636191 View commit details
    Browse the repository at this point in the history
  51. Reset paths to ignore

    EZoni committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7a5e040 View commit details
    Browse the repository at this point in the history