Skip to content

Commit

Permalink
tests: support running tests in github agents with spread-enabled tag (
Browse files Browse the repository at this point in the history
…#14210)

This is a required step to allow to move snapd project under canonical
org.
In canonical org we have shared github action runners with no spread
installed. So, by using this tag we make sure for testing stepr we run
on runners with spread installed.
  • Loading branch information
sergiocazzolato authored Jul 18, 2024
1 parent af448ef commit a22ba7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ jobs:
# release branches
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' }}
name: ${{ matrix.group }}
runs-on: self-hosted
runs-on: [self-hosted, spread-enabled]
strategy:
# FIXME: enable fail-fast mode once spread can cancel an executing job.
# Disable fail-fast mode as it doesn't function with spread. It seems
Expand Down

0 comments on commit a22ba7a

Please sign in to comment.