Skip to content

Commit 1145992

Browse files
martinfanning1Martin Fanning
andauthored
Update DB2 Molecule and Github Workflows to be not so version specific (#145)
* Update DB2 Molecule and Github Workflows to be not so version specific Update DB2 Molecule and Github Workflows to be not so version specific The DB2 Molecule tests are called by the version they represent. So whenever a new version is released the current tests are renamed to this new version e.g. recent move from db21212 to db21213. This rename has caused issues with Git Actions expecting a check to run on the old version despite the PR referencing the newer version.. This means the check has to be by passed to alow the PR to be merged.. To avoid this - this PR renames the Molecule tests and GitWorkflows to be more generic for the ocveral l DB2 version.. So instead of the tests and git workflow being called db21159 for the 11.5.9.0 version of DB2.. We now call these tests db2115 - with the fixpack version specifically called out in the converge and verify files as before.. Same for db21213 - this becomes db2121.. 12.1.3 fixpack is referenced in the files of the test.. and we only need to change these files rather then the test name when a newer fixpack is released.. * Updated name to make it clearer Updated name to make it clearer * Missed main.yml changes Missed main.yml changes --------- Co-authored-by: Martin Fanning <mfanning@merative.com>
1 parent 96b5506 commit 1145992

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- ihs-v90-rockylinux9
3535
- websphere-v90-rockylinux8
3636
- websphere-v90-rockylinux9
37-
- db21213
38-
- db21159
37+
- db2-121
38+
- db2-115
3939
- ohs-12214-rockylinux8
4040
- ohs-12214-rockylinux9
4141
- ohs-1412-rockylinux8

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: spm_middleware
1111

1212
# The version of the collection. Must be compatible with semantic versioning
1313
# Please note. version also exists in /github/workflows/release.yml and will need to be update also
14-
version: 1.10.0
14+
version: 1.10.1
1515

1616
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1717
readme: README.md

0 commit comments

Comments
 (0)