Skip to content

Commit

Permalink
ci: disable dailies for nextcloud 26
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilzinsel64 committed May 25, 2024
1 parent a2600f5 commit 88f297f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .github/spawn-dailies.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

latest_master_url="https://download.nextcloud.com/server/daily/latest-master.tar.bz2"
latest_stable26_url="https://download.nextcloud.com/server/daily/latest-stable26.tar.bz2"
latest_stable27_url="https://download.nextcloud.com/server/daily/latest-stable27.tar.bz2"
latest_stable28_url="https://download.nextcloud.com/server/daily/latest-stable28.tar.bz2"
latest_stable29_url="https://download.nextcloud.com/server/daily/latest-stable29.tar.bz2"
Expand Down Expand Up @@ -38,11 +37,6 @@ request_build \
"latest-master" "$latest_master_url" "master-$today" \
"From CI: Use Nextcloud latest master"

echo "Requesting build of latest 26..."
request_build \
"latest-26" "$latest_stable26_url" "26-$today" \
"From CI: Use Nextcloud latest 26"

echo "Requesting build of latest 27..."
request_build \
"latest-27" "$latest_stable27_url" "27-$today" \
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/test-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,6 @@ jobs:
working-directory: tests
run: bundle exec ./run-tests.sh integration

test-daily-v26:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3

- name: Install nextcloud
run: sudo snap install nextcloud --channel=26/edge

- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
working-directory: tests
bundler-cache: true

- name: Run tests
working-directory: tests
run: bundle exec ./run-tests.sh integration

test-daily-v27:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 88f297f

Please sign in to comment.