Skip to content

Commit

Permalink
suggestions from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Aug 25, 2020
1 parent d5d9794 commit b0ce8b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -87,4 +87,4 @@ stages:
# #################################
# cd build
# make install
# displayName: 'Install'
# displayName: 'Install'
4 changes: 2 additions & 2 deletions src/doc/dev_manual/CI.rst
Expand Up @@ -8,7 +8,7 @@ We use Azure Pipelines for CI testing Visit's Pull Requests.

To speed up our CI testing we use Docker containers with pre-built third party libraries. These containers leverage our ``build_visit`` third party build process. The Docker files and build scripts used to create these containers are in ``scripts/ci/docker``. To update the containers (assuming you have Docker installed):

* Run ``python build_docker_visit_ci.py`` to build and tag new version of our TPL container.
* Run ``python build_docker_visit_ci.py`` to build and tag a new version of our TPL container.

This tag will include today's day and a short substring of the current git hash.
Example Tag: ``visitdav/visit-ci-develop:2020-08-24-shac49c21``
Expand All @@ -25,5 +25,5 @@ To speed up our CI testing we use Docker containers with pre-built third party l
variables:
container_tag: visitdav/visit-ci-develop:2020-08-24-shac49c21

When the PR is merged, the azure changes will be merged and PRs to develop will use now the new container.
When the PR is merged, the azure changes will be merged and PRs to develop will now use the new container.

0 comments on commit b0ce8b1

Please sign in to comment.