Skip to content

Commit f4f422f

Browse files
committed
Update CI files
1 parent d297bc4 commit f4f422f

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

.ci/assets/ci_constraints.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ tablib!=3.6.0
88

99
multidict!=6.3.0
1010
# This release failed the lower bounds test for some case sensitivity in CIMultiDict.
11+
12+
13+
azure-storage-blob!=12.28.*
14+
# Apparently does not work with current azurite.
15+
16+
17+
pycares<5
18+
# older aiodns versions don't pin pycares UB, and are broken by pycares>=5

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!---
2+
Thank you for submitting a PR to the Pulp Project!
3+
4+
If this is your first time contributing, please read the Pull Request Walkthrough documentation
5+
(https://pulpproject.org/pulpcore/docs/dev/guides/pull-request-walkthrough/).
6+
-->
7+
8+
### 📜 Checklist
9+
10+
- [ ] Commits are cleanly separated with meaningful messages (simple features and bug fixes should be [squashed](https://pulpproject.org/pulpcore/docs/dev/guides/git/#rebasing-and-squashing) to one commit)
11+
- [ ] A [changelog entry](https://pulpproject.org/pulpcore/docs/dev/guides/git/#changelog-update) or entries has been added for any significant changes
12+
- [ ] Follows the [Pulp policy on AI Usage](https://pulpproject.org/help/more/governance/ai_policy/)
13+
- [ ] (For new features) - User documentation and test coverage has been added
14+
15+
See: [Pull Request Walkthrough](https://pulpproject.org/pulpcore/docs/dev/guides/pull-request-walkthrough/)

.github/workflows/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if [ "$TEST" = "azure" ]; then
107107
image: mcr.microsoft.com/azure-storage/azurite\
108108
volumes:\
109109
- ./azurite:/etc/pulp\
110-
command: "azurite-blob --blobHost 0.0.0.0"' vars/main.yaml
110+
command: "azurite-blob --skipApiVersionCheck --blobHost 0.0.0.0"' vars/main.yaml
111111
sed -i -e '$a azure_test: true\
112112
pulp_scenario_settings: {"AZURE_ACCOUNT_KEY": "Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==", "AZURE_ACCOUNT_NAME": "devstoreaccount1", "AZURE_CONNECTION_STRING": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://ci-azurite:10000/devstoreaccount1;", "AZURE_CONTAINER": "pulp-test", "AZURE_LOCATION": "pulp3", "AZURE_OVERWRITE_FILES": true, "AZURE_URL_EXPIRATION_SECS": 120, "DEFAULT_FILE_STORAGE": "storages.backends.azure_storage.AzureStorage", "MEDIA_ROOT": ""}\
113113
pulp_scenario_env: {}\

0 commit comments

Comments
 (0)