Skip to content

Commit

Permalink
Merge pull request #29207 from cpanato/add-post-e2e-framework
Browse files Browse the repository at this point in the history
add periodic job for e2e-framework
  • Loading branch information
k8s-ci-robot authored Apr 1, 2023
2 parents 55c7d1c + eb30e7c commit 23a7e35
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
periodics:
- name: periodic-e2e-framework-test-main
interval: 24h
decorate: true
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
extra_refs:
- org: kubernetes-sigs
repo: e2e-framework
base_ref: main
path_alias: sigs.k8s.io/e2e-framework
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230330-8e9af88c7d-master
imagePullPolicy: Always
command:
- runner.sh
args:
- make
- test
securityContext:
privileged: true
annotations:
testgrid-dashboards: sig-testing-e2e-framework
testgrid-tab-name: periodic-e2e-framework-test-main

0 comments on commit 23a7e35

Please sign in to comment.