
* Build role requires build target to be specified via a variable * Ensure role checks for a specific version of Bazel and downloads and installs if missing; defaults to v3.1.0 and downloading from bazelbuild Github, but these can be overrriden using variables * Also installs dependencies for Bazel; only supports Ubuntu/Debian at present, but includes scope to extend for other platforms * Includes test playbook and job Change-Id: I83f198aaf20c2b3664bea6fc05edd3b4fca13a4f
17 lines
407 B
YAML
17 lines
407 B
YAML
- job:
|
|
name: zuul-jobs-test-ensure-bazel
|
|
description: Test the ensure-bazel role
|
|
run: test-playbooks/build-roles/ensure-bazel.yaml
|
|
|
|
# -* AUTOGENERATED *-
|
|
# The following project section is autogenerated by
|
|
# tools/update-test-platforms.py
|
|
# Please re-run to generate new job lists
|
|
|
|
- project:
|
|
check:
|
|
jobs: &id001
|
|
- zuul-jobs-test-ensure-bazel
|
|
gate:
|
|
jobs: *id001
|