diff --git a/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/config.yaml b/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/config.yaml index 8604144fd..d5427780c 100644 --- a/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/config.yaml +++ b/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/config.yaml @@ -75,197 +75,197 @@ data: decorate_all_jobs: true - presubmits: - kubeflow/katib: - - name: kubeflow-katib-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - ^master|release-.+$ - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] + # presubmits: + # kubeflow/katib: + # - name: kubeflow-katib-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) + # branches: + # - ^master|release-.+$ + # decorate: false + # labels: + # preset-aws-cred: "true" + # always_run: true + # spec: + # containers: + # - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest + # imagePullPolicy: Always + # command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/kfctl: - - name: kubeflow-kfctl-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - master - - v1.2-branch - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] + # kubeflow/kfctl: + # - name: kubeflow-kfctl-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) + # branches: + # - master + # - v1.2-branch + # decorate: false + # labels: + # preset-aws-cred: "true" + # always_run: true + # spec: + # containers: + # - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest + # imagePullPolicy: Always + # command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/kfserving: - - name: kubeflow-kfserving-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - master - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] + # kubeflow/kfserving: + # - name: kubeflow-kfserving-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) + # branches: + # - master + # decorate: false + # labels: + # preset-aws-cred: "true" + # always_run: true + # spec: + # containers: + # - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest + # imagePullPolicy: Always + # command: ["/usr/local/bin/run_workflows.sh"] - kserve/kserve: - - name: kubeflow-kserve-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - master - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] + # kserve/kserve: + # - name: kubeflow-kserve-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) + # branches: + # - master + # decorate: false + # labels: + # preset-aws-cred: "true" + # always_run: true + # spec: + # containers: + # - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest + # imagePullPolicy: Always + # command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/kubeflow: - - name: kubeflow-kubeflow-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - ^master|v.+-branch$ - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] + # kubeflow/kubeflow: + # - name: kubeflow-kubeflow-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) + # branches: + # ^master|v.+-branch$ + # decorate: false + # labels: + # preset-aws-cred: "true" + # always_run: true + # spec: + # containers: + # - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest + # imagePullPolicy: Always + # command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/manifests: - - name: kubeflow-manifests-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - ^master|v.+-branch$ - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] + # kubeflow/manifests: + # - name: kubeflow-manifests-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) + # branches: + # ^master|v.+-branch$ + # decorate: false + # labels: + # preset-aws-cred: "true" + # always_run: true + # spec: + # containers: + # - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest + # imagePullPolicy: Always + # command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/pytorch-operator: - - name: kubeflow-pytorch-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - master - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] + # kubeflow/pytorch-operator: + # - name: kubeflow-pytorch-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) + # branches: + # - master + # decorate: false + # labels: + # preset-aws-cred: "true" + # always_run: true + # spec: + # containers: + # - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest + # imagePullPolicy: Always + # command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/testing: - - name: kubeflow-testing-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - master - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] + # kubeflow/testing: + # - name: kubeflow-testing-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) + # branches: + # - master + # decorate: false + # labels: + # preset-aws-cred: "true" + # always_run: true + # spec: + # containers: + # - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest + # imagePullPolicy: Always + # command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/training-operator: - - name: kubeflow-training-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - master - - v1.2-branch - - v1.3-branch - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] + # kubeflow/training-operator: + # - name: kubeflow-training-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) + # branches: + # - master + # - v1.2-branch + # - v1.3-branch + # decorate: false + # labels: + # preset-aws-cred: "true" + # always_run: true + # spec: + # containers: + # - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest + # imagePullPolicy: Always + # command: ["/usr/local/bin/run_workflows.sh"] - postsubmits: - kubeflow/kubeflow: - - name: kubeflow-kubeflow-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - ^master|v.+-branch$ - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] + # postsubmits: + # kubeflow/kubeflow: + # - name: kubeflow-kubeflow-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type) + # branches: + # ^master|v.+-branch$ + # decorate: false + # labels: + # preset-aws-cred: "true" + # always_run: true + # spec: + # containers: + # - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest + # imagePullPolicy: Always + # command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/training-operator: - - name: kubeflow-training-operator-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - master - - v1.2-branch - - v1.3-branch - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] + # kubeflow/training-operator: + # - name: kubeflow-training-operator-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type) + # branches: + # - master + # - v1.2-branch + # - v1.3-branch + # decorate: false + # labels: + # preset-aws-cred: "true" + # always_run: true + # spec: + # containers: + # - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest + # imagePullPolicy: Always + # command: ["/usr/local/bin/run_workflows.sh"] - periodics: - - interval: 1h - agent: kubernetes - name: infra-editor-sync - labels: - preset-aws-cred: "true" - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/daily-worker:latest - command: ["/usr/local/bin/update-iam-assume-role-policy.sh"] - env: - - name: TRUST_POLICY - value: https://raw.githubusercontent.com/kubeflow/testing/master/aws/Access/assume-role-access/infra-editor/trust-policy.json - - name: ROLE_NAME - value: infra-editor + # periodics: + # - interval: 1h + # agent: kubernetes + # name: infra-editor-sync + # labels: + # preset-aws-cred: "true" + # spec: + # containers: + # - image: public.ecr.aws/j1r0q0g6/daily-worker:latest + # command: ["/usr/local/bin/update-iam-assume-role-policy.sh"] + # env: + # - name: TRUST_POLICY + # value: https://raw.githubusercontent.com/kubeflow/testing/master/aws/Access/assume-role-access/infra-editor/trust-policy.json + # - name: ROLE_NAME + # value: infra-editor - - interval: 1h - agent: kubernetes - name: infra-viewer-sync - labels: - preset-aws-cred: "true" - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/daily-worker:latest - command: ["/usr/local/bin/update-iam-assume-role-policy.sh"] - env: - - name: TRUST_POLICY - value: https://raw.githubusercontent.com/kubeflow/testing/master/aws/Access/assume-role-access/infra-viewer/trust-policy.json - - name: ROLE_NAME - value: infra-viewer + # - interval: 1h + # agent: kubernetes + # name: infra-viewer-sync + # labels: + # preset-aws-cred: "true" + # spec: + # containers: + # - image: public.ecr.aws/j1r0q0g6/daily-worker:latest + # command: ["/usr/local/bin/update-iam-assume-role-policy.sh"] + # env: + # - name: TRUST_POLICY + # value: https://raw.githubusercontent.com/kubeflow/testing/master/aws/Access/assume-role-access/infra-viewer/trust-policy.json + # - name: ROLE_NAME + # value: infra-viewer kind: ConfigMap metadata: creationTimestamp: null diff --git a/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/plugins.yaml b/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/plugins.yaml index ad208e2a5..0bc1ed03a 100644 --- a/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/plugins.yaml +++ b/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/plugins.yaml @@ -1,27 +1,27 @@ apiVersion: v1 data: plugins.yaml: | - plugins: - kubeflow/katib: - - trigger - kubeflow/kfctl: - - trigger - kubeflow/kfserving: - - trigger - kserve/kserve: - - trigger - kubeflow/kubeflow: - - trigger - kubeflow/manifests: - - trigger - kubeflow/pytorch-operator: - - trigger - kubeflow/training-operator: - - trigger - kubeflow/xgboost-operator: - - trigger - kubeflow/testing: - - trigger + # plugins: + # kubeflow/katib: + # - trigger + # kubeflow/kfctl: + # - trigger + # kubeflow/kfserving: + # - trigger + # kserve/kserve: + # - trigger + # kubeflow/kubeflow: + # - trigger + # kubeflow/manifests: + # - trigger + # kubeflow/pytorch-operator: + # - trigger + # kubeflow/training-operator: + # - trigger + # kubeflow/xgboost-operator: + # - trigger + # kubeflow/testing: + # - trigger kind: ConfigMap metadata: creationTimestamp: null diff --git a/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/config.yaml b/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/config.yaml index 1b8b54006..5ee3e1a20 100644 --- a/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/config.yaml +++ b/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/config.yaml @@ -72,194 +72,194 @@ presets: decorate_all_jobs: true -presubmits: - kubeflow/katib: - - name: kubeflow-katib-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - ^master|release-.+$ - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] +# presubmits: +# kubeflow/katib: +# - name: kubeflow-katib-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) +# branches: +# - ^master|release-.+$ +# decorate: false +# labels: +# preset-aws-cred: "true" +# always_run: true +# spec: +# containers: +# - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest +# imagePullPolicy: Always +# command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/kfctl: - - name: kubeflow-kfctl-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - master - - v1.2-branch - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] +# kubeflow/kfctl: +# - name: kubeflow-kfctl-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) +# branches: +# - master +# - v1.2-branch +# decorate: false +# labels: +# preset-aws-cred: "true" +# always_run: true +# spec: +# containers: +# - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest +# imagePullPolicy: Always +# command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/kfserving: - - name: kubeflow-kfserving-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - master - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] +# kubeflow/kfserving: +# - name: kubeflow-kfserving-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) +# branches: +# - master +# decorate: false +# labels: +# preset-aws-cred: "true" +# always_run: true +# spec: +# containers: +# - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest +# imagePullPolicy: Always +# command: ["/usr/local/bin/run_workflows.sh"] - kserve/kserve: - - name: kubeflow-kserve-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - master - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] +# kserve/kserve: +# - name: kubeflow-kserve-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) +# branches: +# - master +# decorate: false +# labels: +# preset-aws-cred: "true" +# always_run: true +# spec: +# containers: +# - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest +# imagePullPolicy: Always +# command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/kubeflow: - - name: kubeflow-kubeflow-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - ^master|v.+-branch$ - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] +# kubeflow/kubeflow: +# - name: kubeflow-kubeflow-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) +# branches: +# ^master|v.+-branch$ +# decorate: false +# labels: +# preset-aws-cred: "true" +# always_run: true +# spec: +# containers: +# - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest +# imagePullPolicy: Always +# command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/manifests: - - name: kubeflow-manifests-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - ^master|v.+-branch$ - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] +# kubeflow/manifests: +# - name: kubeflow-manifests-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) +# branches: +# ^master|v.+-branch$ +# decorate: false +# labels: +# preset-aws-cred: "true" +# always_run: true +# spec: +# containers: +# - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest +# imagePullPolicy: Always +# command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/pytorch-operator: - - name: kubeflow-pytorch-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - master - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] +# kubeflow/pytorch-operator: +# - name: kubeflow-pytorch-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) +# branches: +# - master +# decorate: false +# labels: +# preset-aws-cred: "true" +# always_run: true +# spec: +# containers: +# - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest +# imagePullPolicy: Always +# command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/testing: - - name: kubeflow-testing-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - master - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] +# kubeflow/testing: +# - name: kubeflow-testing-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) +# branches: +# - master +# decorate: false +# labels: +# preset-aws-cred: "true" +# always_run: true +# spec: +# containers: +# - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest +# imagePullPolicy: Always +# command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/training-operator: - - name: kubeflow-training-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - master - - v1.2-branch - - v1.3-branch - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] +# kubeflow/training-operator: +# - name: kubeflow-training-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) +# branches: +# - master +# - v1.2-branch +# - v1.3-branch +# decorate: false +# labels: +# preset-aws-cred: "true" +# always_run: true +# spec: +# containers: +# - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest +# imagePullPolicy: Always +# command: ["/usr/local/bin/run_workflows.sh"] -postsubmits: - kubeflow/kubeflow: - - name: kubeflow-kubeflow-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - ^master|v.+-branch$ - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] +# postsubmits: +# kubeflow/kubeflow: +# - name: kubeflow-kubeflow-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type) +# branches: +# ^master|v.+-branch$ +# decorate: false +# labels: +# preset-aws-cred: "true" +# always_run: true +# spec: +# containers: +# - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest +# imagePullPolicy: Always +# command: ["/usr/local/bin/run_workflows.sh"] - kubeflow/training-operator: - - name: kubeflow-training-operator-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type) - branches: - - master - - v1.2-branch - - v1.3-branch - decorate: false - labels: - preset-aws-cred: "true" - always_run: true - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest - imagePullPolicy: Always - command: ["/usr/local/bin/run_workflows.sh"] +# kubeflow/training-operator: +# - name: kubeflow-training-operator-postsubmit # convention: (job type)-(repo name)-(suite name)-(test type) +# branches: +# - master +# - v1.2-branch +# - v1.3-branch +# decorate: false +# labels: +# preset-aws-cred: "true" +# always_run: true +# spec: +# containers: +# - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest +# imagePullPolicy: Always +# command: ["/usr/local/bin/run_workflows.sh"] -periodics: -- interval: 1h - agent: kubernetes - name: infra-editor-sync - labels: - preset-aws-cred: "true" - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/daily-worker:latest - command: ["/usr/local/bin/update-iam-assume-role-policy.sh"] - env: - - name: TRUST_POLICY - value: https://raw.githubusercontent.com/kubeflow/testing/master/aws/Access/assume-role-access/infra-editor/trust-policy.json - - name: ROLE_NAME - value: infra-editor +# periodics: +# - interval: 1h +# agent: kubernetes +# name: infra-editor-sync +# labels: +# preset-aws-cred: "true" +# spec: +# containers: +# - image: public.ecr.aws/j1r0q0g6/daily-worker:latest +# command: ["/usr/local/bin/update-iam-assume-role-policy.sh"] +# env: +# - name: TRUST_POLICY +# value: https://raw.githubusercontent.com/kubeflow/testing/master/aws/Access/assume-role-access/infra-editor/trust-policy.json +# - name: ROLE_NAME +# value: infra-editor -- interval: 1h - agent: kubernetes - name: infra-viewer-sync - labels: - preset-aws-cred: "true" - spec: - containers: - - image: public.ecr.aws/j1r0q0g6/daily-worker:latest - command: ["/usr/local/bin/update-iam-assume-role-policy.sh"] - env: - - name: TRUST_POLICY - value: https://raw.githubusercontent.com/kubeflow/testing/master/aws/Access/assume-role-access/infra-viewer/trust-policy.json - - name: ROLE_NAME - value: infra-viewer +# - interval: 1h +# agent: kubernetes +# name: infra-viewer-sync +# labels: +# preset-aws-cred: "true" +# spec: +# containers: +# - image: public.ecr.aws/j1r0q0g6/daily-worker:latest +# command: ["/usr/local/bin/update-iam-assume-role-policy.sh"] +# env: +# - name: TRUST_POLICY +# value: https://raw.githubusercontent.com/kubeflow/testing/master/aws/Access/assume-role-access/infra-viewer/trust-policy.json +# - name: ROLE_NAME +# value: infra-viewer diff --git a/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/plugins.yaml b/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/plugins.yaml index 1bba103ce..be9813bc9 100644 --- a/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/plugins.yaml +++ b/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/plugins.yaml @@ -1,21 +1,21 @@ -plugins: - kubeflow/katib: - - trigger - kubeflow/kfctl: - - trigger - kubeflow/kfserving: - - trigger - kserve/kserve: - - trigger - kubeflow/kubeflow: - - trigger - kubeflow/manifests: - - trigger - kubeflow/pytorch-operator: - - trigger - kubeflow/training-operator: - - trigger - kubeflow/xgboost-operator: - - trigger - kubeflow/testing: - - trigger +# plugins: +# kubeflow/katib: +# - trigger +# kubeflow/kfctl: +# - trigger +# kubeflow/kfserving: +# - trigger +# kserve/kserve: +# - trigger +# kubeflow/kubeflow: +# - trigger +# kubeflow/manifests: +# - trigger +# kubeflow/pytorch-operator: +# - trigger +# kubeflow/training-operator: +# - trigger +# kubeflow/xgboost-operator: +# - trigger +# kubeflow/testing: +# - trigger