Skip to content

Commit

Permalink
build: exclude analytics-data-api upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Nov 15, 2024
1 parent 8bcdcee commit 7166f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playbooks/roles/analytics_api/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

dependencies:
- role: edx_django_service
edx_django_service_use_python311: true
edx_django_service_use_python38: true
edx_django_service_repos: '{{ ANALYTICS_API_REPOS }}'
edx_django_service_name: '{{ analytics_api_service_name }}'
edx_django_service_user: '{{ analytics_api_user }}'
Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/codejail/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
codejail_debian_packages:
- apparmor-utils
CODEJAIL_PYTHON_VERSIONS:
- python3.8
- python3.11
codejail_sandbox_user: 'sandbox'
codejail_sandbox_group: 'sandbox'
codejail_sandbox_name_base: 'codejail_sandbox'
Expand Down

0 comments on commit 7166f33

Please sign in to comment.