Skip to content

kv,admission: add missing admission headers #970

kv,admission: add missing admission headers

kv,admission: add missing admission headers #970

name: EXPERIMENTAL GitHub actions testing
on:
pull_request:
types: [ opened, reopened, synchronize, edited ]
branches: [ master ]
jobs:
test_job:
runs-on: [self-hosted, basic_runner_group]
steps:
- uses: actions/checkout@v4
with:
# By default, checkout merges the PR into the current master.
# Instead, we want to check out the PR as is.
ref: ${{ github.event.pull_request.head.sha }}
- run: ./build/github/get-engflow-keys.sh
- run: bazel test //pkg:all_tests --config engflowpublic --config crosslinux --jobs 300 --tls_client_certificate=/home/agent/engflow.crt --tls_client_key=/home/agent/engflow.key --remote_download_minimal
- name: clean up
if: always()
run: rm -f /home/agent/engflow.*