Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
96ace25a
Commit
96ace25a
authored
8 years ago
by
Adele Zhou
Browse files
Options
Downloads
Patches
Plain Diff
Fix full cloud to prod
parent
c4b61e24
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/jenkins/run_full_cloud_prod.sh
+8
-1
8 additions, 1 deletion
tools/jenkins/run_full_cloud_prod.sh
with
8 additions
and
1 deletion
tools/jenkins/run_full_
inte
ro
p
.sh
→
tools/jenkins/run_full_
cloud_p
ro
d
.sh
100755 → 100644
+
8
−
1
View file @
96ace25a
...
@@ -31,7 +31,14 @@
...
@@ -31,7 +31,14 @@
# This script is invoked by Jenkins and runs interop test suite.
# This script is invoked by Jenkins and runs interop test suite.
set
-ex
set
-ex
export
LANG
=
en_US.UTF-8
# Enter the gRPC repo root
# Enter the gRPC repo root
cd
$(
dirname
$0
)
/../..
cd
$(
dirname
$0
)
/../..
tools/run_tests/run_interop_tests.py
-l
all
-s
all
--cloud_to_prod
--cloud_to_prod_auth
--prod_servers
default cloud_gateway gateway_v2 cloud_gateway_v2 gateway_v4 cloud_gateway_v4
--use_docker
--http2_interop
-t
-j
12
$@
||
true
tools/run_tests/run_interop_tests.py
\
-l
all
\
--cloud_to_prod
\
--cloud_to_prod_auth
\
--prod_servers
default cloud_gateway gateway_v4 cloud_gateway_v4
\
--use_docker
-t
-j
12
$@
||
true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment