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

Enable warnings as errors for weekly run in test suite #6217

Open
wants to merge 70 commits into
base: master
Choose a base branch
from

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    0237e48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    124c444 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    65301db View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    261e6b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16d4f01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7ecbe4 View commit details
    Browse the repository at this point in the history
  4. Update tests/pytest.ini

    mlxd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6c824a7 View commit details
    Browse the repository at this point in the history
  5. Update CL

    mlxd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    23a9765 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'tests/warning_as_error' of github.com:PennyLaneAI/penny…

    …lane into tests/warning_as_error
    mlxd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d7099d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85d6a4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55aa823 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ccdeef8 View commit details
    Browse the repository at this point in the history
  10. Readd missing secrets

    mlxd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a904d48 View commit details
    Browse the repository at this point in the history
  11. Readd missing secrets again

    mlxd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    37fd0cf View commit details
    Browse the repository at this point in the history
  12. Readd missing secrets again

    mlxd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    07b1f6c View commit details
    Browse the repository at this point in the history
  13. Cancel CI [skip-ci]

    mlxd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0dd65a7 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'tests/warning_as_error' of github.com:PennyLaneAI/penny…

    …lane into tests/warning_as_error
    mlxd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    13e31ba View commit details
    Browse the repository at this point in the history
  15. Remove secrets

    mlxd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    80292eb View commit details
    Browse the repository at this point in the history
  16. Migrate location again

    mlxd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    00a9e1c View commit details
    Browse the repository at this point in the history
  17. Disable fail-fast for runs

    mlxd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bb104c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    eccbf9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09f5529 View commit details
    Browse the repository at this point in the history
  3. Change warning capitalization

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    15417e8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'tests/warning_as_error' of github.com:PennyLaneAI/penny…

    …lane into tests/warning_as_error
    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6ce1b72 View commit details
    Browse the repository at this point in the history
  5. Once more with env var inclusion

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4591c1b View commit details
    Browse the repository at this point in the history
  6. reduce concurrent workers

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    872e267 View commit details
    Browse the repository at this point in the history
  7. Remove durations

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0e70c30 View commit details
    Browse the repository at this point in the history
  8. Remove splitting from warning CI

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a4d90e3 View commit details
    Browse the repository at this point in the history
  9. Fix GHA YML syntax error

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    786e826 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    212733f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a41914 View commit details
    Browse the repository at this point in the history
  12. Move with branch in yaml

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0373a52 View commit details
    Browse the repository at this point in the history
  13. Make required item optional

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    523235c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    07b51b7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    749fa01 View commit details
    Browse the repository at this point in the history
  16. Add fromJson

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    80b483d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a5de614 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2c0c8dc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5f197aa View commit details
    Browse the repository at this point in the history
  20. Update .github/workflows/interface-unit-tests.yml

    Co-authored-by: Rashid N H M <95639609+rashidnhm@users.noreply.github.com>
    mlxd and rashidnhm committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    124431c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6c2ae74 View commit details
    Browse the repository at this point in the history
  22. More coercing

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4adffd8 View commit details
    Browse the repository at this point in the history
  23. Remove splits when not required

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    144b321 View commit details
    Browse the repository at this point in the history
  24. Downgrade py versions

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6eac2a2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7ada97b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    67e79ec View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9e1ced3 View commit details
    Browse the repository at this point in the history
  28. Update .github/workflows/interface-unit-tests.yml

    Co-authored-by: Rashid N H M <95639609+rashidnhm@users.noreply.github.com>
    mlxd and rashidnhm committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e7463f0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d3d0529 View commit details
    Browse the repository at this point in the history
  30. Update .github/workflows/interface-unit-tests.yml

    Co-authored-by: Mudit Pandey <mudit.pandey@xanadu.ai>
    mlxd and mudit2812 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    95822bc View commit details
    Browse the repository at this point in the history
  31. Update .github/workflows/interface-unit-tests.yml

    Co-authored-by: Mudit Pandey <mudit.pandey@xanadu.ai>
    mlxd and mudit2812 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a746721 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2d418d2 View commit details
    Browse the repository at this point in the history
  33. Update .github/workflows/package_warnings_as_errors.yml

    Co-authored-by: Mudit Pandey <mudit.pandey@xanadu.ai>
    mlxd and mudit2812 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ade9049 View commit details
    Browse the repository at this point in the history
  34. Fix durations

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9589c9f View commit details
    Browse the repository at this point in the history
  35. Always include split package

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6f68114 View commit details
    Browse the repository at this point in the history
  36. reformat string structure

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    12d74b8 View commit details
    Browse the repository at this point in the history
  37. Need more output

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b37ab75 View commit details
    Browse the repository at this point in the history
  38. More formatting checks

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    392ec4e View commit details
    Browse the repository at this point in the history
  39. Once more

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    79a80ec View commit details
    Browse the repository at this point in the history
  40. Add paren

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    896bca1 View commit details
    Browse the repository at this point in the history
  41. JAXIT

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a5bbfe9 View commit details
    Browse the repository at this point in the history
  42. More echo

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e9a7c8b View commit details
    Browse the repository at this point in the history
  43. More echo

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ecc4383 View commit details
    Browse the repository at this point in the history
  44. TF group check

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3bf4428 View commit details
    Browse the repository at this point in the history
  45. Multiple groupings

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a44a8db View commit details
    Browse the repository at this point in the history
  46. More darting with TF tests

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3258d2c View commit details
    Browse the repository at this point in the history
  47. Enable debug logging

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    33495fe View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    dd9a24b View commit details
    Browse the repository at this point in the history
  49. Enable debug logging+1

    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    33cbeb2 View commit details
    Browse the repository at this point in the history
  50. Merge branch 'tests/warning_as_error' of github.com:PennyLaneAI/penny…

    …lane into tests/warning_as_error
    mlxd committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    01df56b View commit details
    Browse the repository at this point in the history