Skip to content

Commit 1a47a80

Browse files
committed
Updated rtm version to 0.4.3
1 parent d29f31c commit 1a47a80

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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

.github/workflows/iris.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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
@@ -76,7 +76,7 @@ jobs:
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

.github/workflows/wfos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

integration/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ name := "integration"
33
libraryDependencies += ("com.github.tmtsoftware.esw" %% "esw-testkit" % "1.0.2")
44
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "iris-irisdeploy" % "44c4238")
55
libraryDependencies += ("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")
77
scalafmtConfig := file("../.scalafmt.conf")
88

iris/project/Libs.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1919
object CSW {

jenkins/stil-nightly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

wfos/project/Libs.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1919
object CSW {

0 commit comments

Comments
 (0)