Skip to content

Commit

Permalink
Update doc of docker tests as we migrated to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed May 15, 2024
1 parent 87a44f6 commit ed6198c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/hacking.pod
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,13 @@ To run selenium tests sequentially and others in parallel:

RT has a Dockerfile that can be used to run the test suite for some configurations.
To run it you need a system that can run docker natively or run the docker desktop
client. Once installed, you can look in the .travis.yml file for the set of commands
to run to kick off the tests inside docker containers. Run all commands in the
before_install and script sections, replacing any variables with appropriate
values for your system.
client. Once installed, you can look in the C<.github/workflows/test-all.yml> file
for the set of commands to run to kick off the tests inside docker containers. Run
all commands in the "Build RT" and "Run RT tests" sections, replacing any variables
with appropriate values for your system.

You can replace $TRAVIS_BUILD_DIR with you current working directory if you are
in a branch. Note that the docker commands in the Travis configuration mount
You can replace $GITHUB_WORKSPACE with you current working directory if you are
in a branch. Note that the docker commands in the configuration mount
your directory inside the docker container. This means any stray files you have
in your working directory will also be visible to the processes inside the
docker container. This can cause test failures if unexpected files are
Expand Down

0 comments on commit ed6198c

Please sign in to comment.