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

changing depedencies and build plan to be able to use parallel buld or mvnd and to be sure artifacts are available when running its use verifier in auto mode (e.g embedded most of the time) or mvnd and use verifier in auto mode (e.g embedded most of the time) #479

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

Commits on Jul 24, 2022

  1. try to include those dependencies to fake the build plan and be sure …

    …its are runned last when using -Txx or mvnd
    
    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    a01c091 View commit details
    Browse the repository at this point in the history
  2. try -T3 for Jenkins and gh

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    f244735 View commit details
    Browse the repository at this point in the history
  3. maven-surefire-report-plugin need as well

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    9c50e63 View commit details
    Browse the repository at this point in the history
  4. try to get plugins installed locally so we can have verify working, i…

    …deally we should use a different local repo
    
    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    8818811 View commit details
    Browse the repository at this point in the history
  5. no need of extraArtifacts

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    6212c4a View commit details
    Browse the repository at this point in the history
  6. wrong merge

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    d65f1a6 View commit details
    Browse the repository at this point in the history
  7. add junit platform provider as well

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    880d96f View commit details
    Browse the repository at this point in the history
  8. surefire-its should depend on all providers

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    3c1a52b View commit details
    Browse the repository at this point in the history
  9. fix typo

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    33f9533 View commit details
    Browse the repository at this point in the history
  10. fix merge

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    2c655f4 View commit details
    Browse the repository at this point in the history
  11. test Verifier using embedded/auto mode

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    074d532 View commit details
    Browse the repository at this point in the history
  12. only one thread to avoid flaky tests and fix path of log4j logs to be…

    … in target directory
    
    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    aa49e63 View commit details
    Browse the repository at this point in the history
  13. remove -T3 option

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    674877f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. those tests expect the verifier to be forked

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    06ba494 View commit details
    Browse the repository at this point in the history
  2. force this test as verifier fork

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    1fe7653 View commit details
    Browse the repository at this point in the history
  3. move this a property so it is possible to use -D

    Signed-off-by: Olivier Lamy <olamy@apache.org>
    olamy committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    6fb66af View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. touch to trigger build

    olamy authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    6b0ed1b View commit details
    Browse the repository at this point in the history