Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
ci: run downstream native image tests (#779)
Browse files Browse the repository at this point in the history
* ci: running downstream native image tests

* docs: updated comments
  • Loading branch information
suztomo committed Aug 5, 2022
1 parent f00571c commit f0e9d26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downstream-native-image.yaml
Expand Up @@ -7,15 +7,15 @@ on:
# Keeping this file separate as the dependencies check would use more
# repositories than needed this downstream check for GraalVM native image
# compilation.
name: downstream
name: downstream-native-image
jobs:
# GraalVM job ensures the compatibility of GraaVM version
graalvm:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
graalvm: [22.1.0]
graalvm: [22.1.0, 22.0.0.2, 21.3.2]
java: [11, 17]
repo:
# GAPIC library that doesn't use a real GCP project in integration tests
Expand Down
4 changes: 4 additions & 0 deletions .kokoro/downstream-client-library-check.sh
Expand Up @@ -62,5 +62,9 @@ if [[ $CLIENT_LIBRARY == "bigtable" ]]; then
popd
fi

# We don't want to fail the test due to enforcer rule, before running GraalVM
# tests. Checking GraalVM buidl result is more important.
export INTEGRATION_TEST_ARGS="-Denforcer.skip=true"

# This reads the JOB_TYPE environmental variable ("test" or "graalvm")
.kokoro/build.sh

0 comments on commit f0e9d26

Please sign in to comment.