Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
9bbc22cf
Commit
9bbc22cf
authored
Feb 04, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20526 from spxtr/aws-jobs
Auto commit by PR queue bot
parents
ca30f386
d6c42254
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
global.yaml
hack/jenkins/job-configs/global.yaml
+1
-0
kubernetes-e2e.yaml
hack/jenkins/job-configs/kubernetes-e2e.yaml
+19
-1
No files found.
hack/jenkins/job-configs/global.yaml
View file @
9bbc22cf
...
...
@@ -62,3 +62,4 @@
-
defaults
:
name
:
global
emails
:
'
$DEFAULT_RECIPIENTS'
cron-string
:
'
H/30
*
*
*
*'
hack/jenkins/job-configs/kubernetes-e2e.yaml
View file @
9bbc22cf
...
...
@@ -20,7 +20,7 @@
-
reverse
:
jobs
:
'
{trigger-job}'
result
:
success
-
timed
:
'
H/30
*
*
*
*
'
-
timed
:
'
{cron-string}
'
wrappers
:
-
ansicolor
:
colormap
:
xterm
...
...
@@ -201,3 +201,21 @@
test-owner
:
'
beeps'
jobs
:
-
'
kubernetes-e2e-{suffix}'
-
project
:
name
:
kubernetes-aws
test-owner
:
'
bburns'
emails
:
'
bburns@google.com'
cron-string
:
'
@daily'
trigger-job
:
'
'
suffix
:
-
'
aws'
:
description
:
'
Run
e2e
tests
on
AWS
using
the
latest
successful
Kubernetes
build.'
timeout
:
240
branch
:
'
master'
-
'
aws-release-1.1'
:
description
:
'
Run
e2e
tests
on
AWS
using
the
latest
successful
1.1
Kubernetes
build.'
timeout
:
240
branch
:
'
release-1.1'
jobs
:
-
'
kubernetes-e2e-{suffix}'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment