Skip to content

Commit

Permalink
Merge "Removing Nomos 1.10 CI"
Browse files Browse the repository at this point in the history
  • Loading branch information
mdruskin authored and Gerrit Code Review committed Jan 10, 2019
2 parents 5ecac9e + 130dc7e commit ab9c652
Showing 1 changed file with 0 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,52 +255,6 @@ periodics:
secret:
secretName: nomos-prober-runner-gcp-client-key

# Tests go/nomos against GKE 1.10.x.
# See "nomos-ci" job above for all relevant comments. The jobs should be by
# and large the same.
- interval: 23m
name: nomos-ci-gke-110
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
decorate: true
decoration_config:
timeout: 3600000000000 # 60 minutes
extra_refs:
- org: team.googlesource.com/gke-kubernetes-enterprise-control
repo: prototype
base_ref: master
clone_uri: https://team.googlesource.com/gke-kubernetes-enterprise-control/prototype
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20180918-b58d77e83-master
command:
- runner.sh
args:
- make
- ci-test-e2e
env:
# The ambient UNIX user name as would be defined inside a shell.
- name: USER
value: "nomos-ci-gke-110"
# The ambient UNIX numeric user id as would be defined inside a shell.
- name: UID
value: "10333"
# The ambient UNIX numeric group id as would be defined inside a shell.
- name: GID
value: "10333"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
volumeMounts:
- name: prober-cred
mountPath: /etc/prober-gcp-service-account
readOnly: true
volumes:
- name: prober-cred
secret:
secretName: nomos-prober-runner-gcp-client-key

# Tests go/nomos against GKE 1.11.x.
# See "nomos-ci" job above for all relevant comments. The jobs should be by
# and large the same.
Expand Down

0 comments on commit ab9c652

Please sign in to comment.