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
4397bded
Commit
4397bded
authored
Jan 07, 2016
by
Phillip Wittrock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Errof -> Warningf
parent
aebc1bcc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gcloud.go
test/e2e_node/gcloud/gcloud.go
+1
-1
No files found.
test/e2e_node/gcloud/gcloud.go
View file @
4397bded
...
@@ -142,7 +142,7 @@ func (gc *gCloudClientImpl) Run(
...
@@ -142,7 +142,7 @@ func (gc *gCloudClientImpl) Run(
// This is to help debug if the credential issues are persistent for a given host on a given run, or transient
// This is to help debug if the credential issues are persistent for a given host on a given run, or transient
// And if downstream gcloud commands are also impacted
// And if downstream gcloud commands are also impacted
for
i
:=
0
;
i
<
6
&&
err
!=
nil
&&
strings
.
Contains
(
string
(
out
),
"does not have any valid credentials"
);
i
++
{
for
i
:=
0
;
i
<
6
&&
err
!=
nil
&&
strings
.
Contains
(
string
(
out
),
"does not have any valid credentials"
);
i
++
{
glog
.
Error
f
(
"mkdir failed on host %s due to credential issues, retrying in 5 seconds %v %s"
,
gc
.
host
,
err
,
out
)
glog
.
Warning
f
(
"mkdir failed on host %s due to credential issues, retrying in 5 seconds %v %s"
,
gc
.
host
,
err
,
out
)
time
.
Sleep
(
5
*
time
.
Second
)
time
.
Sleep
(
5
*
time
.
Second
)
out
,
err
=
gc
.
Command
(
"mkdir"
,
"-p"
,
tDir
)
out
,
err
=
gc
.
Command
(
"mkdir"
,
"-p"
,
tDir
)
}
}
...
...
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