Skip to content

Commit

Permalink
build: add s3 testing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Apr 25, 2024
1 parent bef32b4 commit e4da41e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/environments/disabled/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PLUGINS:
- forum
- mfe
- drydock
DRYDOCK_BYPASS_CADDY: false
DRYDOCK_FLOWER: false
DRYDOCK_INGRESS: false
DRYDOCK_DEBUG: false
Expand Down
1 change: 1 addition & 0 deletions .github/environments/disabled/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
tutor[full]<18
setuptools
git+https://github.com/hastexo/[email protected]
1 change: 1 addition & 0 deletions .github/environments/enabled/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PLUGINS:
- forum
- mfe
- drydock
DRYDOCK_BYPASS_CADDY: true
DRYDOCK_FLOWER: true
DRYDOCK_INGRESS: true
DRYDOCK_DEBUG: true
Expand Down
1 change: 1 addition & 0 deletions .github/environments/enabled/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
tutor[full]<18
setuptools
git+https://github.com/hastexo/[email protected]
6 changes: 6 additions & 0 deletions .github/environments/s3_disabled/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
K8S_NAMESPACE: testing-openedx
PLUGINS:
- forum
- mfe
- drydock
DRYDOCK_ENABLE_SCORM: true
2 changes: 2 additions & 0 deletions .github/environments/s3_disabled/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tutor[full]<18
setuptools

0 comments on commit e4da41e

Please sign in to comment.