-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test commit: inspect the env. vars. Travis uses. #2309
Conversation
FWIW I was expecting these vars and got all of them but
From the build lifecycle doc, it seems that |
|
d038c32
to
dfbf929
Compare
I rebased on top master (#2305 was merged) and adding another commit on top to see how it changes |
In the latest build, the only env. var. changes were:
After the rebase the As before c9e955423f57e99a6be2fda7e4b73ff1a9f5beac is a hidden commit that merges my branch into |
From How-Pull-Requests-are-Tested
|
dfbf929
to
7147a65
Compare
I'm going to push this |
7147a65
to
c274f02
Compare
ENV VARS: In the pull request build the usual players changed. In the "push" build, there are some differences:
Also Also, the commit hashes in As for the state of the
while the "push" build is checked out at a detached
In either case, there is only one Finally, a limited checkout is in place, making sure
|
c274f02
to
4a52ba7
Compare
4a52ba7
to
8708169
Compare
It looks like some new vars like From that build we see the new variables as expected
d4bc9d5 is the |
I just pushed a tag to trigger a tag build. Have already deleted tag, but the build remains. The non-trivial changes we see are as follows
|
This is sniffing around towards googleapis#2277, to see how much info we can use to restrict the tests we run.
d4bc9d5
to
2a9b150
Compare
dba3ef0
to
d82a72b
Compare
Superceded by #3146. |
This is sniffing around towards #2277, to see how much info we can use to restrict the tests we run.
Context: I tried to build a similar feature in late 2014 / early 2015 and the env. vars. weren't very useful. Hoping that has changed in the last two years.