Skip to content

Commit

Permalink
DDS-1942: In testing.rst use term 'testing' consistently, update URL
Browse files Browse the repository at this point in the history
- The testing instance != dev and use 'testing', rather than test.
- Update mentioned URLs from https://dds-dev.dckube3.scilifelab.se/ to
https://testing.delivery.scilifelab.se/ as the testing instance is
migrating to this new address.
- Update SPRINGLOG.md
  • Loading branch information
aishling-scilifelab committed May 27, 2024
1 parent 8e25b3b commit f94e37b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,7 @@ _Empty sprint_
# 2024-04-8 - 2024-04-19

- New version: 2.6.4 ([#687](https://github.com/ScilifelabDataCentre/dds_cli/pull/687))

# 2024-05-20 - 2024-06-03

- Update docs for Testing instance migration, including removing use of 'dev' ([#691](https://github.com/ScilifelabDataCentre/dds_cli/pull/691))
12 changes: 6 additions & 6 deletions docs/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This page will give you information on:

.. admonition:: Target audience

This page targets any users invited to the development / testing instance of the Data Delivery System. If you have an account on the production instead (https://delivery.scilifelab.se), please read the documentation here :ref:`here<start>`.
This page targets any users invited to the testing instance of the Data Delivery System. If you have an account on the production instead (https://delivery.scilifelab.se), please read the documentation here :ref:`here<start>`.

.. _test-important:

Expand All @@ -32,7 +32,7 @@ This page will give you information on:
* Your unit must have at least two "Unit Admins"
* When listing your projects you will see your projects, and yours only. However, in order to not create a large number of separate storage locations for testing purposes, the actual storage location is shared by all units in the test setup. In the production instance, there's always a separate storage location per SciLifeLab unit.
* The storage quota (maximum data volume that can be uploaded in total by all units) for the testing instance is currently set to 5 TB. However, if you receive an error message indicating that the quota is met, contact [email protected] and we will solve this for you.
* Within the test instance of the DDS, all units have the following settings:
* Within the testing instance of the DDS, all units have the following settings:
* ``days_in_available``: 7 days.

**Explanation:** When data has been uploaded to a project, and the data has been released (the project status has been set to "Available"), the data will be available for download for 7 days. After this, the project will automatically transition to the status "Expired".
Expand All @@ -43,17 +43,17 @@ This page will give you information on:

.. note::

* These statuses are described in the technical overview, located on the DDS test web page mentioned above.
* These statuses are described in the technical overview, located on the DDS testing web page mentioned above.
* The short number of days is only for the test instance, making it easier for you (and us) to test that the statuses work as they should.

* Keep in mind that the test instance is where we try out new features etc. There may be some unexpected redeployments and there may be bugs in new features.
* Keep in mind that the testing instance is where we try out new features etc. There may be some unexpected redeployments and there may be bugs in new features.

.. _test-where:

2. Where the DDS Test Instance is located
============================================

* The test instance is located at https://dds-dev.dckube3.scilifelab.se/
* The testing instance is located at https://testing.delivery.scilifelab.se/
* Just like on the production site, you can find the following information on that page:
* *Documentation*, which points to the ``Welcome page`` in the navigation field to the left.
* *Technical overview*
Expand Down Expand Up @@ -96,7 +96,7 @@ After installing the CLI, you need to complete the following steps before you ca
# Windows PowerShell
$env:DDS_CLI_ENV = 'test-instance'
2. Verify that the output of the following command contains ``https://dds-dev.dckube3.scilifelab.se/`` and **not** ``https://delivery.scilifelab.se/``
2. Verify that the output of the following command contains ``https://testing.delivery.scilifelab.se/`` and **not** ``https://delivery.scilifelab.se/``

.. code-block:: bash
Expand Down

0 comments on commit f94e37b

Please sign in to comment.