Skip to content

Commit cf55ca9

Browse files
committed
Updated versions
1 parent 7bd94fb commit cf55ca9

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
working-directory: integration
5555
run: |
5656
rm -rf $HOME/.cache/coursier/v1/https/raw.githubusercontent.com/tmtsoftware/osw-apps/
57-
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
57+
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
5858
5959
- name: Upload RTM
6060
uses: actions/upload-artifact@v4

.github/workflows/iris.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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:d520268 -- 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:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
4747

4848
- name: Generate Coverage
4949
working-directory: iris

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Integration- Generate RTM
5858
working-directory: integration
59-
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
59+
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
6060

6161
- name: Integration - Upload RTM
6262
uses: actions/upload-artifact@v4
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: IRIS - Generate RTM
7979
working-directory: iris
80-
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
80+
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
8181

8282
- name: IRIS - Generate Coverage
8383
working-directory: iris
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: WFOS - Generate RTM
105105
working-directory: wfos
106-
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
106+
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
107107

108108
- name: WFOS - Generate Coverage
109109
working-directory: wfos

.github/workflows/wfos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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:d520268 -- 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:0.4.1 -- target/RTM/testStoryMapping.txt ../tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
4747

4848
- name: Generate Coverage
4949
working-directory: wfos

integration/build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name := "integration"
22

3-
libraryDependencies += ("com.github.tmtsoftware.esw" %% "esw-testkit" % "bab4a64")
4-
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "iris-irisdeploy" % "87655c9")
5-
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "wfos-wfosdeploy" % "87655c9")
6-
libraryDependencies += ("com.github.tmtsoftware.rtm" %% "rtm" % "d520268")
3+
libraryDependencies += ("com.github.tmtsoftware.esw" %% "esw-testkit" % "f9cbac5")
4+
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "iris-irisdeploy" % "7bd94fb")
5+
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "wfos-wfosdeploy" % "7bd94fb")
6+
libraryDependencies += ("com.github.tmtsoftware.rtm" %% "rtm" % "0.4.1")
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.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" %% "rtm" % "d520268"
16+
val `tmt-test-reporter` = "com.github.tmtsoftware.rtm" %% "rtm" % "0.4.1"
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/Allan/pekko-scala3-update/apps.json rtm:d520268 -- target/RTM/testStoryMappingAll.txt tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt"
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"
7474
// Upload RTM
7575
publishHTML(target: [
7676
alwaysLinkToLastBuild: false,

sample-configs/HostConfig-Allan.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: "87655c9"
11+
version: "7bd94fb"
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: "87655c9"
25+
version: "7bd94fb"
2626
# mode can be one of Container or Standalone
2727
mode: "Container"
2828
# path of individual container configuration file

sample-configs/HostConfig.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: "87655c9"
11+
version: "7bd94fb"
1212
# path of individual container configuration file
1313
# provide correct path of config file below
1414
configFilePath: "irisContainerPath"
@@ -20,7 +20,7 @@ containers: [
2020
orgName: "com.github.tmtsoftware.esw-observing-simulation"
2121
deployModule: "wfos-wfosdeploy"
2222
appName: "wfos.wfosdeploy.WfosContainerCmdApp"
23-
version: "87655c9"
23+
version: "7bd94fb"
2424
# path of individual container configuration file
2525
# provide correct path of config file below
2626
configFilePath: "wfosContainerPath"

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.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" %% "rtm" % "d520268"
16+
val `tmt-test-reporter` = "com.github.tmtsoftware.rtm" %% "rtm" % "0.4.1"
1717
}
1818

1919
object CSW {

0 commit comments

Comments
 (0)