Skip to content

Commit

Permalink
Update with xplat rover
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed Mar 24, 2023
1 parent df77258 commit b726cd3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: '3.7'
services:
rover:
image: aztfmod/rover-preview:1.4.2-2303.231443
image: aztfmod/rover-preview:1.4.2-2303.221435
user: vscode

labels:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/standalone-regressor-tf100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
matrix: ${{fromJSON(needs.load_scenarios.outputs.matrix)}}

container:
image: aztfmod/rover-preview:1.4.2-2303.231443
image: aztfmod/rover-preview:1.4.2-2303.221435
options: --user 0

steps:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
needs: [testcases]

container:
image: aztfmod/rover-preview:1.4.2-2303.231443
image: aztfmod/rover-preview:1.4.2-2303.221435
options: --user 0

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/standalone-tf100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
matrix: ${{fromJSON(needs.load_scenarios.outputs.matrix)}}

container:
image: aztfmod/rover-preview:1.4.2-2303.231443
image: aztfmod/rover-preview:1.4.2-2303.221435
options: --user 0

steps:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
needs: [testcases]

container:
image: aztfmod/rover-preview:1.4.2-2303.231443
image: aztfmod/rover-preview:1.4.2-2303.221435
options: --user 0

steps:
Expand Down
2 changes: 1 addition & 1 deletion rover_on_ssh_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
version: '3.7'
services:
rover:
image: aztfmod/rover-preview:1.4.2-2303.231443
image: aztfmod/rover-preview:1.4.2-2303.221435

user: vscode

Expand Down

0 comments on commit b726cd3

Please sign in to comment.