Skip to content

Commit

Permalink
Merge pull request #1424 from openziti/disable-jenkins-smoketests
Browse files Browse the repository at this point in the history
Disable Jenkins Smoketest triggers
  • Loading branch information
plorenz authored Oct 11, 2023
2 parents 2fc1316 + 8f5b21d commit 76b92ab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 85 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/jenkins-nightly-smoketest.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/jenkins-smoketest.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,20 +501,6 @@ jobs:
JFROG_API_KEY: ${{ secrets.JFROG_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jenkins-smoketest:
# BEGIN smoketest-job
#
# Any event that triggers this main workflow also triggers the smoketest
#
needs: publish
name: Call the On-Demand Smoketest Workflow
# not applicable to forks
if: github.repository_owner == 'openziti'
uses: ./.github/workflows/jenkins-smoketest.yml
secrets: inherit
with:
ziti-version: ${{ needs.publish.outputs.ZITI_VERSION }}

call-publish-prerelease-docker-images:
# - !cancelled() allows evaluating further conditional expressions even if
# needed jobs were skipped
Expand Down

0 comments on commit 76b92ab

Please sign in to comment.