Skip to content

Commit

Permalink
newly build test
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Aug 28, 2023
1 parent 8c3c6a3 commit 41b5dca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
11 changes: 0 additions & 11 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,4 @@ Vagrant.configure(2) do |config|
# Ensure that public key auth is not disabled by the user's config
ansible.raw_ssh_args = ['-o PubKeyAuthentication=yes -o DSAAuthentication=yes']
end
# # Create a folder for AiiDAlab volume mount. To (re-)run this step:
# # vagrant provision --provision-with shell
# config.vm.provision "shell", inline: $script
# # provisioner: set up VM with docker. To (re-)run this step:
# # vagrant provision --provision-with docker
# config.vm.provision "docker" do |d|
# d.run "ghcr.io/aiidalab/qe:pr-381",
# daemonize: true,
# restart: "always",
# args: "-e JUPYTER_TOKEN='max' -p 8899:8888 -v /var/aiidalab_volume:/home/jovyan"
# end
end
2 changes: 0 additions & 2 deletions local/tasks/aiidalab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@
Icon=/usr/share/icons/aiidalab-qe-logo.png
Type=Application
- name: Make Chrome Launcher Trusted
shell: sudo -u {{ vm_user }} dbus-launch gio set /home/{{ vm_user }}/Desktop/aiidalab.desktop "metadata::trusted" true
2 changes: 1 addition & 1 deletion local/tasks/customise-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
src: "{{ readme_vm_path }}"
dest: "${HOME}/Desktop/{{ readme_vm_path | basename }}"
state: link
force: false
force: true

- name: symlink release notes to Desktop
become: true
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ passenv =
VAGRANT_ON_GH
BUILD_PLAYBOOK
allowlist_externals = vagrant
; commands_pre =
; ansible-galaxy install -r requirements.yml
commands_pre =
ansible-galaxy install -r requirements.yml
commands = vagrant {posargs:up}

[testenv:ansible]
Expand Down

0 comments on commit 41b5dca

Please sign in to comment.