-
Notifications
You must be signed in to change notification settings - Fork 681
Conversation
c563dfb
to
409461b
Compare
8fcf9c2
to
dac30c6
Compare
This is an example comment of the type generated by this PR Documentation changes:added foo |
dac30c6
to
838bd01
Compare
parallel: true | ||
- cd $SRCDIR/test; ./gce.sh setup && eval $(./gce.sh hosts) && ./setup.sh: | ||
pre: | ||
- "$SRCDIR/bin/circle-test-pre": |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
More generally, I think the various shell-scripts added here should be given names like "unit-tests", "smoke-tests", "setup-build", etc., so that when you look in the CircleCI viewer at the steps or the timeline it is immediately apparent what each part is. |
cd /home/ubuntu/src/github.com/weaveworks/wordepress | ||
git checkout v1.0.0 | ||
cd cmd/wordepress | ||
go get |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Good improvements, but can be made even better. |
BTW I suspect that putting multiple steps into one script speeds up the build, because it allows differences in timing between CircleCI containers to even out over a longer interval, rather than waiting at each step for the other to catch up. |
The scripts were named to match the |
We will need to test this with the new website as well to make sure everything still works as expected. At the moment, please don't push anything to dev until the overhaul is complete. |
1a9d7b4
to
d323431
Compare
d323431
to
835b3f3
Compare
Comments addressed; PTAL @bboreham |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L mostly GTM but I had a few comments/questions
echo "PR touches [$FILES]" | ||
if ! echo "$FILES" | grep -v ^site/ ; then | ||
echo "PR contains site changes only - skipping tests" | ||
echo "SKIP_TESTS=1" >> "$STATE" |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
@@ -0,0 +1,9 @@ | |||
#!/bin/bash | |||
|
|||
install_wordepress() { |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
|
||
set -e | ||
|
||
source "$(dirname "$(readlink -f "$0")")/circle-functions" |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
make publish | ||
fi | ||
|
||
install_wordepress v1.0.0 |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
PTAL @bboreham |
Fixes #2273.