diff --git a/.github/workflows/greenboot.yaml b/.github/workflows/greenboot.yaml index ccef6e2..66ac496 100644 --- a/.github/workflows/greenboot.yaml +++ b/.github/workflows/greenboot.yaml @@ -10,7 +10,7 @@ jobs: pr-info: if: ${{ github.event.issue.pull_request && (startsWith(github.event.comment.body, '/greenboot-rs-test-all') || - startsWith(github.event.comment.body, '/greenboot-rs-test-rawhide')) }} + startsWith(github.event.comment.body, '/greenboot-rs-test-39')) }} runs-on: ubuntu-latest steps: - name: Query author repository permissions @@ -89,14 +89,14 @@ jobs: osbuild-composer_repo: ${{ steps.comment-analysis.outputs.osbuild-composer_repo }} osbuild-composer_branch: ${{ steps.comment-analysis.outputs.osbuild-composer_branch }} - pre-greenboot-rs-rawhide: + pre-greenboot-rs-39: needs: pr-info if: ${{ needs.pr-info.outputs.allowed_user == 'true' }} && (startsWith(github.event.comment.body, '/greenboot-rs-test-all') || - startsWith(github.event.comment.body, '/greenboot-rs-test-rawhide'))}} + startsWith(github.event.comment.body, '/greenboot-rs-test-39'))}} runs-on: ubuntu-latest env: - STATUS_NAME: greenboot-rs-rawhide + STATUS_NAME: greenboot-rs-39 steps: - name: Create in-progress status @@ -110,14 +110,14 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - greenboot-rs-rawhide: - needs: [pr-info, comment-info, pre-greenboot-rs-rawhide] + greenboot-rs-39: + needs: [pr-info, comment-info, pre-greenboot-rs-39] if: ${{ needs.pr-info.outputs.allowed_user == 'true' }} && (startsWith(github.event.comment.body, '/greenboot-rs-test-all') || - startsWith(github.event.comment.body, '/greenboot-rs-test-rawhide'))}} - runs-on: [kite, x86_64, gcp, fedora-rawhide, large] + startsWith(github.event.comment.body, '/greenboot-rs-test-39'))}} + runs-on: [kite, x86_64, gcp, fedora-39, large] env: - STATUS_NAME: greenboot-rs-rawhide + STATUS_NAME: greenboot-rs-39 steps: - name: Create in-progress status diff --git a/greenboot-test/greenboot-rs.sh b/greenboot-test/greenboot-rs.sh index f724b4c..886b04c 100755 --- a/greenboot-test/greenboot-rs.sh +++ b/greenboot-test/greenboot-rs.sh @@ -35,8 +35,8 @@ case "${ID}-${VERSION_ID}" in "fedora-"*) IMAGE_TYPE=fedora-iot-commit OSTREE_REF="fedora/${VERSION_ID}/${ARCH}/iot" - OS_VARIANT="fedora-rawhide" - BOOT_LOCATION="https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/" + OS_VARIANT="fedora-unknown" + BOOT_LOCATION="https://dl.fedoraproject.org/pub/fedora/linux/development/39/Everything/x86_64/os/" ;; *) echo "unsupported distro: ${ID}-${VERSION_ID}"