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

Add github action to run e2e command "on-demand" #2241

Merged
merged 24 commits into from Nov 5, 2021

Commits on Nov 1, 2021

  1. Add pr e2e command

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    56d5a4a View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    dd6c8f8 View commit details
    Browse the repository at this point in the history
  3. Fix style

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    5b0b6a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Get VERSION from env in makefile and e2eRegex in run-all.sh

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    3b8c522 View commit details
    Browse the repository at this point in the history
  2. Update tag

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    602956e View commit details
    Browse the repository at this point in the history
  3. Add regex parsing

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    f4fd05b View commit details
    Browse the repository at this point in the history
  4. Fix styles

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    d4d3591 View commit details
    Browse the repository at this point in the history
  5. Change condition

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    7ce7af5 View commit details
    Browse the repository at this point in the history
  6. Fix

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    cc4dbf1 View commit details
    Browse the repository at this point in the history
  7. update titles

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    8295623 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Update bash variables

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    41e7643 View commit details
    Browse the repository at this point in the history
  2. Add requisites to the build image

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    f860f66 View commit details
    Browse the repository at this point in the history
  3. Delete image after e2e test

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    160fa48 View commit details
    Browse the repository at this point in the history
  4. Add continue on error in e2e test task (it's already monitored in nex…

    …t steps)
    
    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a2198bb View commit details
    Browse the repository at this point in the history
  5. Style fixes

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a7cbcec View commit details
    Browse the repository at this point in the history
  6. Update task name

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    f072b94 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Add pending changes

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    bafe8db View commit details
    Browse the repository at this point in the history
  2. Use GITHUB_TOKEN instead PAT in docker login

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    2fb9f5b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Use /run-e2e instead of /e2e to trigger the pipeline

    Signed-off-by: Jorge Turrado <jorge.turrado@docplanner.com>
    Jorge Turrado committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    0410562 View commit details
    Browse the repository at this point in the history
  2. Add suffix to use different image instead of production image

    Signed-off-by: Jorge Turrado <jorge.turrado@docplanner.com>
    Jorge Turrado committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    4dd5756 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Signed-off-by: Jorge Turrado <jorge.turrado@docplanner.com>
    Jorge Turrado committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    a84fafd View commit details
    Browse the repository at this point in the history
  4. Add comment to clarify why the variable is empty

    Signed-off-by: Jorge Turrado <jorge.turrado@docplanner.com>
    Jorge Turrado committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    0ca2364 View commit details
    Browse the repository at this point in the history
  5. fix comment

    Signed-off-by: Jorge Turrado <jorge.turrado@docplanner.com>
    Jorge Turrado committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    599ef94 View commit details
    Browse the repository at this point in the history
  6. Remove the image deletion

    Signed-off-by: Jorge Turrado <jorge.turrado@docplanner.com>
    Jorge Turrado committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    98a6953 View commit details
    Browse the repository at this point in the history