Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
b8e0bb0a
"git@developer.sourcefind.cn:orangecat/ollama.git" did not exist on "6d4219083c56ec4b031f0fda67e9ef2c09ad9888"
Commit
b8e0bb0a
authored
Apr 11, 2025
by
muyangli
Browse files
remove the other tests for now
parent
75967191
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
97 deletions
+1
-97
.github/workflows/pr_test.yaml
.github/workflows/pr_test.yaml
+1
-97
No files found.
.github/workflows/pr_test.yaml
View file @
b8e0bb0a
...
...
@@ -61,105 +61,9 @@ jobs:
which python
pytest -v -x tests/flux/test_flux_memory.py
test-flux-cache
:
needs
:
set-up-test-env
runs-on
:
self-hosted
if
:
${{ github.event_name != 'issue_comment' || needs.check-comment.outputs.should_run == 'true' }}
steps
:
-
name
:
Run flux cache test
run
:
|
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
pytest -v -x tests/flux/test_flux_cache.py
test-flux-dev
:
needs
:
set-up-test-env
runs-on
:
self-hosted
if
:
${{ github.event_name != 'issue_comment' || needs.check-comment.outputs.should_run == 'true' }}
steps
:
-
name
:
Run flux dev test
run
:
|
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
pytest -v -x tests/flux/test_flux_dev.py
test-flux-dev-loras
:
needs
:
set-up-test-env
runs-on
:
self-hosted
if
:
${{ github.event_name != 'issue_comment' || needs.check-comment.outputs.should_run == 'true' }}
steps
:
-
name
:
Run flux dev loras test
run
:
|
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
pytest -v -x tests/flux/test_flux_dev_loras.py
test-flux-schnell
:
needs
:
set-up-test-env
runs-on
:
self-hosted
if
:
${{ github.event_name != 'issue_comment' || needs.check-comment.outputs.should_run == 'true' }}
steps
:
-
name
:
Run flux schnell test
run
:
|
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
pytest -v -x tests/flux/test_flux_schnell.py
test-flux-tools
:
needs
:
set-up-test-env
runs-on
:
self-hosted
if
:
${{ github.event_name != 'issue_comment' || needs.check-comment.outputs.should_run == 'true' }}
steps
:
-
name
:
Run flux tools test
run
:
|
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
pytest -v -x tests/flux/test_flux_tools.py
test-flux-turing
:
needs
:
set-up-test-env
runs-on
:
self-hosted
if
:
${{ github.event_name != 'issue_comment' || needs.check-comment.outputs.should_run == 'true' }}
steps
:
-
name
:
Run flux turing test
run
:
|
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
pytest -v -x tests/flux/test_turing.py
test-flux-shuttle-jaguar
:
needs
:
set-up-test-env
runs-on
:
self-hosted
if
:
${{ github.event_name != 'issue_comment' || needs.check-comment.outputs.should_run == 'true' }}
steps
:
-
name
:
Run flux shuttle jaguar test
run
:
|
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
pytest -v -x tests/flux/test_shuttle_jaguar.py
test-sana-t2i
:
needs
:
set-up-test-env
runs-on
:
self-hosted
if
:
${{ github.event_name != 'issue_comment' || needs.check-comment.outputs.should_run == 'true' }}
steps
:
-
name
:
Run sana t2i test
run
:
|
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
pytest -v -x tests/sana/test_t2i.py
clean-up
:
if
:
always() && (github.event_name != 'issue_comment' || needs.check-comment.outputs.should_run == 'true')
needs
:
[
set-up-test-env
,
test-flux-memory
,
test-flux-cache
,
test-flux-dev
,
test-flux-dev-loras
,
test-flux-schnell
,
test-flux-tools
,
test-flux-turing
,
test-flux-shuttle-jaguar
,
test-sana-t2i
]
needs
:
[
set-up-test-env
,
test-flux-memory
]
runs-on
:
self-hosted
steps
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment