Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Switch from Travis to Github Actions CI (bp #2041) #2044

Merged
merged 1 commit into from
Jan 19, 2021

Conversation

jackkoenig
Copy link
Contributor

(cherry picked from commit bbd7fc4)

  • Fix .run_formal_checks for Github Actions instead of Travis
  • Remove .run_chisel_tests

Because we publish SNAPSHOTs on every merge to master, the Chisel repo
checks against master of FIRRTL regularly

  • Only run unidoc for Scala 2.12

Under Travis we ran for 2.11, 2.12, and 2.13, but it doesn't work when
using ++2.. when major != to 2.12. It seems if we want to
run all 3, we have to run as sbt +unidoc. It's not clear how much
benefit we get from building on the other versions, so stick with 2.12
for now.

  • Generate .mergify.yml with script in chisel-repo-tools

Generated with config:

conditions:

  • status-success=all tests passed
    branches:
  • 1.2.x
  • 1.3.x
  • 1.4.x

@jackkoenig jackkoenig added the Backport Automated backport, please consider for minor release label Jan 19, 2021
(cherry picked from commit bbd7fc4)

* Fix .run_formal_checks for Github Actions instead of Travis
* Remove .run_chisel_tests

Because we publish SNAPSHOTs on every merge to master, the Chisel repo
checks against master of FIRRTL regularly

* Only run unidoc for Scala 2.12

Under Travis we ran for 2.11, 2.12, and 2.13, but it doesn't work when
using ++2.<major>.<minor> when major != to 2.12. It seems if we want to
run all 3, we have to run as `sbt +unidoc`. It's not clear how much
benefit we get from building on the other versions, so stick with 2.12
for now.

* Generate .mergify.yml with script in chisel-repo-tools

Generated with config:

conditions:
  - status-success=all tests passed
branches:
  - 1.2.x
  - 1.3.x
  - 1.4.x
@jackkoenig jackkoenig force-pushed the switch-to-github-actions-ci-1.4.x branch from daa8e56 to e779338 Compare January 19, 2021 21:28
@jackkoenig jackkoenig merged commit 8c84828 into 1.4.x Jan 19, 2021
@jackkoenig jackkoenig deleted the switch-to-github-actions-ci-1.4.x branch March 26, 2021 23:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Backport Automated backport, please consider for minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant