1#!/bin/bash 2# Copyright 2021 The Chromium OS Authors. All rights reserved. 3# Use of this source code is governed by a BSD-style license that can be 4# found in the LICENSE file. 5# 6# Simulates all kokoro jobs. 7 8cd $(dirname "$0") 9time ./simulate build-x86_64.sh && 10 time ./simulate build-aarch64.sh 11