Skip to content

Commit

Permalink
Do not call deploy test from zuul
Browse files Browse the repository at this point in the history
Now we are using testing farm for it.
  • Loading branch information
majamassarini committed Sep 13, 2024
1 parent 49425a1 commit 9702af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tf-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Schedule test on Testing Farm
name: Schedule tests on Testing Farm
on:
pull_request:

Expand All @@ -11,7 +11,7 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Schedule test on Testing Farm
- name: Schedule tests on Testing Farm
uses: sclorg/testing-farm-as-github-action@v2
with:
compose: CentOS-Stream-9
Expand Down
2 changes: 1 addition & 1 deletion .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
check:
jobs:
- pre-commit
- deployment-tests
# - deployment-tests
gate:
jobs:
- pre-commit
Expand Down

0 comments on commit 9702af0

Please sign in to comment.