-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #925 from barakda/new_runner_add
adding new runner for atom execution
- Loading branch information
Showing
6 changed files
with
117 additions
and
126 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
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
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
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,7 +1,16 @@ | ||
#!/bin/bash | ||
|
||
sudo rm -rf /tmp/artifact/multiIBMCloudServers_m2 | ||
sudo cp -r /root/.ssh/atom_backup/artifact/multiIBMCloudServers_m2 /tmp/artifact | ||
sudo ls -lta /tmp/artifact | ||
sudo chmod -R +rx /tmp/artifact | ||
rm -rf /home/cephnvme/busyServer.txt | ||
sudo rm -rf /home/cephnvme/artifact/* | ||
sudo ls -lta /home/cephnvme/artifact | ||
|
||
sudo rm -rf /home/cephnvme/artifact.tar.gz | ||
sudo ls -lta /home/cephnvme/ | ||
|
||
sudo cp -r /root/.ssh/atom_backup/artifact/multiIBMCloudServers_m6 /home/cephnvme/artifact | ||
sudo ls -lta /home/cephnvme/artifact | ||
|
||
sudo tar -czf /home/cephnvme/artifact.tar.gz -C /home/cephnvme/artifact . | ||
sudo ls -lta /home/cephnvme/artifact | ||
sudo ls -lta /home/cephnvme | ||
sudo chmod +rx /home/cephnvme/artifact.tar.gz | ||
sudo rm -rf /home/cephnvme/busyServer.txt |