From db1dbd0412664a25794cd6030622faa0c37b222a Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Tue, 31 Jan 2023 14:04:26 +0100 Subject: [PATCH] Run podman tests on 10 nodes (#6553) * Run podman tests on 10 nodes * Update .github/workflows/podman-test.yaml Co-authored-by: Armel Soro --------- Co-authored-by: Armel Soro --- .github/workflows/podman-test.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/podman-test.yaml b/.github/workflows/podman-test.yaml index 3b8fcb5d2f7..64e50ab8975 100644 --- a/.github/workflows/podman-test.yaml +++ b/.github/workflows/podman-test.yaml @@ -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