Skip to content

Commit

Permalink
Fixed Pipeline reference
Browse files Browse the repository at this point in the history
Signed-off-by: pSchlarb <[email protected]>
  • Loading branch information
pSchlarb committed Jan 11, 2023
1 parent 7d71e75 commit e99aec8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 101 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- '**'
- '.github/**'
- "!sovrin/metadata.json"
branches:
- master
Expand Down Expand Up @@ -34,6 +35,7 @@ jobs:
testsNeeded:
- '**.py'
- 'sovrin/*genesis'
- '.github/**'
extract-information:
name: Extract needed Information for Indy-Test-Automation
needs: [workflow-setup]
Expand Down Expand Up @@ -81,7 +83,7 @@ jobs:
name: Indy-Test-Automation
needs: [workflow-setup, extract-information, build_sovrin]
if: ${{ needs.workflow-setup.outputs.testsNeeded == 'true' }}
uses: pschlarb/indy-test-automation/.github/workflows/callable_test-automation.yaml@sovrin
uses: hyperledger/indy-test-automation/.github/workflows/callable_test-automation.yaml@v0.9
with:
ubuntuVersion: "ubuntu-2004"
libsovtokenJSON: "{\"install\": \"yes\", \"version\": \"1.0.5\"}"
Expand All @@ -90,7 +92,7 @@ jobs:
indyJSON: "{ \"nodeVersion\": \"${{ needs.extract-information.outputs.indyVersion }}\", \"plenumVersion\" : \"1.13.1~rc2\", \"ursaVersion\": \"0.3.2-1\", \"pyzmqVersion\" : \"22.3.0\"}"
libIndyVersion: "1.15.0~1625-bionic"
includePaymentTests: true
testAutomationBranch: "sovrin"
testAutomationBranch: "v0.9"

statusCheck:
name: statusCheck
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/Push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- DevContainers
paths:
- 'sovrin/*_genesis'
- '.github/**'
- '**.py'

jobs:
Expand All @@ -31,6 +32,7 @@ jobs:
testsNeeded:
- '**.py'
- 'sovrin/*genesis'
- '.github/**'
extract-information:
name: Extract needed Information for Indy-Test-Automation
Expand Down Expand Up @@ -80,7 +82,7 @@ jobs:
call-indy-test-automation:
name: Indy-Test-Automation
needs: [extract-information,build_sovrin]
uses: pschlarb/indy-test-automation/.github/workflows/callable_test-automation.yaml@sovrin
uses: hyperledger/indy-test-automation/.github/workflows/callable_test-automation.yaml@v0.9
with:
ubuntuVersion: "ubuntu-2004"
libsovtokenJSON: "{\"install\": \"yes\", \"version\": \"1.0.5\"}"
Expand All @@ -89,7 +91,7 @@ jobs:
indyJSON: "{ \"nodeVersion\": \"${{ needs.extract-information.outputs.indyVersion }}\", \"plenumVersion\" : \"1.13.1~rc2\", \"ursaVersion\": \"0.3.2-1\", \"pyzmqVersion\" : \"22.3.0\"}"
libIndyVersion: "1.15.0~1625-bionic"
includePaymentTests: true
testAutomationBranch: "sovrin"
testAutomationBranch: "v0.9"

publish-package:
name: Sovrin Publish Packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Releasepr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
call-indy-test-automation:
name: Indy-Test-Automation
needs: [extract-information,build_sovrin]
uses: pschlarb/indy-test-automation/.github/workflows/callable_test-automation.yaml@sovrin
uses: hyperledger/indy-test-automation/.github/workflows/callable_test-automation.yaml@v0.9
with:
ubuntuVersion: "ubuntu-2004"
libsovtokenJSON: "{\"install\": \"yes\", \"version\": \"1.0.5\"}"
Expand All @@ -94,5 +94,5 @@ jobs:
indyJSON: "{ \"nodeVersion\": \"${{ needs.extract-information.outputs.indyVersion }}\", \"plenumVersion\" : \"1.13.1~rc2\", \"ursaVersion\": \"0.3.2-1\", \"pyzmqVersion\" : \"22.3.0\"}"
libIndyVersion: "1.15.0~1625-bionic"
includePaymentTests: true
testAutomationBranch: "sovrin"
testAutomationBranch: "v0.9"

95 changes: 0 additions & 95 deletions .github/workflows/nightlyTests.yaml

This file was deleted.

0 comments on commit e99aec8

Please sign in to comment.