Skip to content

Commit

Permalink
Run podman tests on 10 nodes (#6553)
Browse files Browse the repository at this point in the history
* Run podman tests on 10 nodes

* Update .github/workflows/podman-test.yaml

Co-authored-by: Armel Soro <armel@rm3l.org>

---------

Co-authored-by: Armel Soro <armel@rm3l.org>
  • Loading branch information
feloy and rm3l authored Jan 31, 2023
1 parent 106473a commit db1dbd0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/podman-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:

- name: Run Integration tests
env:
PODMAN_EXEC_NODES: ${{ secrets.PODMAN_TEST_EXEC_NODES }}
# This should ideally be a configuration in the GH repo (secret or variable).
# This is currently hard-coded because GH won't expose secrets or variables to PRs created from forks.
# Hopefully, variables (which are non-sensible by definition) will be passed to workflows triggered by PRs from forks.
# See https://github.com/community/community/discussions/44322
PODMAN_EXEC_NODES: 10
run: make test-integration-podman

- name: List and stop remaining containers
Expand Down

0 comments on commit db1dbd0

Please sign in to comment.