Skip to content

Commit

Permalink
(CAT-2052) Fix nightlies
Browse files Browse the repository at this point in the history
(CAT-2052) Fix nightlies

(CAT-2052) updated workflow
  • Loading branch information
skyamgarp committed Sep 20, 2024
1 parent ea51a7e commit 53ffe9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Run provision Tests
run: |
bundle exec bolt --tmpdir /tmp --modulepath spec/fixtures/modules -i $INVENTORY_PATH plan run satellite_pe_tools::test_03_test_run --stream
bundle exec bolt --tmpdir /tmp --log-level debug --modulepath spec/fixtures/modules -i $INVENTORY_PATH plan run satellite_pe_tools::test_03_test_run --stream
- name: Run Integration tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion plans/test_01_provision.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plan satellite_pe_tools::test_01_provision(
) {
# provision server machine, set role
run_task('provision::provision_service', 'localhost', action => 'provision', platform => 'centos-stream-8', vars => 'role: pe')
run_task('provision::provision_service', 'localhost', action => 'provision', platform => 'centos-stream-9', vars => 'role: pe')
# provision satellite
run_task('provision::provision_service', 'localhost', action => 'provision', platform => 'rhel-8', vars => 'role: satellite')
}
2 changes: 1 addition & 1 deletion plans/test_02_server_setup.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'password' => 'puppetlabs',
'configure_tuning' => false,
},
'version' => '2021.7.4',
'version' => '2021.7.6',
}
run_plan('deploy_pe::provision_master', $server, $params)
}

0 comments on commit 53ffe9a

Please sign in to comment.