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

Scheduler: change /var/lock to /run/lock #1445

Open
wants to merge 28 commits into
base: release-1.14
Choose a base branch
from

Commits on Aug 15, 2024

  1. Scheduler: change /var/lock to /run/lock

    Change the data directory from `/var/lock` to `/run/lock` so that the
    scheduler data directory also works for mariner based images.
    
    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    678b417 View commit details
    Browse the repository at this point in the history
  2. Update dapr in standalone tests to 1.14.1

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6654a5e View commit details
    Browse the repository at this point in the history
  3. Update dapr in github workflow to 1.14.1

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0dea2d0 View commit details
    Browse the repository at this point in the history
  4. Adds scheduler upgrade and downgread tests

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    019e6a7 View commit details
    Browse the repository at this point in the history
  5. Adds back missing tests

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    343d111 View commit details
    Browse the repository at this point in the history
  6. Fix comma in test code

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c20e588 View commit details
    Browse the repository at this point in the history
  7. Fix string match

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c938c55 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Fix string match in standalone e2e test

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    822190c View commit details
    Browse the repository at this point in the history
  2. Increase e2e timeout

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cff312d View commit details
    Browse the repository at this point in the history
  3. Assert directory does not exist

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    dbd961d View commit details
    Browse the repository at this point in the history
  4. Remove old upgrade test versions

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    553f522 View commit details
    Browse the repository at this point in the history
  5. increase timeout

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4014bb3 View commit details
    Browse the repository at this point in the history
  6. Adds container logs command for scheduler fail

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e601f43 View commit details
    Browse the repository at this point in the history
  7. Change data path based image variant

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f778633 View commit details
    Browse the repository at this point in the history
  8. Increase 30m to 45m timeout in workflow

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0281606 View commit details
    Browse the repository at this point in the history
  9. Remove another old test

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a168890 View commit details
    Browse the repository at this point in the history
  10. Remove testing container logs

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    fb41c2e View commit details
    Browse the repository at this point in the history
  11. Use correct names for RBAC resources

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    bd413b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Adds dapr_scheduler log output

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    8353f3f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Read all logs

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7742891 View commit details
    Browse the repository at this point in the history
  2. Only use var lock if in windows

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    389f836 View commit details
    Browse the repository at this point in the history
  3. Linting

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4c26cb6 View commit details
    Browse the repository at this point in the history
  4. linting

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    73a74d4 View commit details
    Browse the repository at this point in the history
  5. Make lock path absolute

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3f79c26 View commit details
    Browse the repository at this point in the history
  6. Remove runtime windows check for mariner

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    41b2a54 View commit details
    Browse the repository at this point in the history
  7. Fix image runtime version on suffix mariner

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9910c5c View commit details
    Browse the repository at this point in the history
  8. Print version..

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    03d99b2 View commit details
    Browse the repository at this point in the history
  9. Increase dapr dashboard to 0.14.0 in upgrade test

    Signed-off-by: joshvanl <[email protected]>
    JoshVanL committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    fa652f9 View commit details
    Browse the repository at this point in the history