-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
749 changed files
with
19,264 additions
and
13,090 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ on: | |
pull_request: | ||
paths: | ||
- flytectl/** | ||
- 'release-v**' | ||
push: | ||
branches: | ||
- master | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ on: | |
- artifacts-shell-2 | ||
- artifacts | ||
- master | ||
- 'release-v**' | ||
paths: | ||
- 'flyteidl/**' | ||
jobs: | ||
|
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 |
---|---|---|
|
@@ -9,6 +9,7 @@ on: | |
push: | ||
branches: | ||
- master | ||
- 'release-v**' | ||
env: | ||
GO_VERSION: "1.22" | ||
jobs: | ||
|
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 |
---|---|---|
|
@@ -10,6 +10,7 @@ on: | |
branches: | ||
- master | ||
- rc/* | ||
- 'release-v**' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
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 |
---|---|---|
|
@@ -10,6 +10,7 @@ on: | |
branches: | ||
- master | ||
- rc/* | ||
- 'release-v**' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
@@ -72,7 +73,7 @@ jobs: | |
run: | | ||
mkdir -p docker/sandbox-bundled/images/tar/{arm64,amd64} | ||
- name: Export ARM64 Image | ||
uses: docker/build-push-action@v3 | ||
uses: docker/build-push-action@v6 | ||
with: | ||
context: . | ||
platforms: linux/arm64 | ||
|
@@ -83,7 +84,7 @@ jobs: | |
file: Dockerfile | ||
outputs: type=docker,dest=docker/sandbox-bundled/images/tar/arm64/flyte-binary.tar | ||
- name: Export AMD64 Image | ||
uses: docker/build-push-action@v3 | ||
uses: docker/build-push-action@v6 | ||
with: | ||
context: . | ||
platforms: linux/amd64 | ||
|
@@ -107,7 +108,7 @@ jobs: | |
password: "${{ secrets.FLYTE_BOT_PAT }}" | ||
- name: Build and push Image | ||
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} | ||
uses: docker/build-push-action@v3 | ||
uses: docker/build-push-action@v6 | ||
with: | ||
context: . | ||
platforms: linux/arm64, linux/amd64 | ||
|
@@ -143,7 +144,7 @@ jobs: | |
driver-opts: image=moby/buildkit:master | ||
buildkitd-flags: "--allow-insecure-entitlement security.insecure" | ||
- name: Build sandbox image for functional tests | ||
uses: docker/build-push-action@v3 | ||
uses: docker/build-push-action@v6 | ||
with: | ||
context: docker/sandbox-bundled | ||
load: true | ||
|
@@ -158,6 +159,8 @@ jobs: | |
with: | ||
python-version: "3.12" | ||
- uses: unionai/[email protected] | ||
with: | ||
version: '0.9.2' | ||
- name: Setup sandbox | ||
run: | | ||
mkdir -p ~/.flyte/sandbox | ||
|
@@ -196,6 +199,9 @@ jobs: | |
--version ${{ env.FLYTESNACKS_VERSION }} \ | ||
flytesnacks/$line; | ||
done < flytesnacks/flyte_tests.txt | ||
- name: Install Pytest | ||
run: | | ||
pip install pytest | ||
- name: End2End | ||
run: | | ||
make end2end_execute | ||
|
@@ -239,7 +245,7 @@ jobs: | |
username: "${{ secrets.FLYTE_BOT_USERNAME }}" | ||
password: "${{ secrets.FLYTE_BOT_PAT }}" | ||
- name: Build and push multi-arch image | ||
uses: docker/build-push-action@v3 | ||
uses: docker/build-push-action@v6 | ||
with: | ||
context: docker/sandbox-bundled | ||
allow: "security.insecure" | ||
|
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ on: | |
push: | ||
branches: | ||
- master | ||
- 'release-v**' | ||
pull_request: | ||
jobs: | ||
compile: | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
pull_request: | ||
branches: | ||
- master | ||
- 'release-v**' | ||
paths: | ||
- "charts/**" | ||
- "deployment/**" | ||
|
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 |
---|---|---|
|
@@ -38,3 +38,4 @@ docs/examples | |
docs/_src | ||
docs/_projects | ||
docs/tests | ||
empty-config.yaml |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Flyte 1.14.1 Release Notes | ||
|
||
* Update flytestdlib and affected tools (copilot) for missing config. | ||
|
||
## What's Changed | ||
* docs: Refactor merge sort code example to use literalinclude by @davidlin20dev in https://github.com/flyteorg/flyte/pull/6091 | ||
* [DOCS] Using ImageSpec in ContainerTask by @machichima in https://github.com/flyteorg/flyte/pull/6095 | ||
* Eager doc updates by @wild-endeavor in https://github.com/flyteorg/flyte/pull/6099 | ||
* Revert "fix: return the config file not found error" by @eapolinario in https://github.com/flyteorg/flyte/pull/6100 | ||
* Remove notes on deprecated Batch size by @wild-endeavor in https://github.com/flyteorg/flyte/pull/6102 | ||
* Upstream: Add labels to published execution events by @katrogan in https://github.com/flyteorg/flyte/pull/6104 | ||
* Fix: Make distributed error aggregation opt-in by @fg91 in https://github.com/flyteorg/flyte/pull/6103 | ||
* Add default labels and annotations to Ray worker pods too. by @katrogan in https://github.com/flyteorg/flyte/pull/6107 | ||
* Fix: Remove the default search dialog if it exists (on CMD + K) by @chmod77 in https://github.com/flyteorg/flyte/pull/6106 | ||
|
||
## New Contributors | ||
* @chmod77 made their first contribution in https://github.com/flyteorg/flyte/pull/6106 | ||
|
||
**Full Changelog**: https://github.com/flyteorg/flyte/compare/v1.14.0...v1.14.1 |
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Automatically request docs team for docs PR review | ||
/docs/ @neverett @ppiegaze | ||
/docs/ @ppiegaze | ||
/docs/deployment/ @davidmirror-ops |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
import pytest | ||
|
||
def pytest_addoption(parser): | ||
parser.addoption("--flytesnacks_release_tag", required=True) | ||
parser.addoption("--priorities", required=True) | ||
parser.addoption("--config_file", required=True) | ||
parser.addoption( | ||
"--return_non_zero_on_failure", | ||
action="store_true", | ||
default=False, | ||
help="Return a non-zero exit status if any workflow fails", | ||
) | ||
parser.addoption( | ||
"--terminate_workflow_on_failure", | ||
action="store_true", | ||
default=False, | ||
help="Abort failing workflows upon exit", | ||
) | ||
parser.addoption( | ||
"--test_project_name", | ||
default="flytesnacks", | ||
help="Name of project to run functional tests on" | ||
) | ||
parser.addoption( | ||
"--test_project_domain", | ||
default="development", | ||
help="Name of domain in project to run functional tests on" | ||
) | ||
parser.addoption( | ||
"--cluster_pool_name", | ||
required=False, | ||
type=str, | ||
default=None, | ||
) | ||
|
||
@pytest.fixture | ||
def setup_flytesnacks_env(pytestconfig): | ||
return { | ||
"flytesnacks_release_tag": pytestconfig.getoption("--flytesnacks_release_tag"), | ||
"priorities": pytestconfig.getoption("--priorities"), | ||
"config_file": pytestconfig.getoption("--config_file"), | ||
"return_non_zero_on_failure": pytestconfig.getoption("--return_non_zero_on_failure"), | ||
"terminate_workflow_on_failure": pytestconfig.getoption("--terminate_workflow_on_failure"), | ||
"test_project_name": pytestconfig.getoption("--test_project_name"), | ||
"test_project_domain": pytestconfig.getoption("--test_project_domain"), | ||
"cluster_pool_name": pytestconfig.getoption("--cluster_pool_name"), | ||
} |
Oops, something went wrong.