File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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/branch-6.0.x/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.3 -- 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/branch-6.0.x/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.3 -- 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/branch-6.0.x/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.3 -- 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/branch-6.0.x/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.3 -- 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/branch-6.0.x/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.3 -- 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/branch-6.0.x/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.3 -- 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 @@ -3,6 +3,6 @@ name := "integration"
33libraryDependencies += (" com.github.tmtsoftware.esw" %% " esw-testkit" % " 1.0.2" )
44libraryDependencies += (" com.github.tmtsoftware.esw-observing-simulation" %% " iris-irisdeploy" % " 44c4238" )
55libraryDependencies += (" com.github.tmtsoftware.esw-observing-simulation" %% " wfos-wfosdeploy" % " 44c4238" )
6- libraryDependencies += (" com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.1 " )
6+ libraryDependencies += (" com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.3 " )
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.3"
1515 val `nom-tam-fits` = " gov.nasa.gsfc.heasarc" % " nom-tam-fits" % " 1.21.0"
16- val `tmt-test-reporter` = " com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.1 "
16+ val `tmt-test-reporter` = " com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.3 "
1717}
1818
1919object CSW {
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/branch-6.0.x/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.3 -- 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 @@ -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.3"
1515 val `nom-tam-fits` = " gov.nasa.gsfc.heasarc" % " nom-tam-fits" % " 1.21.0"
16- val `tmt-test-reporter` = " com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.1 "
16+ val `tmt-test-reporter` = " com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.3 "
1717}
1818
1919object CSW {
You can’t perform that action at this time.
0 commit comments