Message ID | 20210113090312.24247-1-david.marchand@redhat.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | David Marchand |
Headers | show |
Series | doc: recommend GitHub Actions for CI | expand |
Context | Check | Description |
---|---|---|
ci/intel-Testing | success | Testing PASS |
ci/Intel-compilation | success | Compilation OK |
ci/checkpatch | success | coding style OK |
David Marchand <david.marchand@redhat.com> writes: > Update the contributing guidelines to describe GitHub Actions first and > add a warning about Travis usage. > > Fixes: 87009585e293 ("ci: hook to GitHub Actions") > > Signed-off-by: David Marchand <david.marchand@redhat.com> > --- Acked-by: Aaron Conole <aconole@redhat.com>
On Wed, Jan 13, 2021 at 3:17 PM Aaron Conole <aconole@redhat.com> wrote: > > David Marchand <david.marchand@redhat.com> writes: > > > Update the contributing guidelines to describe GitHub Actions first and > > add a warning about Travis usage. > > > > Fixes: 87009585e293 ("ci: hook to GitHub Actions") > > > > Signed-off-by: David Marchand <david.marchand@redhat.com> > Acked-by: Aaron Conole <aconole@redhat.com> Applied.
diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst index 4e9140bca4..6dbbd5f8d1 100644 --- a/doc/guides/contributing/patches.rst +++ b/doc/guides/contributing/patches.rst @@ -32,9 +32,12 @@ The mailing list for DPDK development is `dev@dpdk.org <https://mails.dpdk.org/a Contributors will need to `register for the mailing list <https://mails.dpdk.org/listinfo/dev>`_ in order to submit patches. It is also worth registering for the DPDK `Patchwork <https://patches.dpdk.org/project/dpdk/list/>`_ -If you are using the GitHub service, you can link your repository to -the ``travis-ci.org`` build service. When you push patches to your GitHub -repository, the travis service will automatically build your changes. +If you are using the GitHub service, pushing to a branch will trigger GitHub +Actions to automatically build your changes and run unit tests and ABI checks. + +Additionally, a Travis configuration is available in DPDK but Travis free usage +is limited to a few builds. +You can link your repository to the ``travis-ci.com`` build service. The development process requires some familiarity with the ``git`` version control system. Refer to the `Pro Git Book <http://www.git-scm.com/book/>`_ for further information.
Update the contributing guidelines to describe GitHub Actions first and add a warning about Travis usage. Fixes: 87009585e293 ("ci: hook to GitHub Actions") Signed-off-by: David Marchand <david.marchand@redhat.com> --- doc/guides/contributing/patches.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)