Skip to content

Commit

Permalink
workflows: disable scheduled runs for 1.10 workflows
Browse files Browse the repository at this point in the history
With the current setup, the scheduled runs on 1.10 workflows are testing
exactly the same as the regular workflows. Since this doubles the amount
and cost of testing for no reason, we disable schedule runs on 1.10
workflows.

We can always re-enable them later on when we actually rework them to
use the v1.10 branches instead.

Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
  • Loading branch information
nbusseneau authored and vadorovsky committed Aug 1, 2021
1 parent d800789 commit e6287ba
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/conformance-aws-cni-v1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
issue_comment:
types:
- created

# Run every 6 hours
schedule:
- cron: '30 0/6 * * *'
### FOR TESTING PURPOSES
# This workflow runs in the context of `master`, and ignores changes to
# workflow files in PRs. For testing changes to this workflow from a PR:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/conformance-eks-v1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
issue_comment:
types:
- created
# Run every 6 hours
schedule:
- cron: '0 1/6 * * *'
### FOR TESTING PURPOSES
# This workflow runs in the context of `master`, and ignores changes to
# workflow files in PRs. For testing changes to this workflow from a PR:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/conformance-gke-v1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
issue_comment:
types:
- created
# Run every 6 hours
schedule:
- cron: '0 2/6 * * *'
### FOR TESTING PURPOSES
# This workflow runs in the context of `master`, and ignores changes to
# workflow files in PRs. For testing changes to this workflow from a PR:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/conformance-multicluster-v1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
issue_comment:
types:
- created
# Run every 6 hours
schedule:
- cron: '0 3/6 * * *'
### FOR TESTING PURPOSES
# This workflow runs in the context of `master`, and ignores changes to
# workflow files in PRs. For testing changes to this workflow from a PR:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/tests-l4lb-v1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
issue_comment:
types:
- created
# Run every 6 hours
schedule:
- cron: '0 5/6 * * *'
### FOR TESTING PURPOSES
# This workflow runs in the context of `master`, and ignores changes to
# workflow files in PRs. For testing changes to this workflow from a PR:
Expand Down

0 comments on commit e6287ba

Please sign in to comment.