Skip to content

e2e

e2e #801

Workflow file for this run

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: e2e
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
schedule:
# run daily @ 14:30 UTC against the default branch (main)
- cron: "30 14 * * *"
jobs:
e2e-test:
runs-on: ubuntu-latest
environment:
name: e2e-test
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
# TODO: replace with https://github.com/google-github-actions/auth and
# workload identity instead of an exported SA credential.
- name: "Auth to GCP exist env"
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
- uses: google-github-actions/setup-gcloud@v1
with:
project_id: "secretmanager-csi-build"
install_components: 'gke-gcloud-auth-plugin'
- name: Test
run: |
test/infra/runner.sh
env:
GKE_VERSION: RAPID
SECRET_STORE_VERSION: main