Skip to content

Commit

Permalink
Removing jira test from Tier1
Browse files Browse the repository at this point in the history
Signed-off-by: Maayan Hadasi <mguetta@redhat.com>
  • Loading branch information
mguetta1 committed Sep 14, 2023
1 parent 44bf020 commit e4a0702
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main-tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@ jobs:
run: |
go install github.com/onsi/ginkgo/v2/ginkgo
- run: make test-tier1
env:
JIRA_USERNAME: ${{ secrets.JIRA_USERNAME }}
JIRA_PASSWORD: ${{ secrets.JIRA_PASSWORD }}
JIRA_URL: ${{ secrets.JIRA_URL }}
1 change: 1 addition & 0 deletions .github/workflows/nightly-tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
go install github.com/onsi/ginkgo/v2/ginkgo
- run: make test-tier1
- run: make test-jira
env:
JIRA_USERNAME: ${{ secrets.JIRA_USERNAME }}
JIRA_PASSWORD: ${{ secrets.JIRA_PASSWORD }}
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ test-tier0:

# TIER1 - all normal features expected to work.
test-tier1:
$(MAKE) test-jira
$(MAKE) test-metrics
TIER1=1 $(MAKE) test-analysis

Expand Down

0 comments on commit e4a0702

Please sign in to comment.