Skip to content

buildscripts: update xds test server arg - #6816

Merged
ericgribkoff merged 4 commits into
grpc:masterfrom
ericgribkoff:update_xds_job
Mar 11, 2020
Merged

buildscripts: update xds test server arg#6816
ericgribkoff merged 4 commits into
grpc:masterfrom
ericgribkoff:update_xds_job

Conversation

@ericgribkoff

@ericgribkoff ericgribkoff commented Mar 10, 2020

Copy link
Copy Markdown
Contributor

Please excuse the numerous commits: the test results on d1ccbb1 are useful as the Android build log shows a successful run of the gRPC xDS job (probably should figure out a better way to test this on PRs, but for now the job only runs on master so this hack of borrowing another Kokoro job seems to work for PR testing).

This depends on grpc/grpc#22297.

I also removed the Python package installation bits from our xds.sh script as all prereqs are installed by the invocation of prep_xds.sh from the main repo.

@ericgribkoff ericgribkoff self-assigned this Mar 10, 2020
@ericgribkoff ericgribkoff changed the title WIP xds job buildscripts: update xds test server arg Mar 11, 2020
Comment thread buildscripts/kokoro/xds.sh Outdated
--gcp_suffix=$(date '+%s') \
--verbose \
--client_cmd='grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client --server=xds-experimental:///{service_host}:{service_port} --stats_port={stats_port} --qps={qps}'
--client_cmd='grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-client --server=xds-experimental:///{server_uri} --stats_port={stats_port} --qps={qps}'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: break the line at --server= etc

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I didn't notice that it's inside a quote. Then it's not necessary. My bad.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still looks nicer with the line breaks :)

@ericgribkoff
ericgribkoff merged commit 3b8e363 into grpc:master Mar 11, 2020
@ericgribkoff
ericgribkoff deleted the update_xds_job branch March 11, 2020 20:20
ericgribkoff added a commit to ericgribkoff/grpc-java that referenced this pull request Mar 13, 2020
dfawley pushed a commit to dfawley/grpc-java that referenced this pull request Jan 15, 2021
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jun 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants