Home
last modified time | relevance | path

Searched full:vagrant (Results 1 – 25 of 38) sorted by relevance

12

/external/selinux/scripts/ci/
DVagrantfile3 # Vagrant configuration file which creates a virtual machine that can run the
9 # vagrant up --provision
13 # vagrant rsync && echo ./run-selinux-test.sh | vagrant ssh
17 # vagrant destroy
21 cat > /home/vagrant/run-selinux-test.sh << EOF
29 chmod +x /home/vagrant/run-selinux-test.sh
32 # All Vagrant configuration is done below. The "2" in Vagrant.configure
36 Vagrant.configure("2") do |config|
D.gitignore1 .vagrant/
/external/cpu_features/cmake/ci/vagrant/freebsd/
DVagrantfile4 # All Vagrant configuration is done below. The "2" in Vagrant.configure
8 Vagrant.configure("2") do |config|
13 # Every Vagrant development environment requires a box. You can search for
22 # `vagrant box outdated`. This is not recommended.
49 #config.vm.synced_folder "../../..", "/home/vagrant/project"
50 config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", disabled: true
59 # backing providers for Vagrant. These expose provider-specific options.
/external/cronet/third_party/cpu_features/src/cmake/ci/vagrant/freebsd/
DVagrantfile4 # All Vagrant configuration is done below. The "2" in Vagrant.configure
8 Vagrant.configure("2") do |config|
13 # Every Vagrant development environment requires a box. You can search for
22 # `vagrant box outdated`. This is not recommended.
49 #config.vm.synced_folder "../../..", "/home/vagrant/project"
50 config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", disabled: true
59 # backing providers for Vagrant. These expose provider-specific options.
/external/cpu_features/.github/workflows/
Damd64_freebsd_cmake.yml11 # Only MacOS hosted runner provides virtualisation with vagrant/virtualbox installed.
17 - name: vagrant version
18 run: Vagrant --version
22 run: cd cmake/ci/vagrant/freebsd && vagrant up
/external/cronet/third_party/cpu_features/src/.github/workflows/
Damd64_freebsd_cmake.yml11 # Only MacOS hosted runner provides virtualisation with vagrant/virtualbox installed.
17 - name: vagrant version
18 run: Vagrant --version
22 run: cd cmake/ci/vagrant/freebsd && vagrant up
/external/bcc/tools/
Dcachetop_example.txt25 877 vagrant systemd 18 4 2 72.7% 13.6%
36 984 vagrant find 9529 2457 4 79.5% 20.5%
52 1071 vagrant bash 350 0 0 100.0% 0.0%
53 1071 vagrant find 12959 0 0 100.0% 0.0%
67 1110 vagrant bash 366 0 0 100.0% 0.0%
68 1110 vagrant dd 42183 40000 20000 27.0% 24.3%
Dtplist_example.txt16 /home/vagrant/basic_usdt basic_usdt:start_main
17 /home/vagrant/basic_usdt basic_usdt:loop_iter
18 /home/vagrant/basic_usdt basic_usdt:end_main
/external/selinux/.github/workflows/
Dvm_testsuite.yml8 …# Use VirtualBox+vagrant on macOS, as described in https://github.com/actions/virtual-environments…
14 - name: Create Vagrant VM
17 vagrant up
22 vagrant ssh -- ./run-selinux-test.sh
/external/cronet/third_party/cpu_features/src/cmake/ci/
DMakefile69 @echo -e "\t${BOLD}<VM>${RESET}: build the vagrant <VM> virtual machine."
222 ## VAGRANT ##
228 $(vms_targets): %_build: vagrant/%/Vagrantfile
229 @cd vagrant/$* && vagrant destroy -f
230 cd vagrant/$* && vagrant up
236 cd vagrant/$* && vagrant destroy -f
237 -rm -rf vagrant/$*/.vagrant
252 -vagrant box remove -f generic/freebsd12
DREADME.md36 ## Makefile/Vagrant testing
37 To test build for FreeBSD we are using Vagrant and VirtualBox box.
39 This is similar to the docker stuff but use `vagrant` as `docker` cli and
/external/cpu_features/cmake/ci/
DMakefile69 @echo -e "\t${BOLD}<VM>${RESET}: build the vagrant <VM> virtual machine."
222 ## VAGRANT ##
228 $(vms_targets): %_build: vagrant/%/Vagrantfile
229 @cd vagrant/$* && vagrant destroy -f
230 cd vagrant/$* && vagrant up
236 cd vagrant/$* && vagrant destroy -f
237 -rm -rf vagrant/$*/.vagrant
252 -vagrant box remove -f generic/freebsd12
DREADME.md36 ## Makefile/Vagrant testing
37 To test build for FreeBSD we are using Vagrant and VirtualBox box.
39 This is similar to the docker stuff but use `vagrant` as `docker` cli and
/external/cldr/tools/scripts/ansible/
DREADME.md174 - install [vagrant](https://www.vagrantup.com) and some provider such as virtualbox or libvirt, see…
176 - vagrant up!
181 vagrant up
184 - To log into the new host, run `vagrant ssh`
186 - To iterate, trying to reapply ansible, run `vagrant provision --provision-with=ansible`
193 vagrant ssh -- sudo -u surveytool /usr/local/bin/deploy-to-openliberty.sh $(git rev-parse HEAD) < .…
205 - `vagrant ssh` to login and poke around at the server
Dvagrant-playbook.yml1 # the Vagrant playbook is used for testing, see Vagrantfile
3 # Note: any additional setup specifically for vagrant could be done here, such as adding a self-sig…
DVagrantfile4 Vagrant.configure("2") do |config|
23 ansible.playbook = "vagrant-playbook.yml"
D.gitignore2 /.vagrant
/external/fmtlib/support/
DVagrantfile4 # A vagrant config for testing against gcc-4.8.
5 Vagrant.configure("2") do |config|
/external/aws-crt-java/
D.gitignore23 #Vagrant stuff
25 .vagrant
/external/autotest/site_utils/
Dmysql_bootstrap.py25 In the case of a vagrant cluster, a remote vm cannot ssh into the db server
30 a predefined port (defined in the vagrant file, defaults to 8002), and all
35 Provision the vagrant db server
202 default=False, help='Enable gateway access for vagrant testing.')
/external/cronet/third_party/cpu_features/src/
D.gitignore10 .vagrant/
D.dockerignore27 .vagrant/
/external/cpu_features/
D.gitignore10 .vagrant/
D.dockerignore32 .vagrant/
/external/openthread/
D.gitignore19 .vagrant

12