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
4856c7c0
Commit
4856c7c0
authored
Oct 05, 2015
by
Alex Robinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14957 from thockin/services-e2e
Services e2e cleanup
parents
dfbbec03
ada74893
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
34 deletions
+27
-34
prompush.go
test/e2e/prompush.go
+0
-2
service.go
test/e2e/service.go
+0
-0
util.go
test/e2e/util.go
+27
-32
No files found.
test/e2e/prompush.go
View file @
4856c7c0
...
...
@@ -39,9 +39,7 @@ var prom_registered = false
// Reusable function for pushing metrics to prometheus. Handles initialization and so on.
func
promPushRunningPending
(
running
,
pending
int
)
error
{
if
testContext
.
PrometheusPushGateway
==
""
{
Logf
(
"Ignoring prom push, push gateway unavailable"
)
return
nil
}
else
{
// Register metrics if necessary
...
...
test/e2e/service.go
View file @
4856c7c0
This diff is collapsed.
Click to expand it.
test/e2e/util.go
View file @
4856c7c0
This diff is collapsed.
Click to expand it.
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