File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,10 +38,9 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE61 &&
3838
3939
4040
41- RUN echo "deb [trusted=yes] https://indicio.jfrog.io/artifactory/indy/ jammy dev" >> /etc/apt/sources.list && \
42- echo "deb [trusted=yes] https://indicio.jfrog.io/artifactory/indy/ jammy rc" >> /etc/apt/sources.list && \
43- echo "deb [trusted=yes] http://209.141.41.82:8000/ packagedir/" >> /etc/apt/sources.list
44-
41+ RUN echo "deb [trusted=yes] https://indicio.jfrog.io/artifactory/indy/ jammy dev" >> /etc/apt/sources.list
42+ RUN echo "deb [trusted=yes] https://indicio.jfrog.io/artifactory/indy-static/ jammy stable" >> /etc/apt/sources.list
43+
4544RUN apt-get update -y && apt-get install -y rubygems python3-pip
4645# && apt-get -y autoremove && rm -rf /var/lib/apt/lists/*
4746
Original file line number Diff line number Diff line change @@ -70,17 +70,17 @@ jobs:
7070 GITHUB_REPOSITORY_NAME : ${{ needs.release-infos.outputs.GITHUB_REPOSITORY_NAME }}
7171 UBUNTU_VERSION : ${{ needs.release-infos.outputs.UBUNTU_VERSION }}
7272
73- call-indy-test-automation :
74- name : Indy-Test-Automation
75- needs : [build_packages]
76- uses : Indicio-tech /indy-test-automation/.github/workflows/callable_test-automation-node.yaml@v2
77- with :
78- ubuntuVersion : " ubuntu-2004"
79- libIndyVersion : " 1.15.0~1625-bionic"
80- includePaymentTests : false
81- testAutomationBranch : " v0.11"
82- debName : " indy-node*.deb"
83- packageName : " indy_node-deb"
73+ # call-indy-test-automation:
74+ # name: Indy-Test-Automation
75+ # needs: [build_packages]
76+ # uses: hyperledger /indy-test-automation/.github/workflows/callable_test-automation-node.yaml@v0.11
77+ # with:
78+ # ubuntuVersion: "ubuntu-2004"
79+ # libIndyVersion: "1.15.0~1625-bionic"
80+ # includePaymentTests: false
81+ # testAutomationBranch: "v0.11"
82+ # debName: "indy-node*.deb"
83+ # packageName: "indy_node-deb"
8484
8585 statusCheck :
8686 name : statusCheck
Original file line number Diff line number Diff line change 6262 # https://github.com/hyperledger/indy-plenum/blob/eac38674252b539216be2c40bb13e53c5b70dad2/build-scripts/ubuntu-2004/build-3rd-parties.sh#L104-L106
6363 'importlib-metadata==3.10.1' ,
6464 'timeout-decorator>=0.5.0' ,
65- 'distro==1.7.0' ],
65+ 'distro==1.7.0-1 ' ],
6666 setup_requires = ['pytest-runner' ],
6767 extras_require = {
6868 'tests' : tests_require
You can’t perform that action at this time.
0 commit comments