Skip to content

Commit

Permalink
Roll back self-managed repo test (kubeflow#886)
Browse files Browse the repository at this point in the history
Roll back self-managed repo test
  • Loading branch information
Yao Xiao authored Feb 1, 2021
1 parent fc5a44d commit e4f7eda
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
data:
config.yaml: |
config.yaml: |+
prowjob_namespace: prow
pod_namespace: test-pods
Expand Down Expand Up @@ -133,19 +133,6 @@ data:
imagePullPolicy: Always
command: ["/usr/local/bin/run_workflows.sh"]
PatrickXYS-testing/kfserving:
- name: self-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: 527798164940.dkr.ecr.us-west-2.amazonaws.com/aws-kubeflow-ci/test-worker:latest
imagePullPolicy: Always
command: ["/usr/local/bin/run_workflows.sh"]
kind: ConfigMap
metadata:
creationTimestamp: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ data:
plugins:
kubeflow/tf-operator:
- trigger
PatrickXYS-testing/kfserving:
- trigger
kind: ConfigMap
metadata:
creationTimestamp: null
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Secret
metadata:
name: aws-credentials
type: Opaque
stringData:
credentials: |-
[default]
aws_access_key_id = $(aws_access_key_id)
aws_secret_access_key = $(aws_secret_access_key)
config: |-
[default]
region = us-west-2
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,3 @@ presubmits:
imagePullPolicy: Always
command: ["/usr/local/bin/run_workflows.sh"]

PatrickXYS-testing/kfserving:
- name: self-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: 527798164940.dkr.ecr.us-west-2.amazonaws.com/aws-kubeflow-ci/test-worker:latest
imagePullPolicy: Always
command: ["/usr/local/bin/run_workflows.sh"]
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ triggers:
plugins:
kubeflow/tf-operator:
- trigger
PatrickXYS-testing/kfserving:
- trigger

0 comments on commit e4f7eda

Please sign in to comment.