Skip to content

Commit

Permalink
update tests (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla authored Sep 7, 2023
1 parent 3b0e545 commit 65e0409
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions flytetools/.github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: End to End tests
runs-on: ubuntu-latest
env:
FLYTESNACKS_VERSION: ''
FLYTESNACKS_VERSION: ""
steps:
- name: Set latest Flytesnacks release
if: ${{ env.FLYTESNACKS_VERSION == '' }}
Expand Down Expand Up @@ -59,18 +59,17 @@ jobs:
- name: Register P0 tests
if: ${{ inputs.priorities == 'P0' }}
run: |
for f in basics/basics/basic_workflow.py \
basics/basics/deck.py \
for f in \
basics/basics/hello_world.py \
basics/basics/lp.py \
basics/basics/workflow.py \
basics/basics/named_outputs.py \
control_flow/control_flow/chain_entities.py \
control_flow/control_flow/dynamics.py \
control_flow/control_flow/map_task.py \
control_flow/control_flow/subworkflows.py \
type_system/type_system/custom_objects.py \
type_system/type_system/schema.py \
type_system/type_system/typed_schema.py ;
advanced_composition/advanced_composition/chain_entities.py \
advanced_composition/advanced_composition/dynamics.py \
advanced_composition/advanced_composition/map_task.py \
advanced_composition/advanced_composition/subworkflows.py \
data_types_and_io/data_types_and_io/custom_objects.py \
data_types_and_io/data_types_and_io/schema.py \
data_types_and_io/data_types_and_io/typed_schema.py ;
do
pyflyte --config ./boilerplate/flyte/end2end/functional-test-config.yaml \
register \
Expand All @@ -84,10 +83,10 @@ jobs:
if: ${{ inputs.priorities != 'P0' }}
uses: unionai/[email protected]
with:
flytesnacks: true
project: flytesnacks
version: ${{ env.FLYTESNACKS_VERSION }}
domain: development
flytesnacks: true
project: flytesnacks
version: ${{ env.FLYTESNACKS_VERSION }}
domain: development
- name: Pre Upgrade Tests
if: ${{ github.event.repository.name == 'flyteadmin' }}
env:
Expand Down

0 comments on commit 65e0409

Please sign in to comment.