Skip to content

Commit a81418d

Browse files
authored
v3 (#141)
1 parent 30a1622 commit a81418d

File tree

274 files changed

+6718
-6848
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+6718
-6848
lines changed

.github/workflows/integration-changed.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/integration.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- stable-2.17
3131
container-version:
3232
- 1.6.1
33-
- 1.4.0
33+
- 1.7.0
3434
steps:
3535
- name: Check out code
3636
uses: actions/checkout@v4
@@ -61,11 +61,10 @@ jobs:
6161
-v
6262
--diff
6363
--color
64-
--retry-on-error
6564
--python ${{ matrix.python-version }}
6665
--continue-on-error
6766
--coverage
68-
shippable/cs/group${{ matrix.group }}/
67+
cs/group${{ matrix.group }}/
6968
env:
7069
ANSIBLE_CLOUDSTACK_CONTAINER: quay.io/ansible/cloudstack-test-container:${{ matrix.container-version }}
7170

.github/workflows/sanity.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
ansible:
22-
- stable-2.15
23-
- stable-2.16
22+
# - stable-2.15
23+
# - stable-2.16
2424
- stable-2.17
25-
- devel
25+
# - devel
2626
runs-on: ubuntu-22.04
2727
steps:
2828
- name: Check out code

0 commit comments

Comments
 (0)