|
1 | 1 | # Test jobs generated by build_jobs.py (do not manually edit)
|
2 |
| -# 13 jobs |
| 2 | +# 11 jobs |
3 | 3 | presubmits:
|
4 | 4 | kubernetes/kops:
|
5 | 5 |
|
@@ -716,133 +716,3 @@ presubmits:
|
716 | 716 | testgrid-dashboards: kops-presubmits, presubmits-kops, sig-cluster-lifecycle-kops
|
717 | 717 | testgrid-days-of-results: '90'
|
718 | 718 | testgrid-tab-name: e2e-kuberouter
|
719 |
| - |
720 |
| -# {"cloud": "aws", "distro": "u2204arm64", "extra_flags": "--discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "networking": "cilium"} |
721 |
| - - name: pull-kops-e2e-cni-cilium-noskip |
722 |
| - branches: |
723 |
| - - master |
724 |
| - always_run: false |
725 |
| - optional: true |
726 |
| - skip_report: false |
727 |
| - labels: |
728 |
| - preset-service-account: "true" |
729 |
| - preset-aws-ssh: "true" |
730 |
| - preset-aws-credential: "true" |
731 |
| - preset-dind-enabled: "true" |
732 |
| - decorate: true |
733 |
| - decoration_config: |
734 |
| - timeout: 90m |
735 |
| - path_alias: k8s.io/kops |
736 |
| - spec: |
737 |
| - containers: |
738 |
| - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master |
739 |
| - imagePullPolicy: Always |
740 |
| - command: |
741 |
| - - runner.sh |
742 |
| - args: |
743 |
| - - bash |
744 |
| - - -c |
745 |
| - - | |
746 |
| - make test-e2e-install |
747 |
| - kubetest2 kops \ |
748 |
| - -v 2 \ |
749 |
| - --up --build --down \ |
750 |
| - --cloud-provider=aws \ |
751 |
| - --create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-arm64-server-20230728' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \ |
752 |
| - --kubernetes-version=https://dl.k8s.io/release/stable.txt \ |
753 |
| - --kops-binary-path=/home/prow/go/src/k8s.io/kops/.build/dist/linux/amd64/kops \ |
754 |
| - --test=kops \ |
755 |
| - -- \ |
756 |
| - --ginkgo-args="--debug" \ |
757 |
| - --test-args="-test.timeout=60m -num-nodes=0" \ |
758 |
| - --test-package-marker=stable.txt \ |
759 |
| - --skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|nfs|NFS|Gluster|SSH.should.SSH.to.all.nodes.and.run.commands" \ |
760 |
| - --parallel=25 |
761 |
| - securityContext: |
762 |
| - privileged: true |
763 |
| - env: |
764 |
| - - name: KUBE_SSH_KEY_PATH |
765 |
| - value: /etc/aws-ssh/aws-ssh-private |
766 |
| - - name: KUBE_SSH_USER |
767 |
| - value: ubuntu |
768 |
| - - name: GOPATH |
769 |
| - value: /home/prow/go |
770 |
| - resources: |
771 |
| - requests: |
772 |
| - cpu: "2" |
773 |
| - memory: "6Gi" |
774 |
| - annotations: |
775 |
| - test.kops.k8s.io/cloud: aws |
776 |
| - test.kops.k8s.io/distro: u2204arm64 |
777 |
| - test.kops.k8s.io/extra_flags: --discovery-store=s3://k8s-kops-prow/discovery |
778 |
| - test.kops.k8s.io/k8s_version: stable |
779 |
| - test.kops.k8s.io/kops_channel: alpha |
780 |
| - test.kops.k8s.io/networking: cilium |
781 |
| - testgrid-dashboards: kops-presubmits, presubmits-kops, sig-cluster-lifecycle-kops |
782 |
| - testgrid-days-of-results: '90' |
783 |
| - testgrid-tab-name: e2e-cilium-noskip |
784 |
| - |
785 |
| -# {"cloud": "aws", "distro": "u2204arm64", "extra_flags": "--ipv6 --topology=private --bastion --zones=us-west-2a --discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "networking": "cilium"} |
786 |
| - - name: pull-kops-e2e-cni-cilium-ipv6-noskip |
787 |
| - branches: |
788 |
| - - master |
789 |
| - always_run: false |
790 |
| - optional: true |
791 |
| - skip_report: false |
792 |
| - labels: |
793 |
| - preset-service-account: "true" |
794 |
| - preset-aws-ssh: "true" |
795 |
| - preset-aws-credential: "true" |
796 |
| - preset-dind-enabled: "true" |
797 |
| - decorate: true |
798 |
| - decoration_config: |
799 |
| - timeout: 90m |
800 |
| - path_alias: k8s.io/kops |
801 |
| - spec: |
802 |
| - containers: |
803 |
| - - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230727-ea685f8747-master |
804 |
| - imagePullPolicy: Always |
805 |
| - command: |
806 |
| - - runner.sh |
807 |
| - args: |
808 |
| - - bash |
809 |
| - - -c |
810 |
| - - | |
811 |
| - make test-e2e-install |
812 |
| - kubetest2 kops \ |
813 |
| - -v 2 \ |
814 |
| - --up --build --down \ |
815 |
| - --cloud-provider=aws \ |
816 |
| - --create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-arm64-server-20230728' --channel=alpha --networking=cilium --ipv6 --topology=private --bastion --zones=us-west-2a --discovery-store=s3://k8s-kops-prow/discovery" \ |
817 |
| - --kubernetes-version=https://dl.k8s.io/release/stable.txt \ |
818 |
| - --kops-binary-path=/home/prow/go/src/k8s.io/kops/.build/dist/linux/amd64/kops \ |
819 |
| - --test=kops \ |
820 |
| - -- \ |
821 |
| - --ginkgo-args="--debug" \ |
822 |
| - --test-args="-test.timeout=60m -num-nodes=0" \ |
823 |
| - --test-package-marker=stable.txt \ |
824 |
| - --skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|nfs|NFS|Gluster|SSH.should.SSH.to.all.nodes.and.run.commands" \ |
825 |
| - --parallel=25 |
826 |
| - securityContext: |
827 |
| - privileged: true |
828 |
| - env: |
829 |
| - - name: KUBE_SSH_KEY_PATH |
830 |
| - value: /etc/aws-ssh/aws-ssh-private |
831 |
| - - name: KUBE_SSH_USER |
832 |
| - value: ubuntu |
833 |
| - - name: GOPATH |
834 |
| - value: /home/prow/go |
835 |
| - resources: |
836 |
| - requests: |
837 |
| - cpu: "2" |
838 |
| - memory: "6Gi" |
839 |
| - annotations: |
840 |
| - test.kops.k8s.io/cloud: aws |
841 |
| - test.kops.k8s.io/distro: u2204arm64 |
842 |
| - test.kops.k8s.io/extra_flags: --ipv6 --topology=private --bastion --zones=us-west-2a --discovery-store=s3://k8s-kops-prow/discovery |
843 |
| - test.kops.k8s.io/k8s_version: stable |
844 |
| - test.kops.k8s.io/kops_channel: alpha |
845 |
| - test.kops.k8s.io/networking: cilium |
846 |
| - testgrid-dashboards: kops-presubmits, presubmits-kops, sig-cluster-lifecycle-kops |
847 |
| - testgrid-days-of-results: '90' |
848 |
| - testgrid-tab-name: e2e-cilium-ipv6-noskip |
0 commit comments