-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Kokoro build configs for new distro oracular_aarch64
- Loading branch information
1 parent
b294e08
commit 314c509
Showing
6 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import '../common.gcl' as common | ||
|
||
config build = common.build { | ||
params { | ||
environment { | ||
DISTRO = 'oracular' | ||
PKGFORMAT = 'deb' | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
kokoro/config/test/ops_agent/presubmit/oracular_aarch64.gcl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import 'common.gcl' as common | ||
|
||
config build = common.ops_agent_test { | ||
params { | ||
environment { | ||
TARGET = 'oracular' | ||
ARCH = 'aarch64' | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import 'common.gcl' as common | ||
|
||
config build = common.ops_agent_test { | ||
params { | ||
environment { | ||
TARGET = 'oracular' | ||
ARCH = 'aarch64' | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
kokoro/config/test/third_party_apps/presubmit/oracular_aarch64.gcl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import 'common.gcl' as common | ||
|
||
config build = common.third_party_apps_test { | ||
params { | ||
environment { | ||
TARGET = 'oracular' | ||
ARCH = 'aarch64' | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
kokoro/config/test/third_party_apps/release/oracular_aarch64.gcl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import 'common.gcl' as common | ||
|
||
config build = common.third_party_apps_test { | ||
params { | ||
environment { | ||
TARGET = 'oracular' | ||
ARCH = 'aarch64' | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters