Skip to content

Commit feadaad

Browse files
committed
chore: deactivate on PR for these while I refactor them, trigger manually
only for now
1 parent c15b960 commit feadaad

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

.github/workflows/testinfra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Testinfra Integration Tests
22

33
on:
4-
pull_request:
4+
#pull_request:
55
workflow_dispatch:
66

77
jobs:

.github/workflows/text-nix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Test Database
22

33
on:
4-
push:
5-
branches:
6-
- develop
7-
pull_request:
4+
# push:
5+
# branches:
6+
# - develop
7+
# pull_request:
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/textinfra-nix.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
name: Testinfra Integration Tests
22

33
on:
4-
pull_request:
4+
#pull_request:
55
workflow_dispatch:
66

77
jobs:
8-
test-all-in-one:
9-
strategy:
10-
matrix:
11-
include:
12-
- runner: [self-hosted, X64]
13-
arch: amd64
14-
- runner: arm-runner
15-
arch: arm64
16-
runs-on: ${{ matrix.runner }}
17-
timeout-minutes: 30
18-
steps:
19-
- uses: actions/checkout@v3
20-
21-
- run: docker context create builders
22-
- uses: docker/setup-buildx-action@v3
23-
with:
24-
endpoint: builders
25-
26-
- name: Run aio integration tests
27-
run: |
28-
# TODO: use poetry for pkg mgmt
29-
pip3 install boto3 boto3-stubs[essential] docker ec2instanceconnectcli pytest pytest-testinfra[paramiko,docker] requests
8+
# test-all-in-one:
9+
# strategy:
10+
# matrix:
11+
# include:
12+
# - runner: [self-hosted, X64]
13+
# arch: amd64
14+
# - runner: arm-runner
15+
# arch: arm64
16+
# runs-on: ${{ matrix.runner }}
17+
# timeout-minutes: 30
18+
# steps:
19+
# - uses: actions/checkout@v3
20+
21+
# - run: docker context create builders
22+
# - uses: docker/setup-buildx-action@v3
23+
# with:
24+
# endpoint: builders
25+
26+
# - name: Run aio integration tests
27+
# run: |
28+
# # TODO: use poetry for pkg mgmt
29+
# pip3 install boto3 boto3-stubs[essential] docker ec2instanceconnectcli pytest pytest-testinfra[paramiko,docker] requests
3030

3131

32-
if ! pytest -vv testinfra/test_all_in_one.py; then
33-
# display container logs if the test fails
32+
# if ! pytest -vv testinfra/test_all_in_one.py; then
33+
# # display container logs if the test fails
3434

35-
if [ -f testinfra-aio-container-logs.log ]; then
36-
echo "AIO container logs:"
37-
cat testinfra-aio-container-logs.log
38-
fi
39-
exit 1
40-
fi
35+
# if [ -f testinfra-aio-container-logs.log ]; then
36+
# echo "AIO container logs:"
37+
# cat testinfra-aio-container-logs.log
38+
# fi
39+
# exit 1
40+
# fi
4141

4242
test-ami:
4343
strategy:

0 commit comments

Comments
 (0)