Skip to content

Commit 7e801ba

Browse files
committed
rtl: Use ghcr rtl-test-base image
1 parent 5ec9e2d commit 7e801ba

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

vadl/test/vadl/rtl/RtlDockerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
public abstract class RtlDockerTest extends DockerExecutionTest {
3030

31-
// TODO: Add version hash
32-
private static final String RTL_BASE_IMAGE = "ghcr.io/openvadl/rtl-test-base";
31+
private static final String RTL_BASE_IMAGE =
32+
"ghcr.io/openvadl/rtl-test-base@sha256:c70a7fdf249dc7f81476a1cc5616e5b02af29dcadf7224a21987742256872f3c";
3333

3434
private static final ConcurrentHashMap<String, ImageFromDockerfile> imageCache =
3535
new ConcurrentHashMap<>();

vadl/test/vadl/rtl/riscv/RiscVInstructionTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package vadl.rtl.riscv;
1818

1919
import java.nio.file.Path;
20-
import org.junit.jupiter.api.Disabled;
2120
import org.junit.jupiter.api.Test;
2221
import vadl.configuration.DecoderOptions;
2322
import vadl.configuration.GeneralConfiguration;
@@ -27,7 +26,6 @@
2726
public class RiscVInstructionTest extends RtlDockerTest {
2827

2928
@Test
30-
@Disabled("Wait for docker image to be available at ghcr.io")
3129
void rv32imTest() {
3230

3331
/* GIVEN */

0 commit comments

Comments
 (0)