-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Following a change in the terms of use, free Travis credits are really too low for a realistic usage by OVS contributors. As a consequence, testing OVS with Travis has been abandoned by most (if not all) contributors to the project. Drop the Travis configuration from our repository, clean references in the documentation and move GHA specifics to the association yml. Acked-by: Aaron Conole <[email protected]> Signed-off-by: David Marchand <[email protected]> Signed-off-by: Ilya Maximets <[email protected]>
- Loading branch information
1 parent
d5469cb
commit 9a86a3d
Showing
10 changed files
with
14 additions
and
167 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -474,46 +474,6 @@ You should invoke scan-view to view analysis results. The last line of output | |
from ``clang-analyze`` will list the command (containing results directory) | ||
that you should invoke to view the results on a browser. | ||
|
||
Continuous Integration with Travis CI | ||
------------------------------------- | ||
|
||
A .travis.yml file is provided to automatically build Open vSwitch with various | ||
build configurations and run the testsuite using Travis CI. Builds will be | ||
performed with gcc, sparse and clang with the -Werror compiler flag included, | ||
therefore the build will fail if a new warning has been introduced. | ||
|
||
The CI build is triggered via git push (regardless of the specific branch) or | ||
pull request against any Open vSwitch GitHub repository that is linked to | ||
travis-ci. | ||
|
||
Instructions to setup travis-ci for your GitHub repository: | ||
|
||
1. Go to https://travis-ci.org/ and sign in using your GitHub ID. | ||
2. Go to the "Repositories" tab and enable the ovs repository. You may disable | ||
builds for pushes or pull requests. | ||
3. In order to avoid forks sending build failures to the upstream mailing list, | ||
the notification email recipient is encrypted. If you want to receive email | ||
notification for build failures, replace the encrypted string: | ||
|
||
1. Install the travis-ci CLI (Requires ruby >=2.0): gem install travis | ||
2. In your Open vSwitch repository: travis encrypt [email protected] | ||
3. Add/replace the notifications section in .travis.yml and fill in the | ||
secure string as returned by travis encrypt:: | ||
|
||
notifications: | ||
email: | ||
recipients: | ||
- secure: "....." | ||
|
||
.. note:: | ||
You may remove/omit the notifications section to fall back to default | ||
notification behaviour which is to send an email directly to the author and | ||
committer of the failing commit. Note that the email is only sent if the | ||
author/committer have commit rights for the particular GitHub repository. | ||
|
||
4. Pushing a commit to the repository which breaks the build or the | ||
testsuite will now trigger a email sent to [email protected] | ||
|
||
vsperf | ||
------ | ||
|
||
|
This file contains 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
This file contains 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
This file contains 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