From 8c19ad4b0900ce4ffdf300f6ee3a1eb28eb04b01 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Tue, 19 Nov 2024 14:48:54 -0600 Subject: [PATCH] Replace previously downloaded CDash conv.xsl with local version --- .circleci/config.yml | 7 +-- .circleci/conv.xsl | 116 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+), 5 deletions(-) create mode 100644 .circleci/conv.xsl diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b856872c90..a16f9e14a81 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -105,12 +105,9 @@ jobs: command: | git clone --depth=1 file:///hpx/source-full source - run: - name: Downloading CTest XML to Junit XML + name: Copying CTest XML to Junit XML command: | - curl \ - https://raw.githubusercontent.com/Kitware/CDash/master/app/cdash/tests/circle/conv.xsl \ - --fail \ - -o /hpx/conv.xsl + cp /hpx/source/.circleci/conv.xsl /hpx/conv.xsl - persist_to_workspace: root: /hpx paths: diff --git a/.circleci/conv.xsl b/.circleci/conv.xsl new file mode 100644 index 00000000000..ae8255be8f9 --- /dev/null +++ b/.circleci/conv.xsl @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + BuildName: + BuildStamp: + Name: + Generator: + CompilerName: + OSName: + Hostname: + OSRelease: + OSVersion: + OSPlatform: + Is64Bits: + VendorString: + VendorID: + FamilyID: + ModelID: + ProcessorCacheSize: + NumberOfLogicalCPU: + NumberOfPhysicalCPU: + TotalVirtualMemory: + TotalPhysicalMemory: + LogicalProcessorsPerPhysical: + ProcessorClockFrequency: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +