Skip to content

Commit

Permalink
Reformat list, remove unfinished commented out section
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 29, 2020
1 parent f7d2dc9 commit 99aca39
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions src/doc/en/developer/portability_testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -854,20 +854,17 @@ workflow have finished. Each job generates one tarball.
during the build.

The following procedure seems to work well for testing branches during
development. Create a branch from a recent beta release that contains
the default GitHub Actions configuration; name it ``TESTER``, say.
Edit ``$SAGE_ROOT/.github/workflows/tox.yml`` to include the system
configurations that you wish to test. Commit and push the branch to
your GitHub fork of sage. Next, push your development branch to your
GitHub repository and create a pull request against the ``TESTER``
branch. This will trigger the GitHub Actions workflow.
development:

- Create a branch from a recent beta release that contains the default
GitHub Actions configuration; name it ``TESTER``, say.

..
Workflow for responding to portability bug reports
==================================================
- Edit ``$SAGE_ROOT/.github/workflows/tox.yml`` to include the system
config wish to test.

1. Reproduce the platform and the bug.
- Commit and push the branch to your GitHub fork of sage.

2. Fix the bug.
- Push your development branch to your GitHub repository and create a
pull request against the ``TESTER`` branch. This will trigger the
GitHub Actions workflow.

0 comments on commit 99aca39

Please sign in to comment.