Skip to content

Commit

Permalink
Creating new Kokoro builds for 3p tests (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
avilevy18 authored Feb 22, 2023
1 parent 8b98234 commit c224289
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kokoro/config/test/third_party_apps/release/rockylinux9.gcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import 'common.gcl' as common

config build = common.third_party_apps_test {
params {
platforms = ['rocky-linux-9']
}
}
7 changes: 7 additions & 0 deletions kokoro/config/test/third_party_apps/rockylinux9.gcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import 'common.gcl' as common

config build = common.third_party_apps_test {
params {
platforms = ['rocky-linux-9']
}
}

0 comments on commit c224289

Please sign in to comment.