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

Update prow #60

Merged
merged 25 commits into from
Jan 10, 2020
Merged

Update prow #60

merged 25 commits into from
Jan 10, 2020

Commits on Nov 19, 2019

  1. Adding build for ppc64le

    Pensu committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    83a4ef1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Add snapshotter CRDs after cluster setup

    Signed-off-by: Grant Griffiths <grant@portworx.com>
    ggriffiths committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    003c14b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Merge pull request kubernetes-csi#45 from ggriffiths/snapshot_beta_crds

    Add snapshotter CRDs after cluster setup
    k8s-ci-robot committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    8adde49 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Merge pull request kubernetes-csi#47 from Pensu/multi-arch

    Adding build for ppc64le
    k8s-ci-robot committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    6d674a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Use kind v0.6.0

    kind v0.6.0 appends the kubeconfig with the default config at
    ~/.kube/config.
    darkowlzz committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    80bba1f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

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

Commits on Dec 3, 2019

  1. Create a kind cluster with two worker nodes so that the topology feat…

    …ure can be tested. Test cases that test accessing volumes from multiple nodes need to be skipped
    msau42 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    9a7a685 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    53888ae View commit details
    Browse the repository at this point in the history
  2. Improve snapshot pod running checks and improve version_gt

    Signed-off-by: Grant Griffiths <grant@portworx.com>
    ggriffiths committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    4ad6949 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-csi#51 from msau42/enable-multinode

    Enable topology testing with hostpath driver
    k8s-ci-robot committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    d7c69d2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-csi#49 from ggriffiths/prowsh_improve_v…

    …ersion_gt
    
    Improve snapshot-controller running check and version_gt to support multiple formats
    k8s-ci-robot committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    771ca6f View commit details
    Browse the repository at this point in the history
  5. fix syntax for ppc64le build

    msau42 committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    a4e6299 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes-csi#53 from msau42/fix-make

    fix syntax for ppc64le build
    k8s-ci-robot committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    540599b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Merge pull request kubernetes-csi#52 from msau42/update-readme

    Improve README by adding an explicit Kubernetes dependency section
    k8s-ci-robot committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    9ace020 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Enable snapshot tests in 1.17 to be run in non-alpha jobs.

    This requires adding one more parallel e2e test run with
    a special focus flag because snapshot tests are still guarded
    with a "[Feature:VolumeSnapshotDataSource]" tag. The setting that
    skips all tests with "[Feature:.*]" has to be removed because it
    overrides the focus.
    
    We don't have serial snapshot tests yet. This needs to be modified
    again if we add any in the future.
    msau42 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    b98b2ae View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Merge pull request kubernetes-csi#56 from msau42/enable-snapshots

    Enable snapshot tests in 1.17 to be run in non-alpha jobs.
    k8s-ci-robot committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    9f1f3dd View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Fix version_gt to work with kubernetes prefix

    Signed-off-by: Grant Griffiths <grant@portworx.com>
    ggriffiths committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    fc80975 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Merge pull request kubernetes-csi#57 from ggriffiths/version_gt_kuber…

    …netes_fix
    
    Fix version_gt to work with Kubernetes prefix
    k8s-ci-robot committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    f6c74b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    af9549b View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#60 from saad-ali/updateHostpathVersion

    Update prow hostpath driver version to 1.3.0-rc2
    k8s-ci-robot committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    5f444b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b0316c View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes-csi#61 from msau42/enable-snapshots

    Fix overriding of junit results
    k8s-ci-robot committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    3c463fb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Update snapshotter to version v2.0.0

    Signed-off-by: Grant Griffiths <grant@portworx.com>
    ggriffiths committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    8191eab View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-csi#64 from ggriffiths/snapshotter_2_ve…

    …rsion_update
    
    Update snapshotter to version v2.0.0
    k8s-ci-robot committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    4cc9174 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

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