Skip to content

Commit

Permalink
remove feature branch in ci pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: GiulioZizzo <[email protected]>
  • Loading branch information
GiulioZizzo committed Nov 30, 2023
1 parent 9df9d14 commit 4bb4139
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
branches:
- main
- dev*
- clip_1.17_dev

# Run scheduled CI flow daily
schedule:
- cron: '0 8 * * 0'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
branches:
- main
- dev*
- clip_attack

# Run scheduled CI flow daily
schedule:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-style-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
branches:
- main
- dev*
- clip_1.17_dev

# Run scheduled CI flow daily
schedule:
Expand Down
27 changes: 0 additions & 27 deletions run_single_test.sh

This file was deleted.

3 changes: 2 additions & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ else
"tests/estimators/regression/test_scikitlearn.py" )

declare -a defences=("tests/defences/test_adversarial_trainer.py" \
"tests/defences/test_adversarial_trainer_madry_pgd.py" \
"tests/defences/test_class_labels.py" \
"tests/defences/test_defensive_distillation.py" \
"tests/defences/test_feature_squeezing.py" \
Expand Down Expand Up @@ -181,4 +182,4 @@ else
done
fi

exit ${exit_code}
exit ${exit_code}

0 comments on commit 4bb4139

Please sign in to comment.