Commit d0d0ca8
ci/nightly: Track and test dependencies' 'test-next' branch
parsec-tool depends on several repositories under the parallaxsecond
organization.
Currently, when testing the main branch of parsec-tool, fixed versions
of the latest released crates of those repositories are being used.
A problem may arise when there is a change introduced in the
main/'test-next' branch of those repositories that would break
parsec-tool when updating/incorporating that change. This is currently
not being tested in our CI.
As parsec-tool release is dependent on having published the
dependencies' crates, there are issues that will not be caught until
the publishing of said crates.
* Add a nightly job that uses ci.sh --test-next-branch-tracking to
test the test-next release branches of parallaxsecond repositories
and spot issues before release. These job makes use of previously
defined re-usable actions.
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>1 parent e4ef265 commit d0d0ca8
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
0 commit comments