Skip to content

Commit

Permalink
Revert "Update nightly-tier1.yml"
Browse files Browse the repository at this point in the history
Signed-off-by: Maayan Hadasi <mguetta@redhat.com>
  • Loading branch information
mguetta1 committed Oct 15, 2023
1 parent 6bce499 commit 1a92359
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nightly-tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
run: |
go install github.com/onsi/ginkgo/v2/ginkgo
- run: HUB_BASE_URL="http://$(minikube ip)/hub" DEBUG=1 make test-tier1
- run: HUB_BASE_URL="http://$(minikube ip)/hub" ginkgo -v --focus "Jira connection"
- run: HUB_BASE_URL="http://$(minikube ip)/hub" make test-jira
env:
JIRA_CLOUD_USERNAME: ${{ secrets.JIRA_CLOUD_USERNAME }}
JIRA_CLOUD_PASSWORD: ${{ secrets.JIRA_CLOUD_PASSWORD }}
JIRA_SERVER_USERNAME: ${{ secrets.JIRA_SERVER_USERNAME }}
JIRA_SERVER_PASSWORD: ${{ secrets.JIRA_SERVER_PASSWORD }}
JIRA_SERVER_TOKEN: ${{ secrets.JIRA_SERVER_TOKEN }}
JIRA_CLOUD_URL: ${{ secrets.JIRA_CLOUD_URL }}
4 changes: 1 addition & 3 deletions config/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"KUBECONFIG": "",
"RETRY_NUM": "10",
"KEEP": "0",
"JIRA_CLOUD_URL": "https://mta-qe-testing.atlassian.net",
"JIRA_SERVER_URL": "https://issues.stage.redhat.com"
"KEEP": "0"
}
2 changes: 1 addition & 1 deletion e2e/jiraintegration/jira_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/konveyor/tackle2-hub/api"
)

var _ = Describe("Jira connection", Ordered, func() {
var _ = Describe("Jira connection", func() {
var jiraIdentity api.Identity
var jiraInstance api.Tracker

Expand Down

0 comments on commit 1a92359

Please sign in to comment.