-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
ci: fix private roachtest nightly #135913
ci: fix private roachtest nightly #135913
Conversation
Confirmed the fix by triggering a run. |
set -a | ||
source "$dir/teamcity-support.sh" | ||
set +a | ||
|
||
source "$dir/teamcity-support.sh" |
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.
Is this line still needed?
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.
Nope 🤦 It was really missing set -a
to export root
.
It appears a change to TC wrapper scripts in [1] may have caused the `root` var. to become unbound. This PR adds the missing `source` statement. [1] cockroachdb#124592 Epic: none Release note: None
35e4e31
to
c8bc807
Compare
TFTR! bors r=darrylwong |
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error creating merge commit from c8bc807 to blathers/backport-release-24.1-135913: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch 24.1.x failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
It appears a change to TC wrapper scripts in [1]
may have caused the
root
var. to become unbound. This PR adds the missingsource
statement.[1] #124592
Epic: none
Release note: None