File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v4
2020
2121 - uses : coursier/setup-action@v1.2.0
2222 with :
3131 run : |
3232 curl -s https://get.sdkman.io | bash
3333 source "/home/runner/.sdkman/bin/sdkman-init.sh"
34- sdk install kotlin
34+ sdk install kotlin 2.1.0
3535 sudo ln -s $(which kotlinc) /usr/local/bin/kotlinc
3636
3737 - name : Build
@@ -48,11 +48,11 @@ jobs:
4848
4949 - name : Tests
5050 working-directory : integration
51- run : sbt -DenableFatalWarnings=true -DgenerateStoryReport=true test: test
51+ run : sbt -DenableFatalWarnings=true -DgenerateStoryReport=true Test/ test
5252
5353 - name : Generate RTM
5454 working-directory : integration
55- run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:b7997a9 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
55+ run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:d520268 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
5656
5757 - name : Upload RTM
5858 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 4343
4444 - name : Generate RTM
4545 working-directory : iris
46- run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:b7997a9 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
46+ run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:d520268 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
4747
4848 - name : Generate Coverage
4949 working-directory : iris
Original file line number Diff line number Diff line change 5555
5656 - name : Integration- Generate RTM
5757 working-directory : integration
58- run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:b7997a9 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
58+ run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:d520268 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
5959
6060 - name : Integration - Upload RTM
6161 uses : actions/upload-artifact@v2
7676
7777 - name : IRIS - Generate RTM
7878 working-directory : iris
79- run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:b7997a9 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
79+ run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:d520268 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
8080
8181 - name : IRIS - Generate Coverage
8282 working-directory : iris
@@ -102,7 +102,7 @@ jobs:
102102
103103 - name : WFOS - Generate RTM
104104 working-directory : wfos
105- run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:b7997a9 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
105+ run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:d520268 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
106106
107107 - name : WFOS - Generate Coverage
108108 working-directory : wfos
Original file line number Diff line number Diff line change 4343
4444 - name : Generate RTM
4545 working-directory : wfos
46- run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:b7997a9 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
46+ run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:d520268 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
4747
4848 - name : Generate Coverage
4949 working-directory : wfos
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ name := "integration"
33libraryDependencies += (" com.github.tmtsoftware.esw" %% " esw-testkit" % " bab4a64" )
44libraryDependencies += (" com.github.tmtsoftware.esw-observing-simulation" %% " iris-irisdeploy" % " 87655c9" )
55libraryDependencies += (" com.github.tmtsoftware.esw-observing-simulation" %% " wfos-wfosdeploy" % " 87655c9" )
6- // libraryDependencies += ("com.github.tmtsoftware" %% "rtm" % "b7997a9 ")
6+ libraryDependencies += (" com.github.tmtsoftware.rtm " %% " rtm" % " d520268 " )
77scalafmtConfig := file(" ../.scalafmt.conf" )
88
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ object Libs {
1313 val `junit-4-13` = " org.scalatestplus" %% " junit-4-13" % " 3.2.19.0"
1414 val `pekko-actor-testkit-typed` = " org.apache.pekko" %% " pekko-actor-testkit-typed" % " 1.1.2"
1515 val `nom-tam-fits` = " gov.nasa.gsfc.heasarc" % " nom-tam-fits" % " 1.20.2"
16- val `tmt-test-reporter` = " com.github.tmtsoftware" %% " rtm" % " b7997a9 "
16+ val `tmt-test-reporter` = " com.github.tmtsoftware.rtm " %% " rtm" % " d520268 "
1717}
1818
1919object CSW {
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ pipeline {
6868 sh "mkdir -p target/RTM"
6969 sh "cat iris/target/RTM/testStoryMapping.txt wfos/target/RTM/testStoryMapping.txt integration/target/RTM/testStoryMapping.txt > target/RTM/testStoryMappingAll.txt"
7070 // Generate RTM
71- sh "cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:b7997a9 -- target/RTM/testStoryMappingAll.txt tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt"
71+ sh "cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json rtm:d520268 -- target/RTM/testStoryMappingAll.txt tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt"
7272 // Upload RTM
7373 publishHTML(target: [
7474 alwaysLinkToLastBuild: false,
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+ set -x
23version=$1
34
45if [[ " $OSTYPE " == " darwin" * ]]; then
Original file line number Diff line number Diff line change 33export ESW_VERSION=4d97ed9
44export CSW_VERSION=2f05249
55export SEQ_SCRIPT_VERSION=204f3e4
6- export TCS_VERSION=e86b733
6+ export TCS_VERSION=0.11
77export ENG_UI_VERSION=82b542e
88export CHANNEL=" https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update/apps.json"
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ import scala.util.control.NonFatal
88object Libs {
99 val ScalaVersion = " 3.6.2"
1010
11- val `scalatest` = " org.scalatest" %% " scalatest" % " 3.2.19" // Apache License 2.0
11+ val `scalatest` = " org.scalatest" %% " scalatest" % " 3.2.19" // Apache License 2.0
1212// val `dotty-cps-async` = "com.github.rssh" %% "dotty-cps-async" % "0.9.23"
13- val `junit-4-13` = " org.scalatestplus" %% " junit-4-13" % " 3.2.19.0"
14- val `pekko-actor-testkit-typed` = " org.apache.pekko" %% " pekko-actor-testkit-typed" % " 1.1.2"
15- val `nom-tam-fits` = " gov.nasa.gsfc.heasarc" % " nom-tam-fits" % " 1.20.2"
16- val `tmt-test-reporter` = " com.github.tmtsoftware" %% " rtm" % " b7997a9 "
13+ val `junit-4-13` = " org.scalatestplus" %% " junit-4-13" % " 3.2.19.0"
14+ val `pekko-actor-testkit-typed` = " org.apache.pekko" %% " pekko-actor-testkit-typed" % " 1.1.2"
15+ val `nom-tam-fits` = " gov.nasa.gsfc.heasarc" % " nom-tam-fits" % " 1.20.2"
16+ val `tmt-test-reporter` = " com.github.tmtsoftware.rtm " %% " rtm" % " d520268 "
1717}
1818
1919object CSW {
You can’t perform that action at this time.
0 commit comments