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

Up2023.10 #174

Merged
merged 9 commits into from
Nov 17, 2023
Merged

Up2023.10 #174

merged 9 commits into from
Nov 17, 2023

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    cd4fad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c96cf94 View commit details
    Browse the repository at this point in the history
  3. Check for right master for worker build_args

    If no master exists, lavalab-gen.py fail, so found the right master.
    montjoie committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    60abf25 View commit details
    Browse the repository at this point in the history
  4. Permit to have ser2net on a different worker

    ser2net could be on a different host than where lava-worker ran.
    So add a worker: option to permit to specify where it is.
    
    Signed-off-by: Corentin LABBE <[email protected]>
    montjoie committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    de1cb15 View commit details
    Browse the repository at this point in the history
  5. Handle also the migration bug on 2023.08/2023.10

    The migration bug is handled only when upgrading to 2023.06.
    But some users will migrate also to 2023.08/2023.10, let's handle this.
    
    Signed-off-by: Corentin LABBE <[email protected]>
    montjoie committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f091c6e View commit details
    Browse the repository at this point in the history
  6. Cache device-type list

    Permit the device-type loop to be faster by caching the device-type
    list.
    This also remove a crash when the call is inside the loop.
    I dont find the reason of this crash, but it works now.
    
    Signed-off-by: Corentin LABBE <[email protected]>
    montjoie committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    25b38b4 View commit details
    Browse the repository at this point in the history
  7. Remove now un-necessary ports

    Since LAVA does not use zmq, lot of ports are now unnecessary to export.
    
    Signed-off-by: Corentin LABBE <[email protected]>
    montjoie committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    572f84c View commit details
    Browse the repository at this point in the history
  8. Permit to choose on which address master process will listen

    If lava-docker is used with an apache in proxy mode, permit to restrict
    it on a specific address (like localhost)
    
    Signed-off-by: Corentin LABBE <[email protected]>
    montjoie committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0c2e705 View commit details
    Browse the repository at this point in the history
  9. Upgrade to 2023.10

    Signed-off-by: Corentin LABBE <[email protected]>
    montjoie committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f0cde33 View commit details
    Browse the repository at this point in the history