Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[meta] stabilize CI tests #935

Merged
merged 5 commits into from
Nov 25, 2020
Merged

[meta] stabilize CI tests #935

merged 5 commits into from
Nov 25, 2020

Commits on Nov 25, 2020

  1. [meta] watch upgrade rollout

    This commit watch resources rollout after upgrade to ensure that goss
    tests are run on "upgraded" pods.
    jmlrt committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    f79d2de View commit details
    Browse the repository at this point in the history
  2. [meta] standardize examples

    This commit standardizes the examples to simplify their maintenance:
    - use variable for timeout values
    - use `.yaml` extension for every test value files
    - rename security examples yaml files for consistency with other
      examples values files
    - reorder and standardize make targets to simplify diff
    - remove unused or obsolete make targets
    jmlrt committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    2893264 View commit details
    Browse the repository at this point in the history
  3. [meta] use last running pod for goss

    This commit update goss `kubectl get pod` command to retrieve only
    running pods and sort them by age, then use the newer pod for goss test.
    
    This is required to ensure that we aren't running goss tests on an older
    pod which is terminating.
    jmlrt committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    9423c7c View commit details
    Browse the repository at this point in the history
  4. [meta] remove mention of hostname in goss tests

    This commit remove the hostname checks into goss tests to avoid error
    when goss tests aren't run on the first pod.
    jmlrt committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    d6d2d17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    481a458 View commit details
    Browse the repository at this point in the history