Skip to content

ci: only run docker sandboxes verification on master commit#1320

Merged
junr03 merged 5 commits intomasterfrom
sandboxes
Jul 24, 2017
Merged

ci: only run docker sandboxes verification on master commit#1320
junr03 merged 5 commits intomasterfrom
sandboxes

Conversation

@junr03
Copy link
Copy Markdown
Member

@junr03 junr03 commented Jul 24, 2017

@mattklein123 @htuch move docker sandboxes verifications to only run on master commits.

htuch
htuch previously approved these changes Jul 24, 2017
ci/ci_steps.sh Outdated
./ci/docker_push.sh
# This script runs on every PRs release run to test the docker examples.
./ci/verify_examples.sh
if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Doesn't docker_push.sh also do stuff? Should the guard go around both?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

It does, and it already has a guard there. Although you reminded me that we did some work there on every PR only because the images build on docker_push.sh were needed for verification. Now that we only verify on master, we can move those build into the master guard; re: second commit.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nit: I was mainly commenting that we have guarding in multiple places, which is confusing. Can we just guard in this file and not in the called scripts? Or just there?

Copy link
Copy Markdown
Member Author

@junr03 junr03 Jul 24, 2017

Choose a reason for hiding this comment

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

Your teachings are definitely permeating into my brain! At the same time you wrote this comment, I pushed the latest commit. I moved the verification into the docker_push file. As you said, no reason to have the guards in different places.

ci/ci_steps.sh Outdated
@@ -37,8 +37,6 @@ else
cp -f "$ENVOY_BUILD_DIR"/envoy/source/exe/envoy ./build_release
# This script builds a lyft/envoy image and pushes that image on merge to master.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nit: This comment is out of date now.

@junr03 junr03 merged commit 49a294b into master Jul 24, 2017
@junr03 junr03 deleted the sandboxes branch July 24, 2017 20:05
rshriram pushed a commit to rshriram/envoy that referenced this pull request Oct 30, 2018
mathetake pushed a commit that referenced this pull request Mar 3, 2026
**Description**

AWS knowledge MCP server is subject to rate limits which causes flakey
tests.

If we need another public MCP, there are 39 others not including shopify
sites.


**Related Issues/PRs (if applicable)**
Fixes #1320

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants