-
Notifications
You must be signed in to change notification settings - Fork 590
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3882 from voxel51/release/v0.23.0
merging release/v0.23.0 into main
- Loading branch information
Showing
775 changed files
with
44,021 additions
and
31,815 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
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 |
---|---|---|
|
@@ -4,18 +4,20 @@ on: workflow_call | |
|
||
jobs: | ||
test-e2e: | ||
timeout-minutes: 60 | ||
timeout-minutes: 90 | ||
runs-on: ubuntu-latest-m | ||
env: | ||
FIFTYONE_DO_NOT_TRACK: true | ||
FIFTYONE_DATABASE_URI: mongodb://localhost:27017 | ||
FIFTYONE_DATABASE_NAME: playwright | ||
ELECTRON_EXTRA_LAUNCH_ARGS: "--disable-gpu" | ||
PLAYWRIGHT_BROWSERS_PATH: ${{ github.workspace }}/ms-playwright | ||
defaults: | ||
run: | ||
shell: bash | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: true | ||
|
||
|
@@ -24,6 +26,11 @@ jobs: | |
with: | ||
node-version: 18 | ||
|
||
- name: Start MongoDB | ||
uses: supercharge/[email protected] | ||
with: | ||
mongodb-version: latest | ||
|
||
- name: Install setup dependencies | ||
run: | | ||
pip install --upgrade pip setuptools wheel | ||
|
@@ -50,7 +57,9 @@ jobs: | |
run: make app | ||
|
||
- name: Install fiftyone | ||
run: pip install . | ||
run: | | ||
pip install . | ||
pip install fiftyone-db-ubuntu2204 | ||
- name: Configure | ||
id: test_config | ||
|
@@ -97,6 +106,10 @@ jobs: | |
run: yarn e2e | ||
working-directory: e2e-pw | ||
|
||
- name: Lint Playwright tests | ||
run: yarn lint | ||
working-directory: e2e-pw | ||
|
||
- name: Upload test report | ||
if: always() | ||
uses: actions/upload-artifact@v3 | ||
|
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.