Skip to content

Commit 644c495

Browse files
committed
chore: Remove redundant gosmee job
The gosmee job for the second controller was removed because it was not being used and added unnecessary complexity to the workflow. This caused double execution of the gosmee tests, which was failing. Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
1 parent 37b2fe4 commit 644c495

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/e2e.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,6 @@ jobs:
295295
run: |
296296
nohup gosmee client --saveDir /tmp/gosmee-replay ${{ secrets.PYSMEE_URL }} "http://${CONTROLLER_DOMAIN_URL}" > /tmp/gosmee-main.log 2>&1 &
297297
298-
299-
- name: Run gosmee for second controller (GHE)
300-
if: matrix.provider == 'github_second_controller' || matrix.provider == 'concurrency'
301-
run: |
302-
nohup gosmee client --saveDir /tmp/gosmee-replay-ghe ${{ secrets.TEST_GITHUB_SECOND_SMEE_URL }} "http://ghe.paac-127-0-0-1.nip.io" > /tmp/gosmee-ghe.log 2>&1 &
303-
304298
- name: Generate unique gosmee URL for Gitea tests
305299
if: startsWith(matrix.provider, 'gitea') || matrix.provider == 'concurrency'
306300
id: gosmee-url

0 commit comments

Comments
 (0)