make the pipelines pass, and other TLC#1189
Merged
Conversation
4810695 to
45d6eb7
Compare
Contributor
Author
|
@MichaelMure i'm getting test failures due to expired bridge tokens. I can update the pipeline to skip this, however, I'd appreciate it if you rotated the token so that I can ensure the test suite passes (especially because I updated the pipeline to use edit: i connected with michael on matrix; this is now resolved |
1488e5c to
43cb897
Compare
43cb897 to
89ffb37
Compare
The GHA build pipeline is failing with an error:
package crypto/ecdh is not in GOROOT (/opt/hostedtoolcache/go/1.19.4/x64/src/crypto/ecdh)
crypto/ecdh was added in Go 1.21 [0]. This change updates the matrix of
Go versions that the pipelines use to the latest, in order to resolve this
error.
[0]: https://tip.golang.org/doc/go1.21
89ffb37 to
d22b095
Compare
This change restricts the number of active pipeline executions for a given tree to one, so that new pushes to a tree that trigger a pipeline will cancel older (but still running) pipelines. Change-Id: I1deda682d39cadbce97f8df4ca7c3110a96b4549
Change-Id: I957c6de57b3a9151e6d9ce8caba87f4e2c714846
d22b095 to
6b65227
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a stack of logically independent commits and should be rebased instead of merged with a merge commit, or squashed.