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

Global image for external #5553

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    37d0c30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ae0514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e415d58 View commit details
    Browse the repository at this point in the history
  4. Removed usage of variable in method name

    to make it readable, find-able and more generic
    judovana committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5047445 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    9f3f031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    520656f View commit details
    Browse the repository at this point in the history
  3. reworked roeprties so they can work in multi-image environment

    instead of hardcoded ubuntu/ubi images a generic approach was set
    generic_packages are those which ahve same name on all supported iamges
    REGEX_packages cen set  special packages per distribution
    eg ubuntu_packages will be installed on ubuntu only
    eg (fedora|ubi|rhel|centos)_packages will be iisntalled on RH systems
    
    This already supports versioned ones, so eg
    centos:10_packages will indeed restrict the packages to os centos 10
    
    This introduced hackish way how to handle hardcoded criu-openj9-images
    in this multi-image environment
    judovana committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5f88915 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Added explicit search for java in /opt/java/openjdk

    It seems that default contianer was not searching directly in, as the
    linking on rest of the system led to it. Now all images I tried properly
    tests mounted java if it is there.
    
    if not, default search is still on and works fine for both default with
    mount, without mount or for other images with java on path without mount
    judovana committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b028d4a View commit details
    Browse the repository at this point in the history
  2. Added set of warning for case the mounted jdk is missing or TEST_JAVA…

    … is not part of the mount commnad
    judovana committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0a3f3db View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    b1e20d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3638b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b47ef1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26cd87f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 23, 2024

  1. Removed common depenencies

    judovana committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    82b1c78 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Properly expand build-essentials which are not in fedora, and ascii doc

    It is quite hard to tell what is build-essentials i feodra world, but
    generally it seems to be: make automake gcc gcc-c++ kernel-devel
    Asciidocs seems to be on all systems
    judovana committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e36ff60 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Changed decvlaration of pacakges in criu-ubi-portable-checkpoint to g…

    …eneric
    
    all `git wget perl make` install fie on all tried OSes
    judovana committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    172a1f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0839a27 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. better readme for EXTERNAL_AQA_IMAGE

    Co-authored-by: Shelley Lambert <[email protected]>
    judovana and smlambert authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    673b223 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. decalred -> declared

    judovana committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    849d2bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7f25af View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Update external/build_all.sh

    Co-authored-by: Martijn Verburg <[email protected]>
    judovana and karianna authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    14dd897 View commit details
    Browse the repository at this point in the history
  2. Update external/common_functions.sh

    Co-authored-by: Martijn Verburg <[email protected]>
    judovana and karianna authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d8acc30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1db200 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4b11c4 View commit details
    Browse the repository at this point in the history