-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from Travis CI to GitHub Actions #1154
Comments
Video: https://youtu.be/QoCSvwkP_lQ 🇷🇺 |
Travis CI has stopped to work: |
I have contacted with support and got 25k credits. Travis is working now. |
Plan:
*.java
,*.properties
,pom.xml
,src/main/config/checkstyle.xml
orsrc/main/config/checkstyle-suppressions.xml
,.github/workflows/static-analysis.yml
,src/main/scripts/execute-command.sh
files were modifiedprod
branch*.java
,pom.xml
,src/main/config/pmd.xml
,.github/workflows/static-analysis.yml
,src/main/scripts/execute-command.sh
files were modifiedprod
branch*.java
,*.groovy
,src/main/config/license_header.txt
,.github/workflows/static-analysis.yml
,src/main/scripts/execute-command.sh
files were modifiedprod
branchpom.xml
pom.xml
,.github/workflows/static-analysis.yml
,src/main/scripts/execute-command.sh
files were modifiedprod
branchsrc/main/**/*.html
,.github/workflows/static-analysis.yml
,src/main/scripts/execute-command.sh
files were modifiedprod
branchsrc/test/robotframework/**/*.robot
,.github/workflows/static-analysis.yml
,src/main/scripts/execute-command.sh
files were modifiedprod
branchinfra/vagrant/provisioning/roles/mystamps-backup/templates/remote-backup.sh
.github/workflows/static-analysis.yml
,src/main/scripts/**/*.sh
files were modifiedprod
branchsrc/main/frontend/package.json
andsrc/main/frontend/package-lock.json
Downloading https://nodejs.org/dist/v10.16.0/node-v10.16.0-linux-x64.tar.gz to /home/runner/.m2/repository/com/github/eirslett/node/10.16.0/node-10.16.0-linux-x64.tar.gz
*.js
,pom.xml
,.github/workflows/unit-tests.yml
files were modifiedprod
branchsrc/main/config/nginx/503.*html
(Check src/main/config/nginx/503.*html by html5validator #760)src/main/webapp/WEB-INF/views/**/*.html
,.github/workflows/static-analysis.yml
,src/main/scripts/execute-command.sh
files were modifiedprod
branchpom.xml
,.github/workflows/static-analysis.yml
,src/main/scripts/execute-command.sh
files were modifiedprod
branch*.java
,*.groovy
,pom.xml
,.github/workflows/unit-tests.yml
,src/main/scripts/execute-command.sh
files were modifiedprod
branch*.groovy
,pom.xml
,.github/workflows/static-analysis.yml
,src/main/scripts/execute-command.sh
files were modifiedprod
branch*.java
,pom.xml
,src/main/config/spotbugs-filter.xml
,.github/workflows/static-analysis.yml
,src/main/scripts/execute-command.sh
files were modifiedprod
branchsrc/main/scripts/ci/ansible/deploy.yml
,infra/vagrant/provisioning/**/*.yml
,.github/workflows/static-analysis.yml
,src/main/scripts/execute-command.sh
files were modifiedprod
branchpg_isready
)Run Danger (only for PRs)(no needed: Discontinue usage of Danger #1600)export UPTIMEROBOT_APIKEY=
gh1154_github_actions
branch.travis.yml
NEWS.txt
git grep -i travis
)Downloading
messages (https://stackoverflow.com/questions/21638697/disable-maven-download-progress-indication and https://stackoverflow.com/a/55781461/352708)generated-assets
branchon: [ push, pull_request ]
)actions/upload-artifact
) robot framework result as an artifact (in case of failure:if: ${{ failure() }}
)~/.m2
folder with all dependenciesmaster
branch only (pom.xml
,<script>.sh
): generate a list of differences in versions between us and Spring Bootexport MAVEN_OPTS='-Xss256k'
(see https://maven.apache.org/configure.html)VAULT_PASSWORD
(https://app.travis-ci.com/github/php-coder/mystamps/settings)See:
The text was updated successfully, but these errors were encountered: