File tree Expand file tree Collapse file tree 12 files changed +20
-20
lines changed
Expand file tree Collapse file tree 12 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 5353 working-directory : integration
5454 run : |
5555 rm -rf $HOME/.cache/coursier/v1/https/raw.githubusercontent.com/tmtsoftware/osw-apps/
56- cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update /apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
56+ cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x /apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
5757
5858 - name : Upload RTM
5959 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 4242
4343 - name : Generate RTM
4444 working-directory : iris
45- run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update /apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
45+ run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x /apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
4646
4747 - name : Generate Coverage
4848 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:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
58+ run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x /apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
5959
6060 - name : Integration - Upload RTM
6161 uses : actions/upload-artifact@v4
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:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
79+ run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x /apps.json rtm:0.4.1 -- 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:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
105+ run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x /apps.json rtm:0.4.1 -- 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 4242
4343 - name : Generate RTM
4444 working-directory : wfos
45- run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update /apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
45+ run : cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x /apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
4646
4747 - name : Generate Coverage
4848 working-directory : wfos
Original file line number Diff line number Diff line change 11name := " integration"
22
33libraryDependencies += (" com.github.tmtsoftware.esw" %% " esw-testkit" % " f9cbac5" )
4- libraryDependencies += (" com.github.tmtsoftware.esw-observing-simulation" %% " iris-irisdeploy" % " 5d9e186 " )
5- libraryDependencies += (" com.github.tmtsoftware.esw-observing-simulation" %% " wfos-wfosdeploy" % " 5d9e186 " )
4+ libraryDependencies += (" com.github.tmtsoftware.esw-observing-simulation" %% " iris-irisdeploy" % " 4aaa48b " )
5+ libraryDependencies += (" com.github.tmtsoftware.esw-observing-simulation" %% " wfos-wfosdeploy" % " 4aaa48b " )
66libraryDependencies += (" com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.1" )
77scalafmtConfig := file(" ../.scalafmt.conf" )
88
Original file line number Diff line number Diff line change 11// addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") // not scala 3 ready
22
3- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2 " )
3+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4 " )
44
55
66resolvers += " jitpack" at " https://jitpack.io"
7- libraryDependencies += " com.github.tmtsoftware" % " sbt-docs" % " 2bf7f34 "
7+ libraryDependencies += " com.github.tmtsoftware" % " sbt-docs" % " 0.7.1 "
Original file line number Diff line number Diff line change 11
22csw-networks.hostname.automatic = on
33
4- agent.coursier.channel = "https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update /apps.json"
4+ agent.coursier.channel = "https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x /apps.json"
55
66esw {
77 heartbeat-interval = 400.millis
Original file line number Diff line number Diff line change 11// addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") // not scala 3 ready
22
3- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2 " )
3+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4 " )
44addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3.1" )
55addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
66
77resolvers += " jitpack" at " https://jitpack.io"
8- libraryDependencies += " com.github.tmtsoftware" % " sbt-docs" % " 2bf7f34 "
8+ libraryDependencies += " com.github.tmtsoftware" % " sbt-docs" % " 0.7.1 "
99
1010classpathTypes += " maven-plugin"
1111
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ pipeline {
7070 sh "mkdir -p target/RTM"
7171 sh "cat iris/target/RTM/testStoryMapping.txt wfos/target/RTM/testStoryMapping.txt integration/target/RTM/testStoryMapping.txt > target/RTM/testStoryMappingAll.txt"
7272 // Generate RTM
73- sh "cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/Allan/pekko-scala3-update /apps.json rtm:0.4.1 -- target/RTM/testStoryMappingAll.txt tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt"
73+ sh "cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x /apps.json rtm:0.4.1 -- target/RTM/testStoryMappingAll.txt tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt"
7474 // Upload RTM
7575 publishHTML(target: [
7676 alwaysLinkToLastBuild: false,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ containers: [
88 orgName: "com.github.tmtsoftware.esw-observing-simulation"
99 deployModule: "iris-irisdeploy"
1010 appName: "iris.irisdeploy.IrisContainerCmdApp"
11- version: "5d9e186 "
11+ version: "4aaa48b "
1212 # mode can be one of Container or Standalone
1313 mode: "Container"
1414 # path of individual container configuration file
@@ -22,7 +22,7 @@ containers: [
2222 orgName: "com.github.tmtsoftware.esw-observing-simulation"
2323 deployModule: "wfos-wfosdeploy"
2424 appName: "wfos.wfosdeploy.WfosContainerCmdApp"
25- version: "5d9e186 "
25+ version: "4aaa48b "
2626 # mode can be one of Container or Standalone
2727 mode: "Container"
2828 # path of individual container configuration file
You can’t perform that action at this time.
0 commit comments