This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Cannot run Rust tests on Parity Gitlab in the specific scenario #6507
Labels
Milestone
Comments
cc @paritytech/ci |
kirushik
pushed a commit
that referenced
this issue
Jan 5, 2018
This basically trades false-negatives ("dumb" last commit not touching Rust on a Rust-touching branch) for false-positives (all builds against `stable` and `beta` will run all tests almost always). This seems to be a reasonable tradeoff. Closes #6507
kirushik
pushed a commit
that referenced
this issue
Jan 5, 2018
This basically trades false-negatives ("dumb" last commit not touching Rust on a Rust-touching branch) for false-positives (all builds against `stable` and `beta` will run all tests almost always). This seems to be a reasonable tradeoff. Closes #6507
kirushik
pushed a commit
that referenced
this issue
Jan 5, 2018
This basically trades false-negatives ("dumb" last commit not touching Rust on a Rust-touching branch) for false-positives (all builds against `stable` and `beta` will run all tests almost always). This seems to be a reasonable tradeoff. Closes #6507
kirushik
pushed a commit
that referenced
this issue
Jan 5, 2018
This basically trades false-negatives ("dumb" last commit not touching Rust on a Rust-touching branch) for false-positives (all builds against `stable` and `beta` will run all tests almost always). This seems to be a reasonable tradeoff. Closes #6507
General-Beck
pushed a commit
that referenced
this issue
Jan 8, 2018
* More thorough changes detection This basically trades false-negatives ("dumb" last commit not touching Rust on a Rust-touching branch) for false-positives (all builds against `stable` and `beta` will run all tests almost always). This seems to be a reasonable tradeoff. Closes #6507 * We don't have Appveyor anymore * before_script sections are not merged * Limiting commit depth breaks branching detection
This was referenced Mar 22, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please look through #6312
Actual results:
Rust tests were not run after the first commit and they were not run after the second one. All checks are green.
Expected results:
I need to run Rust tests for the first commit (of for changes made in terms of the first commit) somehow.
The text was updated successfully, but these errors were encountered: