1
0

Undebug various changes

- Stop always running twisted trunk on this branch
- Stop building all devs on this branch
- Run olddeps after linting
This commit is contained in:
David Robertson
2022-03-30 14:10:50 +01:00
parent 5f8db3ed0e
commit 680dbc86b1
3 changed files with 22 additions and 23 deletions

View File

@@ -29,10 +29,10 @@ jobs:
- id: set-distros
run: |
# if we're running from a tag, get the full list of distros; otherwise just use debian:sid
# dists='["debian:sid"]'
# if [[ $GITHUB_REF == refs/tags/* ]]; then
dists='["debian:sid"]'
if [[ $GITHUB_REF == refs/tags/* ]]; then
dists=$(scripts-dev/build_debian_packages.py --show-dists-json)
# fi
fi
echo "::set-output name=distros::$dists"
# map the step outputs to job outputs
outputs:

View File

@@ -121,7 +121,7 @@ jobs:
trial-olddeps:
# Note: sqlite only; no postgres
if: ${{ !cancelled() && !failure() }} # Allow previous steps to be skipped, but not fail
# needs: linting-done
needs: linting-done
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View File

@@ -5,7 +5,6 @@ on:
- cron: 0 8 * * *
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@@ -84,21 +83,21 @@ jobs:
/logs/results.tap
/logs/**/*.log*
# # open an issue if the build fails, so we know about it.
# open-issue:
# if: failure()
# needs:
# - mypy
# - trial
# - sytest
#
# runs-on: ubuntu-latest
#
# steps:
# - uses: actions/checkout@v2
# - uses: JasonEtco/create-an-issue@5d9504915f79f9cc6d791934b8ef34f2353dd74d # v2.5.0, 2020-12-06
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# update_existing: true
# filename: .ci/twisted_trunk_build_failed_issue_template.md
# open an issue if the build fails, so we know about it.
open-issue:
if: failure()
needs:
- mypy
- trial
- sytest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: JasonEtco/create-an-issue@5d9504915f79f9cc6d791934b8ef34f2353dd74d # v2.5.0, 2020-12-06
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
update_existing: true
filename: .ci/twisted_trunk_build_failed_issue_template.md