Skip to content

Commit

Permalink
Merge branch 'main' into populate-default-profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Jul 25, 2024
2 parents 7d2ecb6 + b7cca3d commit 6b0a2ce
Show file tree
Hide file tree
Showing 14 changed files with 226 additions and 774 deletions.
27 changes: 11 additions & 16 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,29 @@
# .github/release.yml

changelog:
exclude:
labels:
- maintenance
categories:
- title: Breaking Changes
- title: Breaking Changes ⚠️
labels:
- breaking
- title: Exciting New Features 🎉
- deprecation
- title: New Features 🎉
labels:
- feature
- title: Enhancements
labels:
- enhancement
- title: Fixes
- title: Bug Fixes 🐞
labels:
- fix
- title: Experimental
- bug
- title: Experimental 🔬
labels:
- experimental
- title: Deprecations
labels:
- deprecation
- title: Documentation
- title: Integrations & Dependencies 🤝
labels:
- docs
- title: Collections
- integrations
- upstream dependency
- title: Development & Tidiness 🧹
labels:
- collections
- development
- title: Uncategorized
labels:
- "*"
41 changes: 0 additions & 41 deletions .github/workflows/create-tags-for-changed-integrations.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,43 +182,6 @@ jobs:
&& docker container logs postgres
|| echo "Ignoring bad exit code"
notify-tests-failing-on-main:
needs: run-tests
if: github.ref == 'refs/heads/main' && failure()
runs-on: ubuntu-latest
env:
FAILURE_THRESHOLD: 1
steps:
- name: Download all failure flags
uses: actions/download-artifact@v4
with:
path: failure-flags/

- name: Check for failure flags
id: check_failure
run: |
failure_count=$(ls -1q failure-flags/*/*.txt | wc -l)
if [ $failure_count -gt $FAILURE_THRESHOLD ]; then
too_many_tests_failed="true"
else
too_many_tests_failed="false"
fi
echo "failure_count=$failure_count" >> $GITHUB_OUTPUT
echo "too_many_tests_failed=$too_many_tests_failed" >> $GITHUB_OUTPUT
- name: Send Slack Notification
if: ${{ steps.check_failure.outputs.too_many_tests_failed == 'true' }}
uses: 8398a7/action-slack@v3
with:
author_name: Prefect OSS Tests Failing on Main
channel: CBH18KG8G # This is #engineering
fields: message,commit,author,workflowRun
status: failure
text: ":warning: Unit tests are failing in Prefect's main branch. Commit author: please either fix or remove the failing tests. If you remove the failing tests create a GitHub issue with the details."
env:
SLACK_WEBHOOK_URL: ${{ secrets.ENGINEERING_REVIEW_SLACK_WEBHOOK_URL }}

run-docker-tests:
runs-on:
group: oss-larger-runners
Expand Down
10 changes: 0 additions & 10 deletions docs/3.0rc/api-ref/rest-api/server/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21688,11 +21688,6 @@
"title": "Prefect Home",
"default": "~/.prefect"
},
"PREFECT_EXTRA_ENTRYPOINTS": {
"type": "string",
"title": "Prefect Extra Entrypoints",
"default": ""
},
"PREFECT_DEBUG_MODE": {
"type": "boolean",
"title": "Prefect Debug Mode",
Expand Down Expand Up @@ -22381,11 +22376,6 @@
"title": "Prefect Task Scheduling Pending Task Timeout",
"default": "PT0S"
},
"PREFECT_EXPERIMENTAL_DISABLE_SYNC_COMPAT": {
"type": "boolean",
"title": "Prefect Experimental Disable Sync Compat",
"default": false
},
"PREFECT_EXPERIMENTAL_ENABLE_SCHEDULE_CONCURRENCY": {
"type": "boolean",
"title": "Prefect Experimental Enable Schedule Concurrency",
Expand Down
109 changes: 0 additions & 109 deletions scripts/create_tags_for_changed_collections.py

This file was deleted.

Loading

0 comments on commit 6b0a2ce

Please sign in to comment.