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

Feature: integration tests with different runtimes #23

Merged
merged 21 commits into from
Mar 25, 2022

Commits on Mar 20, 2022

  1. chore(*): tune gitignore

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    41d34b7 View commit details
    Browse the repository at this point in the history
  2. feat(sample): add web project as target app

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    0ed57bc View commit details
    Browse the repository at this point in the history
  3. feat(sample): add dockerfile

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    d877056 View commit details
    Browse the repository at this point in the history
  4. chore(tests): extract common fixtures logic to separate method

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    642e031 View commit details
    Browse the repository at this point in the history
  5. chore(tests): replace prebuilt target container with custom sample

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    9f6f7fd View commit details
    Browse the repository at this point in the history
  6. chore(tests): cleanup scripts

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    f54ca8c View commit details
    Browse the repository at this point in the history
  7. chore(tests): add ability to specify target framework & override imag…

    …e in tests
    
    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    4ababec View commit details
    Browse the repository at this point in the history
  8. chore(ci): add matrix to gha build

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    71eabb4 View commit details
    Browse the repository at this point in the history
  9. chore(tests): extend timeout

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    7e16a19 View commit details
    Browse the repository at this point in the history
  10. chore(ci): fix pipeline

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    298e17f View commit details
    Browse the repository at this point in the history
  11. chore(tests): fix tags

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    db7430e View commit details
    Browse the repository at this point in the history
  12. fix(sample): set different target frameworks property

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    0caa623 View commit details
    Browse the repository at this point in the history
  13. chore(ci): disable fail-fast

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    357d5f0 View commit details
    Browse the repository at this point in the history
  14. fix(tests): try to fix concurrent testcases

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    ea4b41b View commit details
    Browse the repository at this point in the history
  15. chore(kubernetes): add container state description to pod waiting in …

    …case of error
    
    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    8191948 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. chore(tests): use builder to generate testcases

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    c50ea59 View commit details
    Browse the repository at this point in the history
  2. fix(kubernetes): use correct fields for error message generation

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    e8575f3 View commit details
    Browse the repository at this point in the history
  3. fix(tests): try to fix parallel execution

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    5551389 View commit details
    Browse the repository at this point in the history
  4. fix(cli): use better error message in case of failure

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    0e372ba View commit details
    Browse the repository at this point in the history
  5. fix(tests): simplify test execution

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    010f4fb View commit details
    Browse the repository at this point in the history
  6. fix(tests): lower parallel degree

    Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
    ArtemTrofimushkin committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    375a056 View commit details
    Browse the repository at this point in the history