Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 6876:30656a34e2dd
no space between -p and password maybe??
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 01 Sep 2022 10:39:30 -0400 |
| parents | f1f947f6e476 |
| children | ac2b8a8f5727 |
comparison
equal
deleted
inserted
replaced
| 6875:f1f947f6e476 | 6876:30656a34e2dd |
|---|---|
| 19 # runs-on: ${{ matrix.os }} | 19 # runs-on: ${{ matrix.os }} |
| 20 | 20 |
| 21 strategy: | 21 strategy: |
| 22 fail-fast: false | 22 fail-fast: false |
| 23 matrix: | 23 matrix: |
| 24 # number of parallel jobs | |
| 25 ci_node_total: [3] | |
| 26 ci_node_index: [0,1,2] | |
| 27 | |
| 24 # Run in all these versions of Python | 28 # Run in all these versions of Python |
| 25 python-version: [ "2.7", "3.10", "3.11.0-rc.1" ] | 29 python-version: [ "2.7", "3.10", "3.11.0-rc.1" ] |
| 26 #python-version: [ "2.7", "3.10", "3.9", "3.8", "3.6" ] | 30 #python-version: [ "2.7", "3.10", "3.9", "3.8", "3.6" ] |
| 27 # use for multiple os or ubuntu versions | 31 # use for multiple os or ubuntu versions |
| 28 # os: [ubuntu-latest, macos-latest, windows-latest] | 32 # os: [ubuntu-latest, macos-latest, windows-latest] |
| 60 grep max_allowed /etc/mysql/mysql.conf.d/mysqld.cnf | 64 grep max_allowed /etc/mysql/mysql.conf.d/mysqld.cnf |
| 61 ls /etc/mysql/conf.d/ /etc/mysql/mysql.conf.d/ | 65 ls /etc/mysql/conf.d/ /etc/mysql/mysql.conf.d/ |
| 62 sleep 5 | 66 sleep 5 |
| 63 sudo service mysql restart; sleep 30 | 67 sudo service mysql restart; sleep 30 |
| 64 ps -ef | grep mysqld | 68 ps -ef | grep mysqld |
| 65 sudo mysql -u root -p root -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";' | 69 sudo netstat -anp | grep mysqld |
| 70 sudo mysql -u root -proot -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";' | |
| 66 | 71 |
| 67 - name: Install postgres | 72 - name: Install postgres |
| 68 run: | | 73 run: | |
| 69 sudo apt-get install postgresql | 74 sudo apt-get install postgresql |
| 70 # Disable fsync for speed, don't care about data durability | 75 # Disable fsync for speed, don't care about data durability |
