Skip to content

Remove focal conditional in test_grsecurity_paxtest #269

Remove focal conditional in test_grsecurity_paxtest

Remove focal conditional in test_grsecurity_paxtest #269

Workflow file for this run

name: Staging
on:
push:
branches:
- 'stg-*'
- 'release/*'
schedule:
- cron: '0 3 * * *'
jobs:
staging:
strategy:
fail-fast: false
matrix:
ubuntu_version: ["focal", "noble"]
runs-on: ubuntu-latest
env:
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
UBUNTU_VERSION: ${{ matrix.ubuntu_version }}
steps:
- uses: actions/checkout@v4
- name: Run staging tests on GCE
run: |
make ci-go
- name: Teardown (if needed)
if: always()
run: |
make ci-teardown || true