Skip to content

Commit

Permalink
Remove user/group testing playbook from new CI workflow (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmclaughlin committed Jul 3, 2024
1 parent 23b129d commit e4a4d78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci_dab_jwt_versioned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ jobs:
working-directory: galaxy_ng
run: python3 dev/oci_env_integration/actions/ci_dab_jwt.py

- name: "Perform playbook user and group management tests"
run: ansible-playbook tests/playbooks/testing_playbook_user.yml -v -e galaxy_ng_version=${{ inputs.galaxy_ng_version }}

- name: "Perform playbook collection tests"
run: ansible-playbook tests/playbooks/testing_collections_playbook.yml -v -e galaxy_ng_version=${{ inputs.galaxy_ng_version }} -e git_repo_name=${{ github.event.repository.name }}

Expand Down
4 changes: 4 additions & 0 deletions changelogs/fragments/update_new_ci_workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
minor_changes:
- Remove testing playbook, expected to fail, from new CI workflow. (#416).
...

0 comments on commit e4a4d78

Please sign in to comment.