Skip to content

Commit

Permalink
Use local IPFS gateway for test envs (#347)
Browse files Browse the repository at this point in the history
## Description

## Definition of Done

1. [ ] Acceptance criteria are met.
2. [ ] PR is manually tested before the merge by developer(s).
    - [ ] Happy path is manually checked.
3. [ ] PR is manually tested by QA when their assistance is required
(1).
- [ ] Octant Areas & Test Cases are checked for impact and updated if
required (2).
4. [ ] Unit tests are added unless there is a reason to omit them.
5. [ ] Automated tests are added when required.
6. [ ] The code is merged.
7. [ ] Tech documentation is added / updated, reviewed and approved
(including mandatory approval by a code owner, should such exist for
changed files).
    - [ ] BE: Swagger documentation is updated.
8. [ ] When required by QA:
    - [ ] Deployed to the relevant environment.
    - [ ] Passed system tests.

---

(1) Developer(s) in coordination with QA decide whether it's required.
For small tickets introducing small changes QA assistance is most
probably not required.

(2) [Octant Areas & Test
Cases](https://docs.google.com/spreadsheets/d/1cRe6dxuKJV3a4ZskAwWEPvrFkQm6rEfyUCYwLTYw_Cc).
  • Loading branch information
mslomnicki authored Aug 1, 2024
2 parents 306859e + 0c40459 commit 44e57fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/argocd/templates/octant-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ spec:
value: '$NETWORK_NAME'
- name: 'webClient.hideCurrentProjectsOutsideAW'
value: 'false'
- name: 'webClient.ipfsGateways'
value: 'https://ipfs.octant.wildland.dev/ipfs/'
## Graph Node
- name: graphNode.graph.env.NETWORK
value: '$NETWORK_NAME'
Expand Down

0 comments on commit 44e57fa

Please sign in to comment.