Skip to content

Commit

Permalink
Merge branch 'main' into 1295-change-regex-to-template-id
Browse files Browse the repository at this point in the history
  • Loading branch information
tang-mm committed Apr 8, 2024
2 parents ce670a8 + 4c58a14 commit a16c90c
Show file tree
Hide file tree
Showing 340 changed files with 3,159 additions and 486 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/checkbox-beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
should-run:
runs-on: [self-hosted, linux, large]
runs-on: ubuntu-latest
steps:
- name: Setup the gh repository and install gh
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
release-notes:
needs: should-run
runs-on: [self-hosted, linux, large]
runs-on: ubuntu-latest
steps:
- name: Checkout checkbox monorepo
uses: actions/checkout@v3
Expand All @@ -60,7 +60,7 @@ jobs:
checkbox_deb_packages:
needs: should-run
name: Checkbox Debian packages
runs-on: [self-hosted, linux, large]
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
Expand All @@ -79,7 +79,7 @@ jobs:
checkbox_core_snap:
needs: should-run
name: Checkbox core snap packages
runs-on: [self-hosted, linux, large]
runs-on: ubuntu-latest
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT7_CREDS }}
steps:
Expand All @@ -101,7 +101,7 @@ jobs:
checkbox_snap:
needs: should-run
name: Checkbox snap packages
runs-on: [self-hosted, linux, large]
runs-on: ubuntu-latest
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT7_CREDS }}
steps:
Expand Down
105 changes: 0 additions & 105 deletions .github/workflows/checkbox-core-snap-beta-release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/checkbox-core-snap-daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
releases: [16, 18, 20, 22]
arch: [amd64, arm64, armhf]
runs-on: [self-hosted, linux, small]
runs-on: [self-hosted, linux, jammy, large]
timeout-minutes: 1200 #20h, this will timeout sooner due to inner timeouts
env:
SERIES: series${{ matrix.releases }}
Expand Down
106 changes: 0 additions & 106 deletions .github/workflows/checkbox-snap-beta-release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/checkbox-snap-daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
type: [classic, uc]
releases: [16, 18, 20, 22]
runs-on: [self-hosted, linux, small]
runs-on: [self-hosted, linux, jammy, large]
timeout-minutes: 1200 #20h, this will timeout sooner due to inner timeouts
env:
SERIES: series_${{ matrix.type }}${{ matrix.releases }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/checkbox-stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
release:
name: Publish the release
runs-on: [self-hosted, linux, large]
runs-on: [self-hosted, linux, jammy, large]
steps:
- name: Checkout checkbox monorepo
uses: actions/checkout@v3
Expand All @@ -31,7 +31,7 @@ jobs:
checkbox_deb_packages:
name: Checkbox Debian packages
runs-on: [self-hosted, linux, large]
runs-on: [self-hosted, linux, jammy, large]
steps:
- name: Install dependencies
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
checkbox_core_snap:
name: Checkbox core snap packages
runs-on: [self-hosted, linux, large]
runs-on: [self-hosted, linux, jammy, large]
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT7_CREDS }}
steps:
Expand All @@ -69,7 +69,7 @@ jobs:
checkbox_snap:
name: Checkbox snap packages
runs-on: [self-hosted, linux, large]
runs-on: [self-hosted, linux, jammy, large]
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT7_CREDS }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
check_for_commits:
runs-on: [self-hosted, linux, small]
runs-on: [self-hosted, linux, jammy, large]
name: Check for commits
outputs:
new_commit_count: ${{ steps.commit_check.outputs.new_commit_count }}
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/deb-beta-release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/deb-daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
ppa_update:
name: Sync PPA history with monorepo
runs-on: [self-hosted, linux, small]
runs-on: [self-hosted, linux, jammy, large]
timeout-minutes: 1200 #20h, this will timeout sooner due to inner timeouts
steps:
- name: Install dependencies
Expand All @@ -30,7 +30,7 @@ jobs:
tools/release/lp_request_import.py "~checkbox-dev/checkbox/+git/checkbox"
ppa_build:
name: Trigger and monitor PPA builds
runs-on: [self-hosted, linux, large]
runs-on: [self-hosted, linux, jammy, large]
needs: ppa_update
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation-build-readthedocs.io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: [self-hosted, linux, large]
runs-on: [self-hosted, linux, jammy, large]
steps:
- run: |
curl -X POST -d "branches=latest" -d "token=${{ secrets.RTD_TOKEN }}" https://readthedocs.org/api/v2/webhook/checkbox/137367/
Loading

0 comments on commit a16c90c

Please sign in to comment.