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

ci: fix failing tests #1248

Merged
merged 21 commits into from
Jun 21, 2024
Merged

ci: fix failing tests #1248

merged 21 commits into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. ci: cleanup test workflow

    sandydoo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1514386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beba5bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7ec263 View commit details
    Browse the repository at this point in the history
  4. examples: fix otelcol test on macos

    Bind the collector to localhost to avoid triggering the firewall on
    macOS.
    sandydoo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7efa2d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a51d1ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8f66c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2711f88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0a795f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3b48a6 View commit details
    Browse the repository at this point in the history
  10. tests: fix cli tests

    - Fix `devenv search` pattern matching
    - Skip container tests on macOS. Not supported at the moment.
    sandydoo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7890c6c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a525b07 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    215c6b2 View commit details
    Browse the repository at this point in the history
  13. devenv-run-tests: implement patch scripts

    Use `.patch.sh` to run setup before the shell is launched. This is
    useful to create or patch devenv.nix files.
    
    `.setup.sh` now runs inside the shell to allow access to packages. This
    mimics running commands manually as the user.
    sandydoo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    908f731 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1a6e3c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e284641 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d7394df View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6bd8f88 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4679c34 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ba0a59f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a4427df View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5a3b934 View commit details
    Browse the repository at this point in the history