-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into qasim/postgres
- Loading branch information
Showing
117 changed files
with
2,713 additions
and
2,993 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,29 +71,17 @@ jobs: | |
|
||
- name: install system requirements | ||
run: | | ||
sudo apt-get update && sudo apt-get install libmysqlclient-dev libxmlsec1-dev lynx openssl | ||
# This is needed until the ENABLE_BLAKE2B_HASHING can be removed and we | ||
# can stop using MD4 by default. | ||
- name: enable md4 hashing in libssl | ||
run: | | ||
cat <<EOF | sudo tee /etc/ssl/openssl.cnf | ||
# Use this in order to automatically load providers. | ||
openssl_conf = openssl_init | ||
[openssl_init] | ||
providers = provider_sect | ||
[provider_sect] | ||
default = default_sect | ||
legacy = legacy_sect | ||
[default_sect] | ||
activate = 1 | ||
[legacy_sect] | ||
activate = 1 | ||
EOF | ||
sudo apt-get update && sudo apt-get install libmysqlclient-dev libxmlsec1-dev lynx | ||
# Try to log into DockerHub so that we're less likely to be rate-limited when pulling certain images. | ||
# This will fail on any edx-platform fork which doesn't explicitly define its own DockerHub creds. | ||
# That's OK--if we fail to log in, we'll proceed anonymously, and hope we don't get rate-limited. | ||
- name: Try to log into Docker Hub | ||
uses: docker/[email protected] | ||
continue-on-error: true | ||
with: | ||
username: ${{ secrets.DOCKERHUB_USERNAME }} | ||
password: ${{ secrets.DOCKERHUB_PASSWORD }} | ||
|
||
- name: Start MongoDB | ||
uses: supercharge/[email protected] | ||
|
@@ -180,7 +168,7 @@ jobs: | |
shell: bash | ||
run: | | ||
echo "root_cms_unit_tests_count=$(pytest --disable-warnings --collect-only --ds=cms.envs.test cms/ -q | head -n -2 | wc -l)" >> $GITHUB_ENV | ||
echo "root_lms_unit_tests_count=$(pytest --disable-warnings --collect-only --ds=lms.envs.test lms/ openedx/ common/djangoapps/ xmodule/ pavelib/ -q | head -n -2 | wc -l)" >> $GITHUB_ENV | ||
echo "root_lms_unit_tests_count=$(pytest --disable-warnings --collect-only --ds=lms.envs.test lms/ openedx/ common/djangoapps/ xmodule/ -q | head -n -2 | wc -l)" >> $GITHUB_ENV | ||
- name: get GHA unit test paths | ||
shell: bash | ||
|
@@ -219,7 +207,6 @@ jobs: | |
to add any missing apps and match the count. for more details please take a look at scripts/gha-shards-readme.md" | ||
exit 1 | ||
# This job aggregates test results. It's the required check for branch protection. | ||
# https://github.com/marketplace/actions/alls-green#why | ||
# https://github.com/orgs/community/discussions/33579 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.