Skip to content

Commit 68714b0

Browse files
committed
feat: disable broken tests, fix repos
Signed-off-by: Kim Ebert <kim@indicio.tech>
1 parent 3d8eae7 commit 68714b0

3 files changed

Lines changed: 15 additions & 16 deletions

File tree

.github/workflows/build/Dockerfile.ubuntu-2204

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
4544
RUN apt-get update -y && apt-get install -y rubygems python3-pip
4645
# && apt-get -y autoremove && rm -rf /var/lib/apt/lists/*
4746

.github/workflows/releasepr.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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

0 commit comments

Comments
 (0)